Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Errors compiling project when arrays referenced in repor
Message
From
10/02/1999 18:13:19
 
 
To
10/02/1999 16:12:22
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00186200
Message ID:
00186277
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform