At 06:48 PM 6/15/2010, Bob Thompson wrote:

I have a form that does several actions in the Before Start EEP.

I desire to test and if certain conditions are met, "close" or
not continue opening the form.

By closing, I mean preventing the AFTER START EEP from running
and preventing the form from displaying, even briefly.

However in the BEFORE START EEP, it seems that neither EXIT nor
CLOSEWINDOW

is a valid function.  At least I have tried...


FWIW, any action that requires interaction related to form itself,
such as EXIT/CLOSEWINDOW, or changing the PROPERTY of any control
associated with the form, should be handled as "On After Start EEP".

You may also take advantage of "Hide on Startup" property to avoid
any flickering without using the VISIBLE TRUE/FALSE property for
each control placed on form.

Very Best R:egards,

Razzak.


Reply via email to