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 -> Refering to controls on a form

Refering to controls on a form

From: Tom Deseamus <elrice2_at_home.com>
Date: Thu, 19 Apr 2001 01:48:49 GMT
Message-ID: <5urD6.48168$J%5.16094616@news2.rdc2.tx.home.com>

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 Wed Apr 18 2001 - 20:48:49 CDT

Original text of this message

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