Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a project property I can use for this?
Message
From
06/05/2009 10:28:54
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01398128
Message ID:
01398137
Views:
64
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform