Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to automatically skip line in a grid ?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00769732
Message ID:
00769735
Views:
14
Put into valid or lostfocus event appropriate lines like:

if lastkey()=13
keyboard "{leftarrow}"
keyboard "{leftarrow}"
keyboard "{dnarrow}"
endif

>I have a grid with 3 columns:
>
>1) combobox
>2) textbox
>3) textbox
>
>WHen the user has entered the data in the textbox 3, I want to get him automatically to the 1st field of the NEXT LINE.
>
>In the lost focus of the textbox (3), I did
>
>SKIP
>THIS.Parent.Parent.Column1.combobox1.setfocus()
>
>Did not work. I am still on the same line!
>
>Thanks for any help
>Eric
Previous
Reply
Map
View

Click here to load this message in the networking platform