Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include file
Message
From
03/10/2007 14:01:05
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01258255
Message ID:
01258294
Views:
13
>>>>I have a form that has an INCLUDE file. I added it through the Form menu. It does not seem to be working as the DEFINE values are not available in the INIT of my form during runtime.
>>>
>>>Have you verified that this is indeed the correct include file with all the variables defined?
>>>
>>>You may try to use COMPILE FORM myForm.scx.
>>
>>Yes, it worked when it was part of a PRG, but now I've split code into the include file and the INIT of a form and the DEFINE variables are not in scope in the INIT.
>
>You can't put code in the include file. It'll never be executed as it will not become part of your method.

Not sure what that means. There are only DEFINE statements in the include file. When they were all part of the same program (no form involved at all) then the DEFINEs were at the top, class instantiation was next, and class definitions were last. It all worked. When I put the DEFINE statements into an include file, moved the calls to the INIT of the form and put the class definitions into a procedure file, it went bad.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform