cancel
Showing results for 
Search instead for 
Did you mean: 

Continuation of line item data to next page in SmartForm

Former Member
0 Kudos

Hi,

Currently i had a requirement in SmartForm. Iam displaying the line items from bseg table in main window and totals of credit and debit in the total window which comes under the main window.

If the line items are more and it continues to next page i want to display the total window and created by window only after all the line items.

Please try to send ASAP.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You write the TOTALS and created By etc in the LAST of MAIN WINDOW only after writing all the line items, so that in the MAIN winsow once all items are printed, then in the last the Totals will be printed.

if needed write one &ULINE& before printing the totals.

Reward points for useful Answers

Regards

Anji

Answers (2)

Answers (2)

former_member196280
Active Contributor
0 Kudos

You can print total by reading page numbers.

Ex: IF <current page> EQ < next page number>

    • Print total.

ENDIF

Regards,

Sairam

Former Member
0 Kudos

Hi ,

Create a template and place it at the end of main window . Create a text box under the template and put thee variable holding total in tthe template . select the chekbox only after end of main window in template .

Regards