Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 5.0 INCLUDE FILES
Message
 
To
05/02/1997 08:22:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00019328
Message ID:
00019375
Views:
32
>Does anyone know if it is possible to use anything besides #DECLARE statements in an INCLUDE file?
>
>I need to have a header in all my PRG files which makes available the same PRIVATE variables and then assigns them values.

Gary,

Do you have an application class? If so, create your private vars as
properties of the application class. Once the app object is created,
you can access any of it's public properties. If you haven't gone this
route, you should look into it. You can get rid of all public and most
private variables this way.

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform