Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Problem
Message
 
To
02/06/1997 11:18:17
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00034503
Message ID:
00034510
Views:
29
>>I have 2 tables, one parent and one child, a one to many relationship
>>
>>parent is having - code and description fields
>>child is having - code, date & quantity fields
>>
>>i'm issuing this command
>>
>>sele parent.code, parent.description, child.date, child.quantity from parent, child where parent.code=child.code to file myfile
>>
>>& it gives me a output in a text file, where each and every parent field is repeated, in front of its child record...
>>
>>is there a way i can get parent field once and below that child records...(i don't want the repetition of parent fields and output should be transfered to txt file.)
>>
>>
>>any help will be highly appreciated, (i don't want to use the report designer only with help of sql or any other command).
>>
>>thanks in advance...
>
>
>Create a report and set up group headers and then REPORT FORM myform TO FILE myfile ASCII
>
>HTH

parents in the group header, children in the detail, right?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform