Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Hide the Canvas dynamically

1010490May 22 2013 — edited May 23 2013
All,

I am working in 11i instance, I have created a Custom Form using Template.fmb and my requirement is like this...

we have multiple canvases in one window, dynamically we have to display and hide the canvases and I have used the below code in WHEN_NEW_FORM_INSTANCE trigger but it is not working....


SHOW_VIEW('ID_CANVAS');
HIDE_VIEW('ENCLO_CANVAS');

Can someone help me....

Thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2013
Added on May 22 2013
7 comments
7,820 views