Barcode
Hi,
I have barcode number like
1.22222
2.""(empty)
3.""
4.""
5.23123123
6.213123123
when i print those empty data.The barcode will come out the error like "Barcode Must Start with &A......."
Can i disable this message?
Or when the time it is empty...Can i just skip it?
What can i do in the program??
Thanks
I have barcode number like
1.22222
2.""(empty)
3.""
4.""
5.23123123
6.213123123
when i print those empty data.The barcode will come out the error like "Barcode Must Start with &A......."
Can i disable this message?
Or when the time it is empty...Can i just skip it?
What can i do in the program??
Thanks
Comments
BarcodeObject has HideIfNoData property. It is true by default, so empty barcodes must be skipped.