Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with detail
Message
De
03/04/2000 02:13:42
Jill Derickson
Software Specialties
Saipan, CNMI
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00354146
Message ID:
00354190
Vues:
24
Ellen,

Look in help, but here's a quick example:

Parent table:
id
name

Child table:
id
date
event

To show all the events, in order by name and date:

SELECT name, date, event FROM parent, child INTO CURSOR myCursor ORDER BY name, date

Use myCursor in the report writer. HTH. J

>Thanks for the reply. I guess I don't know how to use SQL Select.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform