Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with Grid Objects
Message
De
17/03/1998 13:43:37
 
 
À
17/03/1998 13:36:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00085134
Message ID:
00085137
Vues:
29
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform