I'm having trouble creating a bar code for a return shipping label. This bar code requires two FNC1s, but only one is getting encoded properly. I'm using code from the class BarCode class to do the encoding. It prints to an SSRS report using font BC C128 HD Narrow.
The data in the bar code consists of:
- 3 digit routing application identifier 420
- 5 digit zip code
- 2 digit channel application identifier 92
- 9 digit Customer id
- 11 digit package id
Using "~f" for the FNC1 between the zip code and channel application id is working, but I'm having trouble create the FNC1 before the routing application id. Any suggestions would be appreciated.