by shah <shahjagat@[EMAIL PROTECTED]
>
Jun 10, 2007 at 08:23 PM
It.prg is set as Main.
Mainmenu.spr is created in FPW 2.6 that I am trying to call. There is
no form associated with it. I am calling the .Spr file
On Jun 10, 5:39?pm, Josh Assing <Xjo...@[EMAIL PROTECTED]
> wrote:
> is Mainmenu.spr marked as a "top level" form?
>
>
>
> On Sun, 10 Jun 2007 13:42:02 -0700, shah <shahja...@[EMAIL PROTECTED]
> wrote:
> >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- Hide quoted text -
>
> - Show quoted text -