wilton
January 10th, 2000, 08:51 PM
How do I determine if a form is loaded? I tried to use
if form.visible = true then
'code here
end if
but that caused the form's load sub routine to be executed and I can't have that. Someone out there have a good idea?
if form.visible = true then
'code here
end if
but that caused the form's load sub routine to be executed and I can't have that. Someone out there have a good idea?