Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GRID: After a grid refresh, the record pointer is not on
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00201947
Message ID:
00201965
Views:
15
Hi Eric,

>Well the thing is that I am trying to avoid the setfocus on the grid because I need the user to stay on another field outside the grid on the form.

Something like this might help:

Local loObj
loObj = Thisform.ActiveControl
Thisform.Grid.SetFocus()
loObj.SetFocus()

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform