cancel
Showing results for 
Search instead for 
Did you mean: 

Total on each page

Former Member
0 Kudos

Hi Friends,

I am printing a form similar to Bank pass book. When the entries are more, the lines are getting printed on the next page and the total in the last page.

When there are more than one page, I want to print the page total on each page like Carry Forward (C/f) and Brought Forward (B/f) in the form.

Kindly guide me as to how to get C/f at the end of all the pages except on the last page and B/f on top of the each page begining from page 2.

TIA.

Regards,

Mark K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Friends,

I have done this form using Smartforms.

Regards,

Mark K

Former Member
0 Kudos

hi

first create a variable in Global difinations-->global data tab.(ex v_tot)

then in the TABLE>calculations TAB> 1select ->sum then 2nd colun>give the field name which u want to calculate (ex-wa_itab-netwr) in the Target Filedname tab> give the varialbe u have declared for the total(ex v_tot). in TIME colums select AFTER theLOOP...

then in theTABLE>footer>inset a line display the variable(total u r using).here

after the the printing the total..->create a program lines> cleat the v_tot... why u need to clear this is.... u want to display only the total value which are displaying in the current page... after printing this v_tot... clear this... so that in the next page it start totaling the freshly...

<b>lem me know if u have any clarifications.</b>

u can calculate as the above way for all the fields.

Message was edited by:

Naresh Reddy

Former Member
0 Kudos

Hi Naresh Reddy,

Thank u for the guidance.

Regards,

Mark K

Answers (0)