Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where EXTERNAL ARRAY should be ?
Message
De
13/02/2003 02:07:07
 
 
À
13/02/2003 01:12:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00752591
Message ID:
00752596
Vues:
15
>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.

Quidquid latine dictum sit, altum sonatur

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform