Hi! I'm trying to print a datareport on two different printers but it always print on the same default printer.
does anybody knows how to set a printer as default?
It works when I print other things for example a form and change the printer but it doesn't work when I print a datareport. It is...
I found the solution.
Now I need to print in two different printers. I mean I want to print two copies in the default printer and more one copy (the third one) in another remote printer.
I'm trying with printer object I mean:
Dim X As Printer
For Each X In Printers
If X.DeviceName =...
Hi! I'm trying to do the same, to print two copies of a datareport but it only prints one copy i don't know why.
report.PrintReport
report.PrintReport
Only prints the first one on a remote printer, if I run this in a local printer it works but on a remote printer doesn't.
Only if I put a...
Hi there!
I need a report to print twice, I mean two copies, So I have in my code:
RptDataReport.PrintReport, False
RptDataReport.PrintReport, False
but It only sends one copy. This happend when I print on a remote printer, because when I Print in a local printer It works.
I add the follow...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.