G
Guest
Hello,
I want to be able to do some logic as soon as a Form Opens but before a user
has the ability to do anything yet.
I tried putting the logic I want in the Form_Load Event, but this Event is
triggered before the Form actaully Opens & is shown on the screen.
I also tried these Events
Open
Load
Resize
Activate
Current
& all the same thing. All of these are executed before the actual Form is
Open & displaying.
Where can I put my code, in what Event, or any other way, so that it is only
executed after the Form is showing on the screen & before the user has the
ability to do anything.
Any help would be greatly appreciated.
Thank you,
Jeff
I want to be able to do some logic as soon as a Form Opens but before a user
has the ability to do anything yet.
I tried putting the logic I want in the Form_Load Event, but this Event is
triggered before the Form actaully Opens & is shown on the screen.
I also tried these Events
Open
Load
Resize
Activate
Current
& all the same thing. All of these are executed before the actual Form is
Open & displaying.
Where can I put my code, in what Event, or any other way, so that it is only
executed after the Form is showing on the screen & before the user has the
ability to do anything.
Any help would be greatly appreciated.
Thank you,
Jeff