Re: Refer to block item using string

From: mcstock <mcstock_at_enquery.com>
Date: Mon, 27 Oct 2003 23:41:00 -0500
Message-ID: <kL2dnamXFsfjbgCiRVn-hg_at_comcast.com>


you probably need to use the copy function or the set_*_property function

as i recall it's something like this:

    copy( 'a value', 'an item name');

    set_checkbox_property( 'cb item name', 'properry name', 'value')

againg, i'm going by memory -- it's been over a year so i may not quite have the syntax just right

-- 
----------------------------------------
Mark C. Stock
www.enquery.com
(888) 512-2048

"Nick" <nickrene_at_hotmail.com> wrote in message
news:2ed86964.0310271400.a6d6b1b_at_posting.google.com...

> I have a form that has several check boxes defaulting to checked.
> When the form loads, I have a cursor looping through a table that
> stores the name of the check boxes that need to be unchecked. The
> cursor will return the item's name into a varchar2 variable. I need
> to know now how to use that varchar2 variable to refer to the
> corresponding check box item and uncheck it. I have done something
> similiar in VB but have not found a way to do this in pl sql.
>
> Thank you in advance.
>
> Nick
Received on Tue Oct 28 2003 - 05:41:00 CET

Original text of this message