Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running the app from within foxpro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00090589
Message ID:
00090754
Vues:
27
>What I mean by the last sentence is that SYS(3) will return the current directory. You can use this to identify where you are - I may be going in the wrong direction here though looking at your response. I use SYS(3) as the basis for relative paths for data stored in other directories.


SYS(3) gives you a valid file name, but SYS(2003) works.

I added this to the very beginning of my code:

if "VFP" $ SYS(2003)
cd c:\tripsoft\data
endif

This works!

I found another problem, though. When I run the app from VFP, and then quit the app, the "quit" to quit the app quits VFP as well! Any ideas how to get around that one?

Thanks,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform