I'm having a problem with the printer for a program I've created. I have to recreate a data table on a page to be printed. Earlier today it worked fine; however, I am now having an odd problem: every time I execute the Printer.Print command, it the program spools the print job. Restarting my computer did not help.
According to everything I've been reading all afternoon, this should not happen. The .Print command simply should draw the text on the image of the printer object, not actually print it. Executing the .NewPage and .EndDoc methods are supposed to be the only way to actually print.
As an alternative, I can print all of the text to a form and then print the form with its .PrintForm method; however, this does not yield anywhere near as high a quality of product as using the Printer object does.
Any help would be greatly appreciated.
Thanks,
R. Parks
According to everything I've been reading all afternoon, this should not happen. The .Print command simply should draw the text on the image of the printer object, not actually print it. Executing the .NewPage and .EndDoc methods are supposed to be the only way to actually print.
As an alternative, I can print all of the text to a form and then print the form with its .PrintForm method; however, this does not yield anywhere near as high a quality of product as using the Printer object does.
Any help would be greatly appreciated.
Thanks,
R. Parks