Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a Reports from a Cursor
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Creating a Reports from a Cursor
Miscellaneous
Thread ID:
00019473
Message ID:
00019473
Views:
76
The online help lists the following statements for creating a report based on an SQL Select statement. However, I don't understand how MYREPORT.FRX knows to use MyCursor for the data environment. How can I create a report based on a Cursor?

SELECT * ;
FROM tastrade!customer ;
WHERE customer.country = "Canada" ;
GROUP BY customer.region ;
ORDER BY customer.postal_code, customer.company_name ;
INTO CURSOR MyCursor
REPORT FORM MYREPORT.FRX
Next
Reply
Map
View

Click here to load this message in the networking platform