Armin, I create a variable and place it on the form, with the text color RED. 
Then I use this sort
of code to display or not display the asterix.

SET VAR vShowFlag TEXT = NULL
IF <condition> THEN
  SET VAR vShowFlag = '*'
ELSE
  SET VAR vShowFlag = ' '
ENDIF


--- ArminThoma <[EMAIL PROTECTED]> wrote:

> 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


=====
Albert Berry 
Management Consultant
RR2 - 1252 Ponderosa Drive
Sparwood BC, V0B 2G2 
Canada
(250) 425-5806
(250) 425-7259
(708) 575-3952 (fax)
[EMAIL PROTECTED]

Reply via email to