Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record pointer in grid
Message
From
24/09/2000 13:22:20
Alhad Marathe
Asm Consulting
Mumbai, India
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00420277
Message ID:
00420286
Views:
14
>I have a 2 column grid. When a user presses ENTER in column 2, I would like the cursor to appear in column 1 of the next record. My Keypres method code =
> On key label enter skip
> thisform.refresh()
>Nothing happens. What am I doing wrong? Is there a better way?
>TIA

Try this,
In the keypress method:
If nKeycode=13
skip
thisform.refresh
endif
Only direct experience is Knowledge;
Everything else is just Information.
Previous
Reply
Map
View

Click here to load this message in the networking platform