cancel
Showing results for 
Search instead for 
Did you mean: 

Page total in adobe forms

Former Member
0 Kudos

Hi Experts,

I want to do page total on a particular field in adobe forms . I am getting grand total but cann't get the page total.

Is their some java script or adobe script is required for it . If yes then provide me the solution for it. Its very urgent. Point is garanted for the solution.

Thanks in advance.

Regards,

Anomitro

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anomitro,

Check in the adobe designer menu bar.

Create a static text and use floating field with insert->number of pages.

This is one of the option.

Thanks and Regards,

Antony John Isacc.

Former Member
0 Kudos

Hi,

I want to do the summation of a particular field separetely for every page as we do in the smartforms Ihave to do it in adobe forms. I donn't want total number of page . I want sub total of a field on every page.

Thanks in advance.

Regards,

Anomitro

Edited by: Anomitro Guha on May 28, 2008 8:44 PM

Edited by: Anomitro Guha on May 29, 2008 11:56 AM

0 Kudos

There is a standard scripting object tableCalcs (insert -> FormBuilder -> tableCalcs).

Then use this JavaScript code as calculate event in your page total field:

this.rawValue = tableCalcs.obj.Sum(name of summand fields, xfa.layout.absPage(this));

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Do you require page number as page number/total number of pages.

Regards,

Prakash