Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printer Driver
Message
De
10/09/2004 10:09:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Titre:
Printer Driver
Divers
Thread ID:
00941035
Message ID:
00941035
Vues:
73
I'm using RDC and I need to work with diferent printers

oRpt.SelectPrinter(DriverName, PortName, PrinterName)

I can know PortName And PrinterName using "APrinters()"

How can I know a DriverName?

From http://support.businessobjects.com/library/kbase/articles/c2002399.asp
I found the next code:

Dim mPrinter As Printer
For Each mPrinter In Printers
cmbPrinters.AddItem mPrinter.DeviceName
lstDeviceName.AddItem mPrinter.DeviceName
lstDriverName.AddItem mPrinter.DriverName
lstPort.AddItem mPrinter.Port
Next

But I don't know how to use it

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform