Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem displaying more than one child detail record
Message
From
29/09/1999 03:18:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/09/1999 21:32:38
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00270314
Message ID:
00270364
Views:
20
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform