Claudine:
Since the component ID is assigned to the column rather than the row,
whenever I enter a new row, the color displays correctly according to the
value of fwo_stat...but...it displays the same color on all the rows, i.e.
if I am on a row with fwo_stat = 'O' the background of all the rows is
changed to red...
I am working on an approach that uses a look-up varbit variable that
displays the correct color but I am having some problems getting it to
display properly. I had looked at the write up you suggested on your other
answer and varbit variables are allowed in region where rtf variables are
not.
Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66062-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137
================================================
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all system and destroy all copies.
======================================================

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Claudine
Robbins
Sent: Thursday, November 18, 2004 8:12 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RE: Need ideas for a form..

Javier,

What happens if you use:

IF vfwo_stat = 'O' THEN
   PROPERTY vci_box COLOR 'Red'
ELSE
    PROPERTY vci_box COLOR 'Green'
ENDIF
RETURN


________________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier
Valencia
Sent: Thursday, November 18, 2004 2:25 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Need ideas for a form..

A client wants to display a list of records from a table on a form using
either a grid or a scrolling region; one of the columns is the status. The
form needs to display the rows with status 'O' in a different color (either
the text or the background) so it will stand out.
I have tried using a scrolling region with a red box on the row background
with a component id "vci_box" and the following EEP on row entry:
The only problem is that whenever I enter a row with the status 'O' the
background for all rows turn visible (red) and when I move to a row with a
status 'C' the background for all rows turns invisible.
I tried using a Rich Text field with a color font but scrolling regions do
not allow Rich Text columns and grids display only an icon...
I am also trying using a varbit image but so far I am having problems
getting the image to display in the scrolling region.
I imagine that there is an easy way to accomplish this but right now I
cannot think of any. Any ideas, suggestions would be greatly appreciated.
Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66062-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137
================================================
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all system and destroy all copies.
======================================================

Reply via email to