Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any way to attach an include file to a project?
Message
From
22/09/2016 01:38:35
 
 
To
21/09/2016 12:43:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2012
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Miscellaneous
Thread ID:
01641179
Message ID:
01641200
Views:
61
You can 'include' an include.h file as a 'File' object in the project. You can choose to include it or exclude it; it is only used at compile time. But just 'including' an include.h file in a project does not make it available to all classes, forms, or programs in the project. You have to 'include' the include.h file in each class (that means all classes in a VCX), form, and program for it to be used by that class, form, or program. No way to have a 'global' defined include file in VFP.
Previous
Reply
Map
View

Click here to load this message in the networking platform