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

Table Footer multiple rows problem in Multiple Pages Smart Form

0 Likes
4,507

Dear All

I made a Multiple pages Smart Form having Page Break . It prints different pages on monthly basis , e.g March Data is displayed in 1 page and April on the other page . My problem is that table footer is having three Rows , First Two Rows of the Table Footer are printing on every page but last row of table footer is printing on last page only , although i have not given any such condition in any node . Please help me rectify this problem . Thanks

1 ACCEPTED SOLUTION
Read only

hedvig_rohonyi
Product and Topic Expert
Product and Topic Expert
0 Likes
4,002

Hi Mohammed,

Could you please check that you set the appropriate height value for the footer? The footer of the table has the reserved height = 1 cm. (default).I suppose it is definitely not enough - only 2 lines are fit to the page 1., 2..

To resolve the issue you need set appropriate height value. See please my attachment. footer-height.png

Best regards,

Hedvig

Dear All

I made a Multiple pages Smart Form having Page Break . It prints different pages on monthly basis , e.g March Data is displayed in 1 page and April on the other page . My problem is that table footer is having three Rows , First Two Rows of the Table Footer are printing on every page but last row of table footer is printing on last page only , although i have not given any such condition in any node . Please help me rectify this problem . Thanks

7 REPLIES 7
Read only

rajkumarnarasimman
Active Contributor
0 Likes
4,001

Hi Mohammed,

"First Two Rows of the Table Footer are printing on every page but last row of table footer is printing on last page only 

If there is no condition for the last row, then place breakpoint inside the last row by creating program lines as shown below, which helps to troubleshoot the issue.

Also check whether any command is created between Row2 and Row3 that also help to skip Row3.

Or any Event is created for Row3.

Regards

Rajkumar Narasimman

Read only

0 Likes
4,000

Hi Rajkumar

Yes I have already checked all of the above points

And I have also checked by placing break-points in programming lines ( code section of Last Row and other rows of Footer ) .

There is no such thing

Read only

0 Likes
4,000

When you are sharing screenshot which contains the nodes, always do expand the nodes(Footer) and share the screenshot. also share the output screenshot.

Read only

0 Likes
4,000

ok Sorry for that . Even when i copy pasted second row and created third row , it is printing 3rd row ( copy pasted from second one ) on last page only .

Read only

0 Likes
4,000
"It prints different pages on monthly basis , e.g March Data is displayed in 1 page and April on the other page .

How are you trying to print the footer in all the pages without help of secondary window? Mainwindow footer window will be called only if the table is fully printed.

  • If Footer is placed inside mainwindow and to be printed all pages means, as per the your design only maximum two pages are possible? like March and April.
  • If same footer is created in Secondary window, split up will work for more number of month.
Read only

hedvig_rohonyi
Product and Topic Expert
Product and Topic Expert
0 Likes
4,003

Hi Mohammed,

Could you please check that you set the appropriate height value for the footer? The footer of the table has the reserved height = 1 cm. (default).I suppose it is definitely not enough - only 2 lines are fit to the page 1., 2..

To resolve the issue you need set appropriate height value. See please my attachment. footer-height.png

Best regards,

Hedvig

Read only

0 Likes
4,000

Thanks a Lot brother . Sharing is Caring .