Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Builder thinks array is UDF- How to Stop ?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Builder thinks array is UDF- How to Stop ?
Divers
Thread ID:
00565781
Message ID:
00565781
Vues:
37
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform