Hi,
I'm running VFP 9.0 sp1 and I want to fire an event after the main form of
the application is displayed. I want a messagebox to appear when the
application starts that prompts the user to say yes or no. I tried putting
it into the Init() event of the form but the messagebox pops up before the
form is displayed. I've thought about putting it into the Activate() event
but then it fires every time I select the form also, I only want it to fire
when the program launches. Any suggestions?
Thanks in advance,
Linn