Print '(empty)' when memo is empty or null
I am currently using Fastreport 2.5 in Delphi 7 for my reporting and I need your help. In my report, I want print '(empty)' when the value is null or empty. Of course, I can use iif(expression,truevalue, falsevalue) function in every memo, but I want to know how can I accomplish when printing such as add program in event. Thanks!
Comments