Crystal report - vbdotnet - print more than one copy

  • Thread starter Thread starter TThai
  • Start date Start date
T

TThai

Hi, Does anyone has problem with crystal report in dotnet that when
requesting more than one copy in the dialog box, it only prints one
copy? Any help is appreciated. Currently, we asked the user to click
the print button twice. I've search google but did not find any
answer.

Thanks,
Teresa
 
Hello Teresa

Do you have the lastest service pack for
CrystalReports .net 2003?

I use crReportDocument.PrintToPrinter(copias, True, 1,
1) and it works just fine.

Kind Regards
Jorge
 
Back
Top