Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyboard or Activate cell problem
Message
 
To
20/07/2000 05:57:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00394793
Message ID:
00394803
Views:
11
Peter,

You need to change the way you think about the grid. The columns of a grid have only one real row and only one real control. The others are phantoms. If you want to work with the rows in the grid use the underlying recordsource, not the cells. To put focus on the first column of a new record do this;
SELECT (thegridsrecordsource)
APPEND BLANK
Thisform.Grid.SetFocus()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform