Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Errors compiling project when arrays referenced in repor
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00186200
Message ID:
00186227
Views:
17
>I don't think this is possible, is it? An array reference in a report form is just like an array reference in a PRG without the "EXTERNAL ARRAY xx" directive: VFP will expect a function by that name. I've never gotten this to work, and always have to convert to DBF fields.
>P.S. It would be *nice* if I'm wrong :)

It works. If you create the array in the form that calls the report, the array is in scope in the report. Give it a try. (I just tested it in VFP6).

If the array is accessed throughout the app, you might just have to grit your teeth and make it public (global).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform