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:
00733224
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)
>very very tank you

You need to have at least a cursor to make a report run using report writer. You can create a dummy cursor if you want.
Create cursor dummycursor (C (10))

Dimension laArray(5)
laArray[1] = 'one'
.
.
.

Select dummycursor
Report Form yourreporthere ...
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform