Dialog Window closes when go_item on main root canvas. Forms 6i.
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