Hide the Canvas dynamically
1010490May 22 2013 — edited May 23 2013All,
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,