Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Grid Objects
Message
From
17/03/1998 13:43:37
 
 
To
17/03/1998 13:36:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00085134
Message ID:
00085137
Views:
25
>I have experience the following problem:
>
>- I have two .dbf files opened and a grid object to each of them.
>
>If I stabilish a relation between these files (using the command SET RELATION), the grid that shows the child workarea shows only the related record with the parent workarea, even if I terminate the relation between the files.
>
>Why this occur? There is a way to solve this problem?
>
>Thank you.

The best idea is not to use temp relationships at all. If you stick to them then any time you want to refresh grid contents you should :
With Thisform.GridX
 cRecordsource=.recordsource
 .Recordsource=""
 .Recordsource=cRecordsource
 .refresh
endwith
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform