Page 1 of 1

Printing directly on default printer and not PDF

Posted: Thu Jun 14, 2012 3:42 am
by glamorgan
Hi everyone

I'm having some difficulty dealing with printing statements within OD. Here is the scenario

1. Printing Walkouts/Receipts: When you want to print a walkout statement, OD will bring the statement in PDF viewer and then you need to click on the printer icon to print, chose the printer and then have the statement printed. Why can't we just print directly to the default printer?

2.More Options under statement: If you try to print a statement for the past 45 days, for instance, the "Print Preview Window within OD" will show and not the "PDF viewer". In this case cannot print the statement as the print button is not available on that form!

We changed settings under "File>Printers", mapped the printing to the default printer (HP Printer in our case) but no luck!

We simply want to print directly to the HP printer or have a consistent system behavior e.g. scenario number 1.

Any advices?

Re: Printing directly on default printer and not PDF

Posted: Thu Jun 14, 2012 7:40 am
by wjstarck
Something else is going on then because mine works just the way you are describing that you want it to work. So - what version of OD are you on?

Re: Printing directly on default printer and not PDF

Posted: Thu Jun 14, 2012 1:13 pm
by bpcomp
Check out File>Printers in OpenDental and check if you have the default printer overridden to a print to PDF printer.

Re: Printing directly on default printer and not PDF

Posted: Thu Jun 14, 2012 1:31 pm
by SpeedGP
Sounds like you might have the "Prompt" box selected.

Go to File>Printers and next to Statements make sure you have selected the HP Printer and that Prompt box is UNchecked, should print directly.

Re: Printing directly on default printer and not PDF

Posted: Sun Jun 17, 2012 2:26 am
by glamorgan
I am on v12, the prompt check-box is not selected. I am still getting the same behavior...i even checked it on multiple PCs

Re: Printing directly on default printer and not PDF

Posted: Sat Jun 23, 2012 1:01 pm
by jordansparks
Sounds to me like you might have compiled it yourself, because OD does not have any print preview window. Are you on regular customer support with us or did you get the program from somewhere else?

Re: Printing directly on default printer and not PDF

Posted: Tue Jun 26, 2012 2:04 am
by glamorgan
hi; I complied it myself, why? What can I do now?, please advise

Re: Printing directly on default printer and not PDF

Posted: Tue Jun 26, 2012 6:05 am
by drtech
you compiled in debug mode which prints to print screen, switch to release mode in C# and compile again...then it will work.

Re: Printing directly on default printer and not PDF

Posted: Tue Jun 26, 2012 10:50 am
by glamorgan
Thanks, i tried it and it worked! although i'd love to know why!
thanks anyway

Re: Printing directly on default printer and not PDF

Posted: Tue Jun 26, 2012 3:16 pm
by drtech
debug mode is for looking to see if your code works without actually printing it everytime

Re: Printing directly on default printer and not PDF

Posted: Wed Jun 27, 2012 1:42 am
by glamorgan
perfect, thanks