I have an application that runs unattended at night. It produces summary reports. Occasionally there isn't any data for one of the reports (i.e. zero records in the .dbf that the report uses). How can I print the report header with a line such as "NO DATA FOR THIS
In our VFP 9.0 application, we are printing through report. We give our users choice regarding paper type for ex. when users choose A4, we hack Frx file and replace appropriate papertype in EXPR field. Everything works fine and we have no difficulty with laser printers. But when ...