Article ID: 140489
Article Last Modified on 2/12/2007
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
- Microsoft Visual FoxPro 6.0 Professional Edition
- Microsoft Visual FoxPro 7.0 Professional Edition
- Microsoft Visual FoxPro 8.0 Professional Edition
- Microsoft Visual FoxPro 9.0 Professional Edition
This article was previously published under Q140489
SYMPTOMS
A one-to-many report with a scope of one record in the parent table does
not display all the related records in the child table. Only the first
related child record prints where the tables have a parent and child
one-to-many relationship.
CAUSE
In one-to-many relationships, when you skip through the parent table, the
record pointer remains on the same parent record until the record pointer
moves through all related records in the child table.
RESOLUTION
To have all the related records in the child table print for a specific
parent record:
- Use the FOR <expL> clause of the REPORT FORM command to identify the
record in the parent table.
-or-
- Use the NEXT <expN> clause of the REPORT FORM command where <expN> = the
number of child records related to the parent record.
STATUS
This behavior is by design.
Additional query words: 2.50 2.50a 2.50b 2.60 2.60a FoxWin VFoxWin
Keywords: KB140489