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

Click here to load this message in the networking platform