Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a Reports from a Cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Creating a Reports from a Cursor
Divers
Thread ID:
00019473
Message ID:
00019473
Vues:
79
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform