R
Richard
I am using a "control font" which sends a command string
directly to the printer. It works well with every
application so far except Access.
If I input the following string into a text box, I get the
expected result (a bar code with the data 123456789012):
1D 6B 49 0F 7B 41 31 32 33 34 35 36 37 38 39 30 31 32
However, if I input additional data, eg.:
1D 6B 49 0F 7B 41 31 32 33 34 35 36 37 38 39 30 31 32 33 34
Access inserts 00 1B 24 9D 00 before reading the last
two bytes of data. The printer receives: 1D 6B 49 0F 7B
41 31 32 33 34 35 36 37 38 39 30 31 32 00 1B 24 9D 00 33 34
Where does the 00 1B 24 9D 00 come from, how do I get rid
of it?
directly to the printer. It works well with every
application so far except Access.
If I input the following string into a text box, I get the
expected result (a bar code with the data 123456789012):
1D 6B 49 0F 7B 41 31 32 33 34 35 36 37 38 39 30 31 32
However, if I input additional data, eg.:
1D 6B 49 0F 7B 41 31 32 33 34 35 36 37 38 39 30 31 32 33 34
Access inserts 00 1B 24 9D 00 before reading the last
two bytes of data. The printer receives: 1D 6B 49 0F 7B
41 31 32 33 34 35 36 37 38 39 30 31 32 00 1B 24 9D 00 33 34
Where does the 00 1B 24 9D 00 come from, how do I get rid
of it?