Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Refering to controls on a form

Re: Refering to controls on a form

From: Munzil Qureshi <munzil_qureshi_at_eis.ca>
Date: Tue, 24 Apr 2001 16:06:01 -0400
Message-ID: <3AE5DCA9.425ED53F@eis.ca>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US