baddy
09-05-2000, 11:52 PM
I need some assistance regrading the following segment of code. Report is the common dialog box control.
Report.ShowPrinter
Report.PrinterDefault = True
Report.TrackDefault = True
Printer.Print listReport.Text
Printer.EndDoc
This code enables me to print out my text. But how do I set the margin of the output? I wish to add header and footer as well.
Report.ShowPrinter
Report.PrinterDefault = True
Report.TrackDefault = True
Printer.Print listReport.Text
Printer.EndDoc
This code enables me to print out my text. But how do I set the margin of the output? I wish to add header and footer as well.