Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print to network printer
Message
 
 
À
24/12/2019 03:02:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
01672434
Message ID:
01672435
Vues:
87
This message has been marked as the solution to the initial question of the thread.
I assume you are printing VFP report, right? Make sure that printer info is not saved with report

>Hi all, I need to print to a network printer and I try to change the default printer to a new of the shared printers using the normal set printer to name "printer" but it never works, even putting that printer as default on windows, what am I doing wrong? TIA...
>
>p1=SET("Printer",2)
>SET PRINTER TO NAME (p1) && or any other name
>***trying to force
>DECLARE Long GetLastError IN WIN32API
>DECLARE Long SetDefaultPrinter In WINSPOOL.DRV String pPrinterName
>IF SetDefaultPrinter(p1) = 0
>* Error
> MESSAGEBOX(WinApiErrMsg(GetLastError()),16,"Error")
>ENDIF
>
>it prints well but always to another printer not the selected.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform