Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resolving reference to array external to report
Message
 
À
06/01/1999 12:08:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00173188
Message ID:
00173387
Vues:
22
>Hi all,
>
>When referencing an array in a report form that was created from the calling program, how do you resolve the Undefined error in the project manager?
>
>I know it doesn't affect the running of the program, it's just really annoying to always have that error screen come up.<s> Not to mention the fact that I might not notice *real* errors (if I were to ever have any<g>) since the error window is always displayed.
>
>TIA.
>
>Later...
>|
Keith,

In your startup program put this code;

IF .F.
PUBLIC laArray(1)
ENDIF

Replace the array name with your array name.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform