Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting windows printer programatically
Message
De
24/08/1999 05:08:50
 
 
À
24/08/1999 03:33:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00256943
Message ID:
00256949
Vues:
22
>I haven been trying to store the windows printer name in a variable or property with Var = SET(Printer,3). When I try to restore the setting by issuing SET PRINTER TO NAME Var OR SET PRINTER TO NAME &Var, I get an error accessing the spooler. I can type the actual names in the command window and never have a problem. This only occurs when I try to use a variable. Is there a trick to this? Thanks.



See the Following Code and get some idea!

PrintJob

PR = GETPRINTER()

IF Empty("&PR")
   Return && User Cancel Printing
ENDIF

Set Printer to "&PR"

_pbpage = 1
_pepage = 9999

If Thisform.OptPrint.Value = 1
   Report Form myReport to Printer NoConsole
Else
   Report Form myReport Preview
Endif

EndPrint





Notice:

Set Printer to Name \\MyServer\MyPrinterName

if you add a word "Name" at end!

Set Printer to "Espon LQ-1070"

if in normal way!

^_~ Good Luck!
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform