PRB: BROWSE FIELDS Results Inconsistent in 1-to-Many Relation (117709)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft FoxPro for Windows 2.6
- Microsoft FoxPro for Windows 2.6a
- Microsoft FoxPro for MS-DOS 2.0
- Microsoft FoxPro for MS-DOS 2.6
- Microsoft FoxPro for MS-DOS 2.6a
This article was previously published under Q117709 SYMPTOMS
The records in the child table of a one-to-many relationship do not update
properly under certain conditions.
RESOLUTION
Issue a GO RECNO() command after returning to the parent table. This forces
FoxPro to refresh the one-to-many relationship, and allows the update of
the BROWSE results.
STATUS
This behavior is by design. FoxPro cannot know what the developer is
attempting to do, and allows the child table data to be read from wherever
the record pointer has moved. By refreshing the relationship between the
two tables with the GO RECNO() command, the developer is given the option
to determine which data should be returned from the child, the old
information or the updated information.
Modification Type: | Major | Last Reviewed: | 12/1/2003 |
---|
Keywords: | KB117709 kbAudDeveloper |
---|
|