danielkelly
IS-IT--Management
Hi All,
I'm having some problems finding the correct Forms event from which to fire my code. I want to run a sequence of code automatically once a form is displayed on the screen.
Form_load isn't correct as my code finished before the form is displayed.
Form_Shown doesn't seem to trigger consistently.
Form_Activated triggers multiple times
Form_Validated doesn't seem to trigger consistently.
What event should i use?
I basically want the code to fire as if the form was displayed on the screen and I hit a "Start Button".
Thanks in advance.
Daniel.
I'm having some problems finding the correct Forms event from which to fire my code. I want to run a sequence of code automatically once a form is displayed on the screen.
Form_load isn't correct as my code finished before the form is displayed.
Form_Shown doesn't seem to trigger consistently.
Form_Activated triggers multiple times
Form_Validated doesn't seem to trigger consistently.
What event should i use?
I basically want the code to fire as if the form was displayed on the screen and I hit a "Start Button".
Thanks in advance.
Daniel.