Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
External array in a report
Message
From
24/01/2006 19:40:28
 
 
To
24/01/2006 18:47:49
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01089947
Message ID:
01089967
Views:
14
This message has been marked as the solution to the initial question of the thread.
At the end of you Main.prg put the following:

PROCEDURE Dummy
PUBLIC MyArray[1]


You never call Dummy. The compiler will "think" that MyArray is public and stop complaining. But because you never call Dummy, the array is never created with a PUBLIC scope.

>Where do I put "external array", or an equivalent, in a report?
>
>When I compile the project, I am getting error messages, related to an array I access in the report.
>
>TIA,
>
>Hilmar.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform