Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Label Printing
Message
From
17/05/1999 15:55:02
 
 
To
17/05/1999 09:43:20
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00219567
Message ID:
00219767
Views:
18
I use the Eltron TLP2642 printer for printing out labels for weighing applications.

The code is in the command syntax of the Eltron TLP2642 printer using foxpro's ??? printing method.

code should look a bit like this:
x = (nMaxdots/2)-(nMaxetiket/2) + 74
Y = 104
Print_Tekst = 'A' + ALLTRIM(STR(x)) + ',' + ALLTRIM(STR(Y)) + ',0,4,1,2,N,"' + ;ALLTRIM(STR(nArt_aantal,3,0)) + '"' + LF
??? Print_Tekst

* aantal symbool
x = (nMaxdots/2)-(nMaxetiket/2) + 148
Y = 104
Print_Tekst = 'A' + ALLTRIM(STR(x)) + ',' + ALLTRIM(STR(Y)) + ',0,4,1,2,N,"stk"' + LF
??? Print_Tekst
Previous
Reply
Map
View

Click here to load this message in the networking platform