Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem displaying more than one child detail record
Message
De
29/09/1999 03:18:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
28/09/1999 21:32:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00270314
Message ID:
00270364
Vues:
21
>I am having a problem with VFP V6.0 one-to-many report. It will not display more than a single child record. Another report using the same data works fine and I cannot find any differences in the two reports which would account for this.
>
>Does anyone know what setting I may have overlooked?


"Set skip to child" if you're using relations. What I really do is keep report DE empty and execute an SQL into cursor just before calling the report. IMHO it's more flexible. ie:
select * from myParent ;
 left join myChild ;
 on myparent.pk = mychild.keyfield ;
 where SomeExpression ;
 into cursor crsReport
report form myReport
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform