
How can i allow to choose where to print report
Hi,
Does anyone know how can Crystal Report allow user to choose different
printers to print
report at runtime? I am using VB6 to call the crystal report. I have tried
like this but cannot success.
rptMember.PrinterName = "HP LaserJet 4P"
rptMember.PrinterDriver = "HP LaserJet 4P"
rptMember.PrinterPort = "\\Office\pq4"
Thanks
Regards,
Patrick