Armin:
Just
create a variable that you change depending on the row data. For example, I
have a form in which I display equipment maintenance schedule; if the unit is
overdue for maintenance it displays an
asterisk.
I use
a form variable as follows:
Variable:
vx_last_mile
Variable
definition: (IFGT(.vequip_last_mi, sched_next_mi ,
'*', ' ') )
vequip_last
mile = look up value from the equipment
file
last_mile_sched
= mileage for maintenance in the schedule
file
I
simple place the variable vx_last_mile with no background or box and a bold,
red font on the scrolling region. If the equipment is due for maintenance it
displays a big red asterisk; if it is not it displays a blank that you don�t
see. Actually I have 3 of these variables per row as we check maintenance by
miles, engine hours and time elapsed. If you have the CD from the last
conference, in my presentation I have a screen shot of the
form.
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]On Behalf Of ArminThoma
Sent: Wednesday, February 16, 2005 8:54
AM
To: RBG7-L Mailing
List
Subject: [RBG7-L] -
Warning sighn in Scrolling Region
Hi
all,
I have
a form with a scrolling region with some DBEdit fields and a Static
Text-field.
Is
there a possibility to make the Static Text visible or not, depending
upon the value of a column in this row. What I want to do: I want to show a
flag (red warning dot) if this row has a certain
value.
I tried
property <componentId> visible 'true' within a On Entry EEP ,
but then in each row the Static Text becomes visible.
(There
should be somthing like a row-depending
<CompId>?)
Other
possibility to reach this goal?
Armin