Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh Grid Problem
Message
De
29/06/1999 20:17:31
Jorge Haro
Independent Consultant
Juarez, Mexique
 
 
À
29/06/1999 18:37:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00235584
Message ID:
00235629
Vues:
27
I use to have that problem and it got solved by always selecting the parent table in the end, I think I put it in the form's refresh method, also assuming that:

-You have set up a parent child relationship in the DE
-You've specified InitialSelectedAlias in the DE (or is that just important in reports)

So basically if you select the child table to get a total, after doing your calculations you'd have to select the parent table again

sele child
calc sum(amount) to x for ... yadda, yadda, yada

sele Parent
Thisform.Refresh()

It worked form me anyway, HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform