PC SOFT
DEPOT EN LIGNE
POUR WINDEVWEBDEV ET WINDEV MOBILE

Zebra Util
Publié par Boller
- Non classée
Nouveautés



Description
Essa internal window pode ser implementada no seu projeto com ela voce pode imprimir etiqueta por etiqueta ou todas de uma vez.

Esse projeto pode ser melhorado conto com a sua colaboração!


This internal window can be implemented in your project with it you can print label by label or all at once.

This project can be improved by your collaboration!



Cette fenêtre interne peut être implémentée dans votre projet grâce à laquelle vous pouvez imprimer étiquette par étiquette ou en une seule fois.

Ce projet peut être amélioré par votre collaboration!


CODE PRINT PRN

PROCEDURE WD_Printer_PRN_Etiqueta(bIniNamePrinter is boolean, filename_to_print is string, verbose_mode is boolean=True) : boolean

PRIVATE
_result is boolean=False
_buffer is Buffer

IF bIniNamePrinter = True AND WD_Valida_PRN(filename_to_print) = True

sPrintnamefull is string = INIRead("CONFIG","ZEBRA","",fCurrentDir()+"\Zebra.ini")

WHEN EXCEPTION IN
IF iConfigure(sPrintnamefull) THEN
_buffer=fLoadBuffer(filename_to_print)
iEscape(_buffer)
iEndPrinting()
_result=True
ELSE
IF verbose_mode THEN
Error(ErrorInfo())
END
END
DO
IF verbose_mode THEN
Error("Fatal Error !",ExceptionInfo())
END
END

END

RESULT _result


Illustrations, copies d'écran
none
none
Avis des utilisateurs
(Pour noter la ressource, cliquez sur Ecrire un avis)
Aucun avis ou commentaire ? Soyez le premier !