printOut

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a button in a custom outlook form that prints out the form, i was
wondering if it is possible to write a code to specify which printer you want
to print from?
 
i have a button in a custom outlook form that prints out the form, i was
wondering if it is possible to write a code to specify which printer you want
to print from?
You would be better off just setting the default printer to the one you want
when you are going to print a form. If you are going to do printing by code,
you call up an instance of Word, add your template, and push the field data.
The template could have code or settings to select the printer.
 
Back
Top