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:
00186256
Views:
16
You'll find that the report prints what the PRG returns, *not* the value in the array.
However, this hints to another workaround:
Create a PRG that returns the array value:

PROC MyArray
PARAMETER tiRow, tiColumn

EXTERNAL ARRAY MyArray

RETURN MyArray[tiRow, tiColumn]


I've never tried this, so no guarantees :)

Mark

>Create a dummy prg in your app the same name as the array. This will make VFP happy. Just tried it in VFP 5.
"It hit an iceberg and it sank. Get over it."
Robert Ballard, dicoverer of the Titanic wreckage.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform