Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Dynamic PDF Bar Code with Page # and count not showing when form adds or removes pages. How can I have the bar code update dynamically as page count changes? It is currently concatenating on docReady.

Avatar

Level 4

The bar code works when the form is initially opened. We have tried form:ready and layout:ready, neither works when the pages increase or decrease. Please provide assistance. Thank you in advance.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

Try moving the code to the calculate event of the bar code object, then it will fire whenever any of the depend references (like the page number) changes.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi,

Try moving the code to the calculate event of the bar code object, then it will fire whenever any of the depend references (like the page number) changes.