Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.
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 3

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.

0 Replies

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.