Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Errors compiling project when arrays referenced in repor
Message
De
10/02/1999 18:13:19
 
 
À
10/02/1999 16:12:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00186200
Message ID:
00186277
Vues:
14
>Does anybody have any idea why errors are generated when compiling a project that contains a report form that has array references in it?
>
>I need to keep the array references, so replacing them with memvar references is out. Any suggestions how to make VFP happy?

At the end of your MAIN.PRG, do the following:

PROCEDURE DUMMY

PUBLIC MyArray[1]



You never call PROCEDURE Dummy. You just have it there to keep the build happy. Since you never all Dummy, the public array is never created.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform