Control Arrow Keys [message #237991] |
Wed, 16 May 2007 05:23 |
kamran.it
Messages: 265 Registered: September 2005 Location: Karachi
|
Senior Member |
|
|
In default arrow keys can change the record means if we are putting a record and press down arrow key cursor goes to next record and status bar shows record status like 1/1 , 2/2.
Now I want that arrow keys could not changes the record only they work like return key when I press down key it move the cursor in down and when i press up key cursor goes to up.
at least I have 60 items on forms.
|
|
|
|
|
Re: Control Arrow Keys [message #412813 is a reply to message #238909] |
Sun, 12 July 2009 08:39 |
conversing
Messages: 15 Registered: April 2006 Location: pakistan
|
Junior Member |
|
|
just do two simple steps
1. create key-down trigger at form level and write next_item;
2. create key-up trigger similarly and write previous_item;
it will give it normal functionality of up arrow and down arrow
|
|
|