)BODY WINDOW(51,13) EXPAND(çç)
+
% ç ç MESSAGES A INSERER DANS L'EDITEUR ç ç
*Info:µZ* Warn:µZ* Err:µZ* Sev:µZ* Unre:µZ* +(O/N)
%
% ç ç STAT. DE COMPILATION ç ç
¤STEP ¤Info ¤Warn ¤Err ¤Sev ¤Unre
)MODEL
{Step {NBI {NBW {NBE {NBS {NBU
)INIT
.ZVARS = '(RETI RETW RETE RETS RETU)'
&VARLIST = 'O,N'
)END
+
% ç ç MESSAGES A INSERER DANS L'EDITEUR ç ç
*Info:µZ* Warn:µZ* Err:µZ* Sev:µZ* Unre:µZ* +(O/N)
%
% ç ç STAT. DE COMPILATION ç ç
¤STEP ¤Info ¤Warn ¤Err ¤Sev ¤Unre
)MODEL
{Step {NBI {NBW {NBE {NBS {NBU
)INIT
.ZVARS = '(RETI RETW RETE RETS RETU)'
&VARLIST = 'O,N'
)END
I would know how to display the first line of the table in green if there is no error i.e. if nbe=nbs=nbu=0 and to display it in red if there are errors.
Is there a faster way than creating several panels and called them in the main function depending on parameters ?
Regards.