Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh Grid Problem
Message
From
29/06/1999 20:17:31
Jorge Haro
Independent Consultant
Juarez, Mexico
 
 
To
29/06/1999 18:37:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00235584
Message ID:
00235629
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform