Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiled EXE still looks for menu and procedure files th
Message
From
21/08/2002 17:59:34
 
 
To
21/08/2002 17:51:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00692181
Message ID:
00692252
Views:
26
Jim,

I would try to take out the path from the 2 lines in bold below. It is still a guess, since I don't know what goApp.Show() method does with this information.

I would remove the PUBLIC goApp line, but it is unrelated to your problem.

How about posting the code in goApp.Show()

>Right. More code here: This is the entire program leading up to the instantiation of the application object. Below this in the code are some procedures like the CleanUp and ErrorHandler etc. It was largely pre-generated by the VFP application wizard when I started the project (about 5 years ago, whew!).
>
>

>*-- Instantiate application object.
>RELEASE goApp
>* PUBLIC goApp && I would remove this line completely
>goApp=CREATEOBJECT("cApplication")
>
>*-- Configure application object.
>goApp.SetCaption("ICG Real Estate System")
>goApp.cStartupMenu= "remain" && take out the path
>goApp.cStartupForm="startup"
>*-- Show application.
>goApp.Show
>*-- Release application.
>RELEASE goApp
>
>

>
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform