Re: PL/SQL

From: Darren John Capper <darren.capper_at_preci-spark.uk.com>
Date: Tue, 10 Nov 1998 16:21:13 +0000
Message-ID: <364867F8.B903D201_at_preci-spark.uk.com>


Actually the property DISABLED does not exist. What you have to do is:

set_item_property(item_name,ENABLED,property_true); - Enabled set_item_property(item_name,ENABLED,property_false); - Disabled

Darren

Nenad Noveljic wrote:
<Snip>

> The items on the form can be enabled/disabled with the following code:
>
> set_item_property(item_name,ENABLED,property_true);
> set_item_property(item_name,DISABLED,property_true);
>
Received on Tue Nov 10 1998 - 17:21:13 CET

Original text of this message