Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EXTERNAL ARRAY
Message
De
11/06/1997 15:48:48
 
 
À
11/06/1997 15:03:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Divers
Thread ID:
00035966
Message ID:
00035979
Vues:
36
>I am using a program to run a SQL-Select statement to gather selected data.
>The selected data is then sent to a REPORT FORM. I am getting an error
>in the Project Manager similar to the following:
>
> Unknown LACOUNT - Undefined
>
>The LACOUNT is an array of summary statistics. How can I eleminate this
>error from being displayed? I don't know how to use the EXTERNAL ARRAY
>command from within a REPORT.
>
>Any ideas/solutions?



At the end of your Main.Prg, put the following:


PROCEUDRE Dummy

PUBLIC laCount[1]

RETURN




You never call this procdure. It exists only to make the project manager happy.

Craig
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