equivalent to key-next-item [message #413476] |
Wed, 15 July 2009 23:57 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
andi_raj
Messages: 55 Registered: February 2008
|
Member |
|
|
hi,
What's the equivalent to key-next-item? suppose in one field i give the employee number and when the cursor is moved to the next field or tab is used or enter is pressed, the other fields should be populated with other details like employee name, address,designation etc. Kinldy help.
raj kumar
|
|
|
|
Re: equivalent to key-next-item [message #413675 is a reply to message #413476] |
Fri, 17 July 2009 00:34 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I don't know APEX, but - KEY-NEXT-ITEM looks like Forms trigger. So, if it may help (and if it exists in APEX too), try with WHEN-VALIDATE-ITEM trigger (while in insert/update mode) or POST-QUERY trigger (in query mode).
|
|
|