Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to do vfp9 multi-band report from cursor
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Trying to do vfp9 multi-band report from cursor
Miscellaneous
Thread ID:
01444482
Message ID:
01444482
Views:
163
With regular single band report, i use to do a SELECT SQL....INTO CURSOR myreport AND then do my report based on the fields from the cursor myreport.

I am trying to do the same with multi-band vfp9 reports without success:

example:
SELECT idclient, name FROM arclient INTO CURSOR myreport
SELECT invoiceno, amount, idclient FROM arinvoice INTO CURSOR mysubreport1
SELECT myreport
SET RELATION TO idclient INTO mysubreport1

In the property of the report detail band, I put 'myreport' and 'mysubreport1' in each of them.
When I run, it says 'mysubreport1 does not relate to the current work area'.

I think there is something I don't understand.
Any idea

Many thanks
Eric Crespin
Consultant
PC PLUS Software Inc.
www.pcplus.ca
Next
Reply
Map
View

Click here to load this message in the networking platform