Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include file in Load event v. Form Include File
Message
From
29/04/1998 03:11:17
 
 
To
28/04/1998 15:16:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00095500
Message ID:
00095603
Views:
22
>I had used the #Include command in the load event of my form and kept getting an error that a variable couldn't be found. I looked at several threads relating to this problem, and the consensus seemed to be that the problem was because the #Include command was a compiler directive. Like the guy who had the original problem, I had compiled my form (using compile form), even though according to the help file, it appears to happen automatically when you save the form. Nonetheless, when I use Form->Include File, then run the form, everything works fine.
>
>So my question is: what accounts for the difference?
>
>I double checked the path in the Load event (I hard coded as a test to make sure). I don't get any kind of error message from the Load event telling me it couldn't find the file, so I am baffled.
>
>Has anybody else had this happen?
>
>Thanks,
>
>Sylvia

Where are you using a constants defined in include file?

If you put the #Include directive in the Function/Procedure/Method/Event body,
the constants defined in that file available only in this Function/Procedure/Method/Event!

Alexander
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform