From this form using CALL_FORM I open another
Then using OPEN_FORM I open one more form
Then i want to go to 1st form and close all forms except 1st
How to do it?
If i'll make exit_form i will be in the 2nd
03-05-2001, 12:04 PM
abc
Hi maxim.
You want to exit_form r you dont want to see the 2 and 3 rd form. If you dont want to see 2 nd and 3 rd form when you are at 1st form use set_window_property.
Thanks
ABC
03-06-2001, 01:59 AM
maxim
could you set example
03-07-2001, 09:33 AM
abc
Hi maxim
Set_window_property('',Hide_on_Exit,Property_true);