- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi apervez,
You need firstly to use a Paper Forms Barcode (PFB hereon). No other will do.
Secondly, you will probably want to have each PFB under the same parent node as the fields it is coding for
So that thirdly, you can access the row instance and its children and use the rawValues to populate the PFB in the calculate script event.
Note that PFB will come with custom scripting in the calculate event. Delete that script, and simply use this.rawValue = field1.rawValue + field2.rawValue + ... etc
Note that only the PFB can be updated whilst the PDF is open. Any other barcode needs to have its content set at design time, and will always be Read-Only or Protected.
Any specific example, please let us know.
Tai
Views
Replies
Total Likes