|
-
Sep 9th, 2000, 08:10 AM
#1
Thread Starter
Junior Member
I have a combo box that contain a list of installed printers. However this only have the printer names. I also need the following info for crystal reports:
CurrentPrintDriver = Printer.DriverName
CurrentPrintName = Printer.DeviceName
CurrentPrintPort = Printer.Port
CrystalReport1.PrinterDriver = CurrentPrintDriver
rystalReport1.PrinterName = CurrentPrintName
CrystalReport1.PrinterPort = CurrentPrintPort
Can anyone please help me with this???
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|