Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a project property I can use for this?
Message
De
06/05/2009 10:28:54
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01398128
Message ID:
01398137
Vues:
65
This message has been marked as a message which has helped to the initial question of the thread.
>Hi,
>
>I have a .PRG that is a main program for 3 projects. When I test the program and start the application by executing this .PRG I would like to know which project I am starting from. This way, I can create a condition (in this .PRG) to load (or run) just the programs I need for this project. Note that I need it only when executing the application from VFP IDE. Is there a project property I can use for that?
>
>Thank you in advance for your help.

Dmitry,

In the exe I would have suggested _vfp.application.servername

In the IDE, I would add a property to eg _screen when you start the project (config.fpw Command = do...)

You can also use CurDir()

Also, you can add three different functions/progs with the same name to each of the projects. The main could then call that prog which will return the project it is in

There may be other options
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform