Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wrong
Message
From
31/03/2000 15:34:42
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
31/03/2000 12:24:25
Christopher Pinnock
United General Insurance Company
Kingston, Jamaica
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: Wrong
Miscellaneous
Thread ID:
00352456
Message ID:
00353594
Views:
13
Chris,

You did something like
SELECT Parent.*, Child.* ;
    FROM Parent, Child ;
    INTO CURSOR MyCursor ;
    WHERE Parent.Key = Child.Key ;
    ORDER BY MyParentField1, MyParentField2, MyChildField
and now you want the report grouped on MyParentField1 and MyParentField2, with the data from the child fields in the detail line of the report. The cursor must be ordered (or indexed) on the MyParentField1 and MyParentField2 (for the grouping) and MyChildField (so that the child records will print in whatever order you like.)

Open the report, in the menu choose Report | Data Grouping. Do you have MyParentField1 as the first item and MyParentField2 as the second?



>Hi Cindy me again when I merge both cursors my third parties are printed al at once. There is only one grouping though and its on branch. Any ideas ??
>
>Chris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform