Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Alignment Issue in Smartform

Former Member
0 Likes
573

Hi All,

     I am facing an issue in smartform. While printing the item data i am getting an extra page for some reason.

Example i am printing 2 customer if one customer data ends then new page should start with next customer. In item data, I am printing in the order of item details, total and Balance. All these datas are printing dynamically if the item details exceeded. Particularly if the item details and total printing in first page and because of the page ends balance will print in the second page. In this case some extra item space comes in the third page. Also the second page

balance repeating in the third page with scattered text, after that 2nd customer details is printing.

If i execute with 1 customer its working fine. Only if 2 or more customers i am printing i am facing the above issue. This happens only if the balance alone comes in next page.

Please  help me to resolve this issue. For the reference i am attaching the screenshot of the issue.

Thanks,

Karthick V

1 REPLY 1
Read only

Former Member
0 Likes
432

Hi Karthick,

Are you using a template or a Table in your smartform ?

I suggest you to go with a Table format.

Table

     Header - New page will trigger when the header data changes for next customer

     Body  - Item data will continue for the same customer on the next page if data is more

     Footer -  to print Sum / Total.

Make use of Program lines / Command if you want to print something on a specific page.

reward points if this helps.

Thanks

Vivek