Re: [DEVELOPER 2000] ABOUT TABULAR
From: Wim Valgaeren <valgaeren_at_softhome.net>
Date: Mon, 8 Nov 1999 15:10:49 -0000
Message-ID: <806l85$4dv$1_at_naxos.belnet.be>
Date: Mon, 8 Nov 1999 15:10:49 -0000
Message-ID: <806l85$4dv$1_at_naxos.belnet.be>
You forgot the record number between the 'text1'
and updateable.
For all records use set_item_property.
Notice that the help in forms 5.0 shows the wrong
order of record number and property in the set_item_instance_property, they
should exchange places.
Received on Mon Nov 08 1999 - 16:10:49 CETpeter <misybh_at_hmc.com.tw> wrote in message news:38265F87.8F3D8D9A_at_hmc.com.tw...HI
when I wrote in post-query trigger the error occured as following
'No such property for Set_Item_Instance_Property.'
set_item_instance_property('text1',updateable,property_false);
why?
DanHW ¼g¹D¡G>hi.
> I have a Tabular which displays 10 records.
> among 10 records,I have 3 records that are not allowed to update.
> Can I set all-text item of 3 records are disabled , the others are
>enabled?
> write in post-query trigger???
> thanks ina advance.
>
In the [Quoted] [Quoted] post-query trigger, use SET_ITEM_INSTANCE_PROPERTY (Designer 5.0 and
later), not SET_ITEM_PROPERTYDan Hekimian-WIlliams