Index
Setting Printer Name
By default the Print() method will print to the default printer. If a specific printer is used just for printing forms the printer name can be changed.
Example
cmsForm.PrinterName = “My Office Printer”;
By default the Print() method will print to the default printer. If a specific printer is used just for printing forms the printer name can be changed.
cmsForm.PrinterName = “My Office Printer”;