Skip to Content
0
Former Member
Jul 13, 2010 at 07:40 AM

Javascript in Adobeform problem

42 Views

Hello,

Is there any Java commands that let us know if internal table data existe in a page or not ?

The scenario is :

In the master page I have a line title like:

Material number Description

M00000 Material test 0

M00001 Material test 1

M00002 Material test 2

.......................................................

These data will existe in many page depending on how many records there are in the internal table .

At the end there's will be a " Condition term text..." And I will have to check if in this last page there's at least 1 records printed or not ? if there's no material line in last page I will hide the title in the master page using the java script : this.presence = "Invisible". If there's at least 1 material line I will not hide this title .

Thanks you very much for your help.