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!

Dialog Window closes when go_item on main root canvas. Forms 6i.

aubreydennisAug 24 2012 — edited Sep 15 2012
Re: Dialog Window closes when go_item on main root canvas. Forms 6i.

show_view('DIALOG-WINDOW');
execute_query;

The go_item closes the dialog window
go_item ('maincontrolblock.first_field);

I have a main Control Canvas and would like to show_view a dialog window. My program displays the records in the dialog window correctly and the cursor is on field one. The issue is the dialog window closes when the go_item(:maincontrolblock.first_field) is automatically moved back to the main Control Canvas. The requirement is that the dialog window should only close on a set condition otherwise keep it displayed on the main control window canvas.

Please help.

Dennis Aubrey
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2012
Added on Aug 24 2012
4 comments
437 views