<< When I run this APP , the menu comes up, but when I select an item in the menu it gives error like follows :-
file filename.scx does not exist
Then I copied this scx/sct file inthe directory. This form runs but then again if i run a report from this form it again says :-
filename.frx does not exist
>>
I sometimes get the same error in Visual FoxPro.
This is on the "DO FORM" command
And it just goes away by itself.
My "solution" is to reload FoxPro in development mode
> > Hi,
> > When you call the form from your menu, do you call it with harcoded full path ? An idea ... !
> >
> > Léon
>
> In the dev environment I set the path to all the directories I need, including forms where I save all my forms...
> issuing a do form XYZ makes the form run...
> Once INcluded in an app or exe you don't need that path anymore just a 'do form
XYZ.sx' will do.
>
> The read events should be at the end of the init code of the app
> Do not forget to do a clear events before you quit the app/exe.
>
> Boudewijn Lutge®ink
>
Boudewijn.Lutgerink@foxite.com> Experience is the knowledge you get immediately AFTER you actually needed it...
Andy Rice
San Diego, CA