I have a wierd problem.
We are in the process of rewriting a FPW leagcy application into VFP.
I have a top level program called It.prg
This launches a Splash form.
The splash form has a timer event and in the destroy event of the
splash form - I have a call to Mainmenu.spr (an old FPW main menu)
so the IT.PRG looks like this
SET SYSMENU OFF
DO FORM SPLASH.SCX
(destroy event launches the old fpw 2.6 mainmenu.spr)
READ EVENTS
I can run the program from witin VFP whereas outside of VFP, if I run
the executable, the splash screen shows up and then when it times out
- NOTHING. I can look into the task manager and see the executable is
running in the memory but nothing shows up. There is no menu that can
been seen.
What am I doing wrong?
Thanks in advance
Shah