Re: Forms 4.5 problem
From: Steve Cosner <stevec_at_zimmer.CSUFresno.EDU>
Date: 1996/07/16
Message-ID: <4sgocp$brp_at_zimmer.CSUFresno.EDU>#1/1
Date: 1996/07/16
Message-ID: <4sgocp$brp_at_zimmer.CSUFresno.EDU>#1/1
In article <31EBA0CD.46C8_at_cs.wmich.edu>,
Muhammad A. Malik <AQUEEL_at_mohican.sdnpk.undp.org> wrote:
>In a multi-record block associated with a base table, I want to have
>distinct background colors for each distinct value in a field for each
>record.
Use the Display_Item procedure to set the visual attribute of the item depending on its value.
You can do this from within a post-query trigger, or you can create a loop process to cycle through the rows in the block after it has been populated.
HTH,
Steve Cosner
Received on Tue Jul 16 1996 - 00:00:00 CEST