I am executing a group of different Crystal Reports all at once using VB 6.0 and the Automation Server (CRPE) in Crystal Reports 7. Several of these reports may or may not have data associated with them. If there is no data, a blank page/screen is produced. I would like to supress the print/display of any blank reports. Other than executing each report's SQL statements before executing the report, can I use the automation server to determine programmatically if a report contains no records before it is sent to the printer/screen?