Page 1 of 1

TABS in barcodes

PostPosted: Tue Nov 13, 2007 7:38 pm
by robert(Legacy Member)
Im trying to create a simple barcoded piece of information that would be a value then a tab and another value.

Trying to use the MRV Code 39 Extended but no luck.

Can anyone offer some suggestions?

thanks in advanced.

Re: TABS in barcodes

PostPosted: Wed Nov 14, 2007 9:28 am
by glitch (legacy member)
In Fontpal, enter \009 in the place of TAB, and you get this character encoded into the barcode - it translates into É (the European character, only available in Latin-1 set).

The mapping is documented at http://www.morovia.com/font/code39ext.a ... %20Mapping

The Tab is listed as HT (Horizontal Tab)

Note: whether you will get the same effect as TAB key on the keyboard depends on the scanner. You might want to review this thread about achieving the effect of a function key on the keyboard

http://www.morovia.com/supportforum/for ... 1&get=last



Edited by glitch on November 14 2007 at 7:28pm