Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Refering to controls on a form
Just like this:
:objectname.itemname
ie: use a bind variable and dot notation.
Tom Deseamus wrote:
> Can someone please give me an example of how to refer to controls and their
> properties and values on a form? For example if I wanted to run this code,
> how would I refer to the form, control, and properties.
>
> form name := myform
> control name := mycontrol
> button name := button1
>
> IF mycontrol value > 10 THEN
> myform background color := BLUE
> mycontrol forground color := RED
> END IF;
>
> Thanks,
> Tom
Received on Tue Apr 24 2001 - 15:06:01 CDT
![]() |
![]() |