Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help
Message
 
To
25/06/1998 14:47:01
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: Help
Miscellaneous
Thread ID:
00111672
Message ID:
00111789
Views:
10
>In the report designer how would I go about building a report with the following structure:
>
>
> database1
> ---------
> totaldatabase1
>
>
> database2
> ---------
> totatdatabase2
>
>
>
>I've tried data grouping but it only nests one data group in another.
Sergio,

Dump the grouping and try something like this;
SELECT FirstAlias
REPORT FORM MyRpt TO PRINT NOCONSOLE NOEJECT
SELECT SecondAlias
REPORT FORM MyRpt NOCONSOLE TO PRINT
Previous
Reply
Map
View

Click here to load this message in the networking platform