cancel
Showing results for 
Search instead for 
Did you mean: 

sMARTFORM : HOW TO SET A PAGE BREAK BETWEEN DIFFERENT TABLES IN MAIN WINDOW

Former Member
0 Kudos

Hi FOPs,

i am creating a purchase order layout , in which i need to print raw materials as well as Finished products , and this is maintained in a single page (main window UNDER RESPECTIVE TABLES)

suppose for a purchase order i have both Raw and Finished products, the problem is when i get the Raw materials printed first and after that if there is enough space on the same page the Finshed products is getting printed but i WANT THIS FINISHED PRODUCTS STARTING FROM NEXT PAGE ,

WAITING FOR UR much needed REPLY.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use a Command Node to go to a new page (in this case the same page type).

i.e. use a Command Node with Goto New Page = PAGE1.

Former Member
0 Kudos

Thanks Matt, and Srikanth

that really solved my problem ,

i am also facing another problem ( a bug ) , i am maintaining header in the header window , but this header is displaying the texts only in first page , and in rest of the pages its displaying cells with blank text , what might be the reason for this ,

i have checked both , at start of table and at page break check boxes regarding the print time for HEADER, and for the respective line type also ( from tables)

waiting for ur much needed reply.

Answers (1)

Answers (1)

Former Member
0 Kudos

<b>Create a loop around the table. Put a Command node before the table in the loop that forces a NEWPAGE on whatever condition you want. Then only loop through a subset of the internal table (based on the conditions in the Command node) of the elements in the Table node. </b>