Re: Forms 4.5 question

From: Ashok Upadhyay <aupadhya_at_earthlink.net>
Date: Tue, 27 Oct 1998 14:23:54 GMT
Message-ID: <3635D6B0.29C94707_at_earthlink.net>


You should look for the trigger which gets fired during the event of navigation into record i.e. when-new-record-instance and in theat trigger write code set_item_property ...etc.

Thanks

EdwardAwad_at_webtv.net wrote:

> In article <3634E264.FA839D7F_at_earthlink.net>,
> aupadhya_at_earthlink.net wrote:
> > Workaround is to use Set_Item_property which gets fired for each and every
> > record.
> > Use when-new-record-instance trigger to dynamically set the desired property
> > true and or/false.
> >
> > When-new-item-instance also could be the one instead.
> >
> > Thanks.
> >
> > Lisa F. Miller wrote:
> >
> > > I have a multi-record block:
> > >
> > > column1 column2 column3
> > > --------- --------- ---------
> > > row1 a b c
> > >
> > > row2 d e f
> > >
> > > I would like to be able to make C (row1, column3) Query Only, and F
> > > (row2, column3) Updatable. Set_Item_Property will not work because it
> > > set all the rows for column3. Set_Record_Property will not work because
> > > it set all the columns for row1. I need something which works like
> > > Display_Item for protecting/unprotecting a particular cell in the
> > > block. Is there a way to do this?
> > >
> > > Thanks,
> > > Lisa
> >
> >

>

> Hi, I just want to point out something: SET_ITEM_PROPERTY is not a trigger,
> it's a built_in, therefore it cannot be fired or triggered by an event. Thank
> you. -- Edward Awad Oracle Developer
>

> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Tue Oct 27 1998 - 15:23:54 CET

Original text of this message