Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Change a Property of an Item
set_item_property('ITEM_NAME',ENABLED,PROPERTY_TRUE or PROPERTY_FALSE);
When you set ENABLED to PROPERTY_FALSE, you are also setting UPDATEABLE and
NAVIGABLE to FALSE
by default. But when you set ENABLED to TRUE, it only sets the ENABLED
property. You have to set the other three manually.
Joe Strano
Dulcian, Inc.
Virginia K. Leung <vleung_at_uoft02.utoledo.edu> wrote in article
<3415E090.4FD7_at_uoft02.utoledo.edu>...
> Hi,
>
> I have a hard time to change a property of an item programmatically,
> such as I want to change the Enabled property on an item on click of a
> push button.
>
> Assuming in the Visual Basic programming, we can do the following:
>
> txtExample.enabled = False
>
> But how do I do in ORACLE? Please help, comments are greatly
> appreciated!
>
> Virginia
>
Received on Wed Sep 10 1997 - 00:00:00 CDT
![]() |
![]() |