Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to force the grid to Activate the first column?
Message
From
09/04/2004 07:00:57
 
 
To
09/04/2004 06:51:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00893497
Message ID:
00893499
Views:
20

thisform.Grid1.ActivateCell(thisform.Grid1.ActiveRow, 1)


ActivateCell,ActiveRow
are usable only when the grid has focus.

Use:
INSERT ..
thisform.Grid1.Column1.SetFocus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform