how to know that Enter key is pressed
625516Jul 8 2008 — edited Jul 10 2008Hi,
When we press TAB/ENTER keys cursor navigates to next item. This is the default navigation of block.
Now i want that cursor should go down when ENTER key is pressed. Once it reaches last record then cursor will go to next item's first record.
Key-Next-Item trigger gets fired when TAB/ENTER key is pressed. In this trigger i can check for the ascii values of the TAB & ENTER keys. But i don't know how to code for getting the ascii values.
If anyone has some idea then please share with me..
thanks.