Cursor Navigation [message #530164] |
Sat, 05 November 2011 10:02 |
sivaora
Messages: 119 Registered: October 2009 Location: Hyderabad
|
Senior Member |
|
|
I have 2 blocks in a Form and i have mandatory items in both the blocks. both blocks items are placed on a single canvas.
Now i want to navigate from one item to another specific item. So i wrote go_item('block_name.item_name') in key_nxt_item trigger for each item.
But the cursor is not navigating between the items as specified in triggers.
(If the items are not mandatory navigation is fine).
So how to do it even the fields are mandatory.
|
|
|
|
Re: Cursor Navigation [message #530187 is a reply to message #530169] |
Sun, 06 November 2011 07:51 |
sivaora
Messages: 119 Registered: October 2009 Location: Hyderabad
|
Senior Member |
|
|
No, i required all that items are mandatory.
I re arranged the itmes on canvas already in the required order but it is not moving properly.
And i already set the Previous navigation item and next navigation item but no use.
|
|
|
|
Re: Cursor Navigation [message #530281 is a reply to message #530192] |
Mon, 07 November 2011 08:24 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
Or just enforce it at time of saving, with a lot of IF statements.
It is just plain poor design to have all fields required and then jump from block to block. As you see, Oracle will not allow you to do what you want to do, and for good reason I would think.
|
|
|