PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
Zebra Util
Published by Boller
- Unclassified
New features



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, screen shots
none
none
User reviews
(To evaluate this resource, click 'Write a review')
No review or comment? Be the first one!