Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Skip Down 1 Column in a Grid?
Message
From
22/10/2002 18:29:59
 
 
To
22/10/2002 17:28:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00714125
Message ID:
00714155
Views:
18
Terry, put the following code in the keypress event of the control in the column (textbox presumably)
IF nKeyCode = 13
    KEYBOARD '{DNARROW}'
ENDIF	
>>I have a multi-column GRID with only 1 of the
columns that will be used to enter data. I have
disabled / read-only all other columns except the
data entry column. When I enter data and press the
enter key, the FOCUS remains on the present line.
I want it to jump down to the next line, which is
another record in the table. The DOWN-ARROW key
works, but not the ENTER KEY.
How do you get this action?
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform