Click to See Complete Forum and Search --> : Printing a form
noname
Jul 6th, 2000, 08:55 PM
In runtime how do you print a form(to a printing machine)in runtime. I know how to set which printer I want to use by using the common dialog box. Can anyone help me?
Thanks
SteveCRM
Jul 6th, 2000, 09:02 PM
Printer.Print "whatever here, I think you can put a pic here, so you should just have to take a printscreen thing."
Printer.EndDoc
SteveCRM
Jul 6th, 2000, 09:03 PM
Seems way to easy, but it works, I just tested it. Good luck on whatever your working on!
Do you mean printing the actual Form? If so, then use the PrintForm method.
Me.PrintForm
rbeck
Jul 11th, 2000, 03:32 PM
How about printing to a specific printer? I'm on a network, and I've got several reports (using the VB data report) and each one needs to go to a different printer on the network.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.