Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help
Message
 
À
25/06/1998 14:47:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Re: Help
Divers
Thread ID:
00111672
Message ID:
00111789
Vues:
11
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform