Leading Zero Character in IDAutomation
Hi all.
I have a problem when generating barcode using IDAutomation.
I use Oracle EBS R12, register the font in XML Publisher, add ttf file on my pc, and in rtf file, I edit the font of text which I wanna generate to barcode.
I use the barcode to generate sales order number and unique code.
The numbers are 9999.001 and 10000.001.
For number 9999.001, the barcode which is created is 09999001.
But for order number 10000.001, the barcode which is created is 10000,001.
I make another simulation by decreasing the sales order number.
Here are the results:
Number | Barcode |
---|---|
9.001 | 9001 |
99.001 | 099001 |
999.001 | 999001 |
9999.001 | 09999001 |
10000.001 | 10000001 |
I assume the barcode that generated only wanna create an odd number.