Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EXTERNAL ARRAY
Message
De
12/06/1997 16:37:24
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Divers
Thread ID:
00035966
Message ID:
00036149
Vues:
39
>EXTERNAL ARRAY in rpt1.prg doesn't do any good because the EXTERNAL ARRAY command should be placed in the subroutine called by the program that defines the array. Since that 'subroutine' is your report in this case, it doesn't seem to help. Could you declare the array PUBLIC in rpt1.prg and then release it (assuming you have no other naming conflicts) ?

That worked! I now do the following:

PUBLIC lacount[1]
SELECT * FROM ........
REPORT FORM .......
RELEASE lacount
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform