cancel
Showing results for 
Search instead for 
Did you mean: 

Printing of footer

Former Member
0 Kudos

Hi Experts,

      I anew to adobe forms,actually my form contains a table after the table i have some signature fields in a subform,i am having only one item data then signature fields are coming in the same page then the output is ok,but if iam more item data then the signature fields are going to a new page even if there is some space left in the item data page,how can i get that signature sub form page into same page of item data if there is space,if there is no space in the item data page then i want to print the last item and signature sub form in one page,how can i do all this,kindly let me know ASAP

Thanks in Advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Ratherfish
Explorer
0 Kudos
Former Member
0 Kudos

Hi Kishore,

Try the below code in FormCalc under initialize event.

var curpage  = $layout.page ( ref ( $ ) )

var totpages = $layout.pageCount()

if ( curpage ne totpages ) then

$.presence = "hidden"

endif

Thanks,

Sudheer P.

Former Member
0 Kudos

Hi Kishore,

There may not be enough space in the first page to print the signature along with the item data, if item more than 1 item is present. Try to make the signature subform to follow the item data form so that it will be dispalyed right after ending the item data. means set the properties of the signature data.