Hi,
I've got a report that uses a tractor feed printer. In the report the printer settings are set to a specific printer (Oki ML 520), the paper size is set up to Fanfold 8.5 x 12", and the source is set to Tractor feed. When my VB6 program prints this report, for some reason it choses to print out in Letter format, not 8.5 x 12", so half the report is missing, and the end of the report is on a second page.
This is the code that is triggering the report:
Set crpReport = crpApplication.OpenReport(CMSConfig.ReportDir & "DriverReceipt.rpt", 1)
crpReport.PrintOut False, 1
help?




Reply With Quote