Hi All,
I am having issues to change the Barcode Font to Code 128 in Job Materials Pick List Report. Current Barcode font is Code39QuarterInch
When I change the Barcode Font to Code128 and Font Size to 48, I am not able to scan.
I have tried below code on StdObjectRefreshCompleted but does not seem to work.
ThisForm.PrimaryIDOCollection.Items(row).Item("JobWithSuffix_BC").SetValue("*" + Replace(ThisForm.PrimaryIDOCollection.Items(row).Item("JobPrefix").Value.ToUpper, " ", "_") + "*")
Can someone please let me know the steps to change the barcode font to Code 128 in CSI Version 10
also, is it possible to have different reports with different barcode fonts in CSI 10?
~Thanks