Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid - .activatecell
Message
From
01/01/2002 16:49:06
 
 
To
01/01/2002 16:31:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00599613
Message ID:
00599616
Views:
27
Hello greg.

>> I'm trying to move the cursor from column3 to column6 in a grid after a valid. This code,thisform.grid1.activatecell(thisform.grid1.activerow,6), seems to be the way to do it but it's not working. <<

Try this in the KeyPress of the textbox in column3 instead:
IF INLIST( nKeyCode, 9, 13 )
  This.Parent.Parent.Column4.SetFocus()
  NODEFAULT
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform