Hi,
I'm using Paper form barcode (Data Matrix symbology). I want to populate the barcode with field values on click of a button. But I don't want to write like this:
barcode.rawValue = Field1.rawValue + "|" + Field2.rawValue........etc till nth field.
Is there any way of encoding the field values in the barcode without having to bind each and every field like the above?
Thanks,
Sandhya