Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#INCLUDE question?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00577959
Message ID:
00578066
Views:
16
_INCLUDE is not retroactive. If set, all new forms and classes will pick up the setting automatically. If you have old forms/classes that you need to have configured, you have to do it manually.

>I set the DEFAULT INCLUDE FILE to myInclude.Ch in Tools->Options->File Locations. In this file I have
>
>#DEFINE GTest 1
>
>
>but when I test in a form
>
>#IFDEF GTest
> WAIT WINDOW "GTest defined"
>#ENDIF
>
>the wait window not appears. In VFP _include = "MyInclude.CH", but when I create an EXE file _include is "".
>
>How can I set a Header file for all my application? I don't want to put #include in all forms, programs & classes?
>
>TIA
>
>Boris
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform