Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
App cant find my forms
Message
De
14/12/1999 18:15:21
 
 
À
14/12/1999 17:54:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00302574
Message ID:
00303734
Vues:
22
>Ed,
> I tried all of these things and the app *still* looks to the home() directory for the screens. I am baffled! Any ideas? thanks, Randy

You might try rebuilding the project from scratch - create a new project, link in only the main program module, and then let it build from there, having set the necessary search paths in your environment before building. If anything is not explicitly added (ie you DO FORM (cFormNameInVar) ) you'll want to add dummy code somewhere that names the components to include in the project without executing the code like:
IF .F.
   DO FORM FORM1
   DO FORM FORM2
   REPORT FORM REPORT3
   DO MyProcFile
   *  etc
ENDIF
so that the modules are included in the project automatically. Make sure that all the necessary search paths for the components are in your SET PATH when you build the project. Once built this way, compile and see if it's fixed.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform