Script to print crystal report to designated printer

SUGGESTED

Everything works on the script except for the line that calls for the print

oRpt.Printout

(I tried oRpt.Printout(FALSE) but then nothing happens at all)

The line actually technically works, but instead of just printing the the default printer, the printer diolog box pops up and asks for a printer selection.

When OK is pressed the report prints.

I would like to avoid this step and have the report print without additional input.

i would also like to specify the printer if say for example the label printer is not their default printer.

thanks in advanced