Forum Post: RE: Running a ABL form without the wait-for

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
You only need the WAIT-FOR for the main form of the application (closing that form terminates the WAIT-FOR). All other forms can simply be shown using MyForm:Show() or MyForm:ShowDialog().

Continue reading...
 
Status
Not open for further replies.
Back
Top