Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
# include
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00399964
Message ID:
00400103
Views:
12
>Hi,
>
>I AM STILL HAVING THIS PROBLEM. I INCLUDE INTO PROJECT, ADD TO FORM AND IT WORKS ONCE AND THAT'S IT. NO MORE TIME... PLEASE HELP...
>
>THANKS

Justin,

Shouting will not get you any more assistance. Please hit the caps lock key.

Include files mnust be added to every form, class library, and program that refer to any of teh cosntants in them. For a fomr you use the Form Menu's Include File option to designate the include file, for classes you use the Class - Include file menu option and for programs you put #INCLUDE at the beginning of the file. Whether you put the file in your project or not is irrelevant, it must be added to every form, class library and program that uses it.

Each file is compiled separately by VFP and the include directives must be available to VFP at the time the file is compiled. Usually this occurs when you save the file from the specific editor.

Perhaps you can be more specific in HOW you are "adding" the include file to a form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform