Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Builder thinks array is UDF- How to Stop ?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Builder thinks array is UDF- How to Stop ?
Miscellaneous
Thread ID:
00565781
Message ID:
00565781
Views:
35
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
LOCAL x
FOR x = 1 to alen(aMyarray)
thisform.Moverlists1.lstSource.additem (aMyarray(x))
ENDFOR
*****************************
The problem lines in 4
Next
Reply
Map
View

Click here to load this message in the networking platform