I chain two report together in code as follows: SET DEVICE TO "MYPRINTER" REPORT FORM "myreport1.frx" TO PRINTER PROMPT NODIALOG NOPAGEEJECT REPORT FORM "myreport2.frx" TO PRINTER NODIALOG
I'm trying to print a report that I saved with the command PRINT REPORT report1 TO FILE filename. Then I copy the file to a printer port to print the file: COPY FILE filename TO \\server1\printer1