Fast Report 4 VCL and Highlight
Hi,
i use Fast Report 4.x on Delphi XE2
I want to highlight my Fiel for multiple condition, like:
if Memo > myVar then color := blue;
if Memo = myVar then color := red;
if Memo < myVar then color := black;
How can i do it ?
Thx
i use Fast Report 4.x on Delphi XE2
I want to highlight my Fiel for multiple condition, like:
if Memo > myVar then color := blue;
if Memo = myVar then color := red;
if Memo < myVar then color := black;
How can i do it ?
Thx
Comments