Navigation change after set_item_property enable [message #433530] |
Wed, 02 December 2009 14:59 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
whatfur
Messages: 29 Registered: July 2006
|
Junior Member |
|
|
In a fairly simple form I have a field that is initially not enabled. Sequentially before that field is a check box whose "WHEN_CHECK_BOX_CHANGED" trigger includes the enabling of the originally disabled field. That works, but it does not enable it for Next field navigation...as it it is still skipped over. How does one make it stop on this now enabled field automatically?
Thanks.
|
|
|
Re: Navigation change after set_item_property enable [message #433533 is a reply to message #433530] |
Wed, 02 December 2009 16:18 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
whatfur
Messages: 29 Registered: July 2006
|
Junior Member |
|
|
Oops did one more search after posting this and found the answer. Sorry for the duplicate.
Answer supplied by cookiemonster previously:
When something is initially disabled it also has a initial keyboard navigable setting of false whether you set it so or not.
Thus, if you re-enable you also have to reset NAVIGABLE to true.
|
|
|