list_item [message #349623] |
Mon, 22 September 2008 07:16  |
vaibhavi
Messages: 21 Registered: April 2008
|
Junior Member |
|
|
Hello,
I am using text item and list item on oracle forms.
I want to navigate through fields on key-up and key-down.
I added code for this on key-up and key-down triggers "previous_item" and "next_item" respectively for this.
It works fine for text item. But with list item on key-up/key-down( up and down arrow) it does not work.
It navigates in same item through different records (list in that field) that I dont want. It should navigate to next item on form.
How can it be done?
|
|
|
Re: list_item [message #349729 is a reply to message #349623] |
Mon, 22 September 2008 20:06  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
One thing I learned early with Oracle Forms. Use the basic keys as they are supplied. You will save yourself a lot of work and they always work the way that Oracle said they would.
David
|
|
|