Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find Undefined?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01517924
Message ID:
01517925
Views:
66
>Hi,
>
>After I compile and build an application I get a message that two variables are undefined. This is one of the the lines:
>
>
>Visual Class Library mylibrary.vcx has the following errors:
>    Unknown APOSTEDMATERIALS - Undefined
>
>
>The aPostedmaterials is an array. And it is used in a few places. What does "undefined" mean?
>
>TIA.

In the procedure that uses this array add

EXTERNAL ARRAY aPostedMaterials

This is a compiler error and it can also be safely ignored.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform