Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where EXTERNAL ARRAY should be ?
Message
De
13/02/2003 10:45:00
 
 
À
13/02/2003 02:07:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00752591
Message ID:
00752697
Vues:
13
Thank you, Jose Luis.

I moved the public array to a form's property, and in the report I print Thisform.MyArray elements.

Thanks



>>Hi,
>>
>>If MyForm runs a report, ant this report prints values stored in MyPublicArray, where should I put the External Array Statement to avoid the error "Unable to find Unknown MyPublicArray" while building EXE file?
>>
>>Thanks.
>
>Two solutions:
>
>1) Try to Insert EXTERNAL ARRAY MyPublicArray in every Method you use MyPublicArray
>2) Try to pass the array into a form parameter, and add this array to a form property, and use it and not public variables, is better for a OOP design.
>
>
>This error is only compilation error, if you executes your APP it works without problems.
>
>Regards,
>José Luis.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform