From: N Prabhakar <prabhs@po.pacific.net.sg>
Subject: Re: Colouring an item depending of the value of a list item in forms4.5
Date: 1996/11/22
Message-ID: <5743d5$lb2@newton.pacific.net.sg>#1/1
references: <57245u$dfl@news.NL.net>
to: erika@sps.nl
content-type: text/plain; charset=us-ascii
organization: Socgen Crosby Securities
mime-version: 1.0
newsgroups: comp.databases.oracle
x-mailer: Mozilla 1.22KIT (Windows; I; 16bit)



erika@sps.nl (Erik v.d. Aar) wrote:
>Hi programmers,
>
>Does anybody know in detail which steps to follow to color
>an item (VBX item perhaps ?) depending of the value of a 
>list item in forms4.5.
>
>Please let me know and i will kick a hole in the air.
>
>erika@sps.nl
>

Hi there,

You can try using VISUAL_ATTRIBUTE property for a field and change the 
visual property of a field by issuing

set_item_property('block.fieldname',VISUAL_ATTRIBUTE,new property);

I am not sure about the syntax, but it might work. Give it a try and 
please let me know about the outcome.

Regards

N.Prabhakar






