I wish to not print formatted null fields
Hi to everyone. I'm marco from Italy.
I'm a newbie with fastreport.
In a report I try to hide the null fields of a db.
All work fine if I don't format the report field, but when I format this reportfield like '0.00' I see the null value on the report like '0.00'. I have try to exclude this field with use the hiligthing conditions, but this is OK if I use value=0, but this isn't OK if I set the condition as value=null.
There is someone that can help me. Where is my error.
Many many thanks
Comments
Try to set TfrxReport.EngineOptions.ConvertNulls to False
It's OK.
Many thanks gpi
Marco