Re: set_item_property for initial value

From: mcstock <mcstock_at_enquery.com>
Date: Tue, 28 Oct 2003 14:52:15 -0500
Message-ID: <-eGdnSnkP_mMVAOiRVn-vw_at_comcast.com>


check the on-line help under SET_ITEM_PROPERTY for the list of available properties

"Nick" <nickrene_at_hotmail.com> wrote in message news:2ed86964.0310281136.382e0941_at_posting.google.com...
> ok this gives me an idea. i can use the set_item_property built in
> function to modify the initial value. but i can not seem to find the
> correct property name for initial value. anyone know it?
>
> thanks
>
> "mcstock" <mcstock_at_enquery.com> wrote in message
 news:<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 - 20:52:15 CET

Original text of this message