Re: developer 2000 forms visual attributes

From: Herbert Fukerider <herbert.fukerider_at_rfn.de>
Date: 2000/05/08
Message-ID: <3916CB22.FD42C376_at_rfn.de>#1/1


ssharma24_at_my-deja.com wrote:

> developer 2000 forms visual attributes
> I am trying to display a record with different color attribute
> depending on the values of item A in that block (master block)then
> when the user change the value of the item to something else it will
> take another attribute. So., the color of the record in this block will
> change according to the value of item A.
> Thanks..
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

In a POST-QUERY Trigger:
SET_ITEM_INSTANCE_PROPERTY(item,record_number,property,value) will do what you want. NOTE: you can pass CURRENT_RECORD to param record_number.
H.F. Received on Mon May 08 2000 - 00:00:00 CEST

Original text of this message