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!

SHOW_VIEW and HIDE_VIEW

Amatu Allah Neveen EbrahimMay 20 2008 — edited May 21 2008
Hello,

The case:
----------------------
1- i have 1 content canvas called 'CAN_CONT' and tab canvas called 'CAN_TAB' with 2 tabs
2- i have a button on that 'CAN_CONT' canvas which have the following pl/sql.
3-i have also a stacked canvas called 'CAN_PASWORD'
4-The Problem:
i.when i press on that button the content canvas and the tab canvas should be disappeared as coded but it isn't it only shows the stacked canvas
ii. if i pressed the button again it displays a blank canvas which seems to be a crashed form behaviour or what ever.
--------------------------------------------------------------------------------------------

HIDE_VIEW( 'CAN_CONTENT' );
HIDE_VIEW('CAN_TAB');
SHOW_VIEW('CAN_PASWORD');
GO_ITEM('NDB_PASWORD.STOCK_TAKING_PASWORD');

:PLN_STOCK_TAKING_HEADER.CHECK_FLAG := 1;


HIDE_VIEW('CAN_PASWORD');
SHOW_VIEW('CAN_CONTENT');
SHOW_VIEW('CAN_TAB');

------------------------------------------------------------------

Help is needed pls urgently if possible..

Thanks in advance,

Regards,

Abdetu..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2008
Added on May 20 2008
8 comments
14,267 views