Do not print blank report if query does not return data
What do i do to prevent the printing of blank report if the query does not return any rows?
I want to print the report but with a message saying "No records retrieved" or something like that...
I want to print the report but with a message saying "No records retrieved" or something like that...
Comments
You need to use a script to do this. Look at attached example (you can open it in the Demo.exe).
I am using FastReports 4.7...i tried different combinations using DataSet and RowCount...but no luck..
Please suggest a solution