Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays used in reports
Message
 
 
À
21/08/2001 05:55:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00546611
Message ID:
00546721
Vues:
13
>How can I prevent that the project manager says he can't find a function used in a report, which is actually an array defined before running the report ?
>
>EXTERNAL ARRAY myarray ?

Besides the External reference, another way used to fool the compiler is to create a procedure (usually in your main program file) that is never called. You can add the following:

Public Array MyArray[1]

This will make the compiler think something exists when it really doesn't and you won't get the error.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform