Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: FORMS 5.0 -- a navigation issue
Michael Dean wrote:
> I have a group of fields that I want to be disabled by default (i've done at
> design time) when the form loads. However, depending on what value they
> choose for a particular poplist, I want to ENable select fields from those
> disabled. Make Sense? I have the enable process working. The problem is
> that all fields that are disabled at design time are no longer keyboard
> navigable, even after I re-enable them at run-time.
>
> Any suggestions on getting keyboard navigation reset at run-time?
>
> All suggestions are appreciated.
set_item_property('BLOCK.ITEM',NAVIGABLE,PROPERTY_TRUE) should work Received on Thu Jul 16 1998 - 10:19:22 CDT
![]() |
![]() |