DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Navigation in forms

Hybrid View

  1. #1
    Join Date
    Feb 2001
    Posts
    35
    I open 1st form with parameter:

    ifrun32.exe form.fmx param=1

    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

  2. #2
    Join Date
    Aug 2000
    Posts
    53
    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

  3. #3
    Join Date
    Feb 2001
    Posts
    35
    could you set example

  4. #4
    Join Date
    Aug 2000
    Posts
    53
    Hi maxim
    Set_window_property('<Window Name>',Hide_on_Exit,Property_true);

    Thanks
    ABC

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width