Field Properties - Barcode Tab - Barcode Type¶
Allows selecting a barcode format from the available barcode types. The formula can be used to dynamically change or set the barcode type to be used. Ensure that the data matches the type of the barcode.
select case {?BarcodeType}
case 1
return drCode93
break
case 2
return drCode3of9
break
end