Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to access a shared network printer
Message
 
 
À
08/04/2003 09:26:57
Brian O'Donovan
Crescent Computers
Cork, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00775056
Message ID:
00775068
Vues:
15
>Yes , I can see the printer in the printers window, set up for sharing
Brian,

Try
lcPrinterName = "\\hp laserjet 1200 series pcl 6 on host"
SET PRINTER TO NAME (lcPrinterName)
? SET("PRINTER", 3)
* And 
lcPrinterName = GETPRINTER()     && Choose "\\hp laserjet 1200 series pcl 6 on host"
SET PRINTER TO NAME (lcPrinterName)
? SET("PRINTER", 3)
Does any of above works?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform