Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compiled EXE still looks for menu and procedure files th
Message
De
21/08/2002 17:59:34
 
 
À
21/08/2002 17:51:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00692181
Message ID:
00692252
Vues:
28
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform