I am trying to print from SAP Smart Forms to an AUI BP9000 printer (Epson Emulation). As a test, we send an Epson barcode command to the printer:
[ESC][SI]123456789[ESC][SO]
The barcode (Code 39) prints fine if we send this string straight to the printer. The issue comes in when we try to print from Smart Forms. In Smart Forms, we "drag and drop" a barcode onto the form but when we try to print, the barcode doesn't print because of how the printer interprets the barcode sent from Smart Forms.
What I want to find out is if it is possible to create a "Hex Container" in Smart Forms so that when the form is printed, the printer sees the ESC command and prints the barcode.
Example:
Smart Form:
[HexContainer for ESC SI][barcode information][HexContainer for ESC SO]
What the printer sees:
[ESC SI]123456789[ESCP SO]