L
Leif Rasmussen
Hej
In VB or VBA I can send a string (containing special caracters for
generating a barcode label,eg ^XA,^FO140,^XZ etc) with a syntax like when the
printer is connected to LPT1:
MyString=^XA,^FO140,^XZ
Open LPT1 For Output As #1
Print #1, MyString
Close #1
I Have problems with a sending the same to fx "Zebra TLP 2844 on Ne00" (the
printercollection gives the devicename and port in VB)
Can somebody give a hint ??
Best regards
Leif Rasmussen
In VB or VBA I can send a string (containing special caracters for
generating a barcode label,eg ^XA,^FO140,^XZ etc) with a syntax like when the
printer is connected to LPT1:
MyString=^XA,^FO140,^XZ
Open LPT1 For Output As #1
Print #1, MyString
Close #1
I Have problems with a sending the same to fx "Zebra TLP 2844 on Ne00" (the
printercollection gives the devicename and port in VB)
Can somebody give a hint ??
Best regards
Leif Rasmussen