Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Arrays in Reports
Message
De
11/05/1997 23:22:11
 
 
À
11/05/1997 23:19:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00031708
Message ID:
00031733
Vues:
40
>Hello!
>
>BTW, if I'm use arrays in report, then I'm never declare it as public. To
>avoid generating error on compilation stage just make an empty function
>with the same name. By going this way array will be released after
>executing the procedure with report. That's all.
>
>Yours ever,
>Vladimir Shevchenko

You don't need to make a dummy function. Just declare the array:

external array YourArray

and the compiler won't complain any more.

Vlad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform