Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#INCLUDE question
Message
 
 
To
13/07/2003 15:28:29
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00809686
Message ID:
00809688
Views:
26
Hi Boban,

The scope of the #INCLUDE .H file is the PRG/Class/Form where it's present. You'll have to add #INCLUDE to any PRG, class or form that uses constants from that .H file. You can set _INCLUDE System Variable with the name of your include file but it'll affect only newly created forms and classes.

>I want to be able to use every constant in .H file defined with #DEFINE anywhere in my application (in forms, programs, classes...).
>How can I do that?
>
>
>I have put #INCLUDE in my MAIN.PRG but I the constants from .H file are visible only in that program, I want to be visible everywhere.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform