Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send parameters to report
Message
 
 
To
15/12/2002 23:56:55
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00733216
Message ID:
00733918
Views:
33
>hi jim
>tanks for your reply
>i create a report as "myreport" and put a field in it as "laAaray" but it can not run correctly the report need to a table for run?
>can you give me a sample report file that work with it(laArray)

Are you addressing the array element you want with a subscript? Instead of referencing laArray in the report, reference laArray[3] (or whatever the right element number is).

You might want to consider using ordinary memory variables instead of an array in your report. If you are looking at the report form, which is clearer -- laArray[3] or lcCustomerNumber? To know what laArray[3] refers to you need to know what program or class calls the report and how the array is populated. Also, you don't have to worry about your report breaking if the population of the array changes in the calling program.

I hope this helps.

Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform