Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form_Load being bypassed 1

Status
Not open for further replies.

Mugs321

Programmer
Jan 31, 2007
49
CA
Hey all,
I'm trying to run some code on the Form_Load() event. However, any code I put there seems to be bypassed (I even added a 'Stop' and nothing happened). I've had to add said code to the Form_Open(Cancel As Integer) event instead.

Any ideas why Form_Load would be bypassing code?
 
What happens if you click the ellipsis (...) of the OnLoad property ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Thx,
That did the trick... I'll never understand some of these quirks..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top