


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
Views
Replies
Sign in to like this content
Total Likes
you can use entire form data or collection data for you purpose. Also you can select the delimiter from the dropdown. Entire form data will take all the field values present on the page.
Views
Replies
Sign in to like this content
Total Likes