Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Builder thinks array is UDF- How to Stop ?
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00565781
Message ID:
00565782
Views:
15
This message has been marked as the solution to the initial question of the thread.
Add EXTERNAL ARRAY statement.

>Hi All ,
>I have a form that has an array passed to it.
>
>It uses the array to populate a list in the form inilitialtion.
>There is no problem with the code. It runs OK
>The problem is that when the application is Built an error is created .
> "" Cannot find MyArray""
>
>If Ignored is still runs.
>How do I stop the error messages at Build time ??
>
>
>The codes is :
>PARAMETERS aMyarray
<b>EXTERNAL ARRAY aMyarray</b>
>LOCAL x
>FOR x = 1 to alen(aMyarray)
>	thisform.Moverlists1.lstSource.additem (aMyarray(x))
>ENDFOR
>The problem lines in 4
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform