Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid has me stumped yet again
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01503112
Message ID:
01503129
Views:
129
This message has been marked as the solution to the initial question of the thread.
Jon,

Ah. Had exactly the same situation a few weeks back.

Two ways. After re-populating the grid's cursor, do either of the following:
ThisForm.myPageFrame.myPage.myGrid.Refresh()
KEYBOARD "{UPARROW}"
or..
ThisForm.myPageFrame.myPage.myGrid.Refresh()
ThisForm.SomeOtherControl.SetFocus()
ThisForm.myPageFrame.myPage.myGrid.SetFocus()
Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform