S
smk23
I have a form that is loaded but invisible until called. When I make the form
visible, I would like to run some code. If "frm" is set as the form being
called, I have these lines:
frm.Visible = True
frm.SetFocus
I tried putting the code on the "Got Focus" event of frm with no results.
Where should I put the code that needs to run every time the form is visible?
Thanks!!
visible, I would like to run some code. If "frm" is set as the form being
called, I have these lines:
frm.Visible = True
frm.SetFocus
I tried putting the code on the "Got Focus" event of frm with no results.
Where should I put the code that needs to run every time the form is visible?
Thanks!!