key commit problem [message #86952] |
Tue, 23 November 2004 15:51 |
Raghavendra
Messages: 69 Registered: December 2000
|
Member |
|
|
hw to disable the key commit
when i am savint the record if i press F10 record should not save.
So plz reply ASAP
|
|
|
Re: key commit problem [message #86963 is a reply to message #86952] |
Wed, 24 November 2004 04:32 |
rama krishna
Messages: 97 Registered: December 2001
|
Member |
|
|
NULL;
write the above line in key-commit trigger..
if its not working for F10...
there are Terminal files in Application server where ur forms is Installed..i don't remember the filename..
It contains all entries with mappings to Keyboard..u've to comment it for F10
Cheers
Ram
|
|
|
Re: key commit problem [message #87002 is a reply to message #86963] |
Sun, 28 November 2004 08:11 |
Just John
Messages: 69 Registered: November 2004
|
Member |
|
|
You could also change the database blocks to non-updatable, same result different method (this will cause an error that you may wish to catch!)
|
|
|