Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

javascript in Adobe forms

Former Member
0 Likes
476

Hi All,

How do we write Javascript in adobe forms to display a text at the end of the master page. this master page count varies based on the number of records in the table. So suppose at the last page I want to display a text. How do we achieve that??

Thanks,
Komal

1 REPLY 1
Read only

Former Member
0 Likes
419

Master Page will be displayed on every normal page .
So the alternate solution is make your pages as flow layout. Arrange the things properly.

After the table or at the end of all the elements you can make a text field for the number of records.

So as soon as the table is filled the elements are scrolled down and automatically at the end of the page the text field with number of records will be shown.

Thanks,

Sumeet