F10 trigger [message #402322] |
Fri, 08 May 2009 14:09 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
muzaffar2010
Messages: 16 Registered: May 2009 Location: usa
|
Junior Member |
|
|
hello
how to execute pl\sql code key pressed?
i want to insert data into table when i press F10 key.
muzaffar
|
|
|
|
Re: F10 trigger [message #402368 is a reply to message #402367] |
Sat, 09 May 2009 09:02 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
muzaffar2010
Messages: 16 Registered: May 2009 Location: usa
|
Junior Member |
|
|
hi
under key-commit trigger
begin
insert into f(name,id) values(:text_item4,:text_item5);
commit;
end;
when i press F10 nothing happens!!!!!
the same code under when-button-pressed trigger it works
did you have any suggestion?
thanks
|
|
|
|
|
|
|
|