I use the following code to set the printers page size and layout. But this code does not seem to work!
prnOptions.paperwidth = 11907
prnOptions.paperlength = 11623
prnOptions.Orientation =prnPortrait
printerSetOptions(prnOptions,true)
repHolder.print(strReportName)
I want to set the printers page size to work correctly with a dot matrix printer. The report itself is fine, I just want to set the damned printer's page setup
What am i doing wrong?
prnOptions.paperwidth = 11907
prnOptions.paperlength = 11623
prnOptions.Orientation =prnPortrait
printerSetOptions(prnOptions,true)
repHolder.print(strReportName)
I want to set the printers page size to work correctly with a dot matrix printer. The report itself is fine, I just want to set the damned printer's page setup
What am i doing wrong?