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" <miked_at_pmcl.com> 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.
>
>Thanks,
>
>Michael
>
>
>
Be sure to also set the Navigatable property to True as well as the Enabled property - when Enabled is FALSE, Navigatable is also set to FALSE and is not reset when Enabled is changed.....
Hope it helps,
John Greco
Oracle DBA/Application Developer
Received on Thu Jul 16 1998 - 10:57:56 CDT
![]() |
![]() |