using keyboard key in forms
hi all,
i want to create a form like this...
suppose one textbox is there when i run the form cursor is on the textbox at that time i want to press the F8 key from the
keyboard to populate the lov with empno,ename from emp table
when i type on the lov lets say empno 7369 then it should appear in the textbox without pressing the ok button from the lov
and at that time when i again press F9 from the keyboard then the lov should appear like the reverse of previous ename,empno
then i type suppose scott's name and it should appear in the textbox.
i am working on oracle 10g forms..
how to do this .........