how to make use of Enter key in Forms6i? [message #209482] |
Fri, 15 December 2006 02:39 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
h_jitendras
Messages: 36 Registered: October 2006
|
Member |
|
|
I want to make use of the Enter key to save data that is entered in user-screen without making use of the Save icon in the Toolbar which I have designed in the application.
How do I go about the same?
Pl explain in details ASAP since I'm a novice in Forms6i.
|
|
|
|
Re: how to make use of Enter key in Forms6i? [message #209494 is a reply to message #209482] |
Fri, 15 December 2006 03:08 ![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 |
|
|
If you want to commit data, and even move to the next record, KEY-ENTER should look like this:STANDARD.COMMIT;
NEXT_RECORD;
[EDIT] Maaher is right - Enter <> Commit.
However: there are situations when it is cozy to enable COMMIT on the Enter key. For example, when operator has to enter A LOT of records using the numeric keypad. It is inconvenient to enter numbers and search for F10, <Ctrl-S>, click the "Save" icon or whatever - it is much easier to map "Commit" to the "Enter" key.
[EDIT 2] Where did your message go, Maaher?!? You've just violated my foreign key constraint!
[Updated on: Fri, 15 December 2006 03:13] Report message to a moderator
|
|
|