Re: Forms 4.5 question
Date: Tue, 27 Oct 1998 05:48:00 GMT
Message-ID: <713mqg$b94$1_at_nnrp1.dejanews.com>
[Quoted] 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
>
>
[Quoted] 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 - 06:48:00 CET