Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with detail
Message
From
03/04/2000 02:13:42
Jill Derickson
Software Specialties
Saipan, CNMI
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00354146
Message ID:
00354190
Views:
18
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform