No records found!

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
richmond
Posts: 2
Joined: Tue Oct 10, 2017 12:44 pm

No records found!

Post by richmond » Fri Sep 12, 2003 12:17 pm

Hi There,__I want a report that when no data matches the filter prints a page with the text "There were no records found." instead of popping up the dialog box "No records found."____Can this be done?____Thanks in advance,__Dean__

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: No records found!

Post by kfleming » Fri Sep 12, 2003 12:40 pm

It can only be done with runtime not the report designer.__You can add a title band to your report with the text No records found. Then create a calculated field with the expression RECNO()>1__Use this calculated field as the logical field to control the title band and select print when false.__When you run the report using runtime and no records are found, this conditional band line will then print the text No records found.____Kathleen__R&R Support

richmond
Posts: 2
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: No records found!

Post by richmond » Wed Sep 17, 2003 5:15 am

Thank you! Will this work if the report is run via the OCX as well?____Many thanks,__Dean__

Post Reply