Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Refering to controls on a form
Objects on forms are described as bind variables using the syntax COLON OBJECT_NAME without spaces such as :MYCHECKBOX.
Daniel A. Morgan
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 Thu Apr 19 2001 - 00:36:18 CDT
![]() |
![]() |