Jump to content

Insert a tab character in a Barcode


grazo

Recommended Posts

I need to put tab character in a barcode,

This is my rule:

 

return Make128BBarcode("03" + "~d009" + Field("numero"));

 

I've tried using "\t" , also "~d009" with 39 barcode and with 128 Barcode with no success.

 

Has anybody done this before?

Regards,

 

Giovanni Razo

Link to comment
Share on other sites

I have found the manual calculation for the 128 A Barcode, which is the one that can encode TABS and RETURNS.

It works using the 128 barcode font of FusionPro, the problem is that the START and CHECK characters are diferent than 128 B.

 

Does anybody has done a rule to generate the 128 A Barcode?

 

Regards,

Giovanni Razo

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...