Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Undefined Arrays
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00600315
Message ID:
00600331
Views:
16
>I've been given a VFP 6 application to support. This was originally written in FPW 2.6, run through the converter, and then tweaked. I made a copy of the system and went to Rebuild the project. This generated a slew of "Undefined" errors - for example
>
>Program c:\hail\haililpb.spr has the following errors:
>    Unknown HSEL_ARR - Undefined
>
>
>I thought I knew what was causing that but each of the SPR's had an
>
>
EXTERNAL ARRAY hsel_arr
>
>line in it.
>
>I realize that these are warnings and the project should still compile correctly, but I'm curious as to what could be causing the message.
>
>Thanks for your responses......Rich

Is the array actually external and passed as a parameter? Or is the array generated by the code with something like an SQL statement? If it's the latter, dimension the array prior to calling the statement that creates it.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform