Re: Forms 4.5 question

From: Ashok Upadhyay <aupadhya_at_earthlink.net>
Date: Mon, 26 Oct 1998 21:01:32 GMT
Message-ID: <3634E264.FA839D7F_at_earthlink.net>


[Quoted] [Quoted] 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
Received on Mon Oct 26 1998 - 22:01:32 CET

Original text of this message