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.
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.
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.
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.