Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Refresh Problem
Message
 
To
17/12/2001 19:47:18
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00595411
Message ID:
00595584
Views:
20
Hi Jeff,

I had a similar problem last week when I deleted a child record that was contained in a grid (RecordSourceType: 1-ALIAS). After some hair pulling I discovered that moving the record pointer made the record disappear. If your recordsourcetype is 1-ALIAS this might work:

GO TOP IN ThisForm.Grid1.RecordSource
ThisForm.Grid1.Refresh()
ThisForm.Grid1.SetFocus()

HTH

Robert
Previous
Reply
Map
View

Click here to load this message in the networking platform