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: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Wed, 18 Apr 2001 22:36:18 -0700
Message-ID: <3ADE7952.1D3E7399@exesolutions.com>

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

Original text of this message

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