Refering to controls
From: Tom Deseamus <elrice2_at_home.com>
Date: Wed, 18 Apr 2001 22:27:26 GMT
Message-ID: <ixoD6.47374$J%5.15602589_at_news2.rdc2.tx.home.com>
Date: Wed, 18 Apr 2001 22:27:26 GMT
Message-ID: <ixoD6.47374$J%5.15602589_at_news2.rdc2.tx.home.com>
[Quoted] Can someone please give me an example of how to refer to controls and their [Quoted] [Quoted] properties and values on a form? For example if I wanted to run this code, [Quoted] how would I refer to the form, control, and properties.
form name := myform
control name := mycontrol
[Quoted] button name := button1
[Quoted] IF mycontrol value > 10 THEN
[Quoted] myform background color := BLUE
mycontrol forground color := RED
END IF;
Thanks,
Tom
Received on Thu Apr 19 2001 - 00:27:26 CEST
