Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable not found
Message
 
To
25/08/1997 11:47:21
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00046291
Message ID:
00046843
Views:
34
>>>My colleague asked the same question -but unfortunately, no I'm not using any arrays.
>>>All the variables "not found" are names of table indexes used in the few forms I have developed so far.
>>Martin,
>>
>>Do these indexes ONLY exist while the app is running? You can get rid of the build warning by adding code like this to your startup program;
>>
>> * Startup
>>
>> * All your code
>>
>> RETURN
>> IF .F.
>> x = ""
>> y = ""
>> ENDIF
>
>This is an interesting little tidbit, Jim. What exactly is it doing to make the builder ignore the errors?
Erik,

It fools the compiler into seeing the variables get defined in code that will never run.
Previous
Reply
Map
View

Click here to load this message in the networking platform