Application Development 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: 

how to remove the duplicates in main window table in smartforms

Former Member
0 Kudos

i am developing a form in which the data in the main window is splitting to multiple windows but every time a page break occurs in the next page the first record is repeating twice . i have 3 windows one main window and 2 secondary windows one of the secondary window contains address information if i put a 'only on first page' condition to the address window the main window record is not repeating.

If i don’t give only on first page option sl.no 8 is repeating in sl.no 9

If we give only on first page option sl.no 8 is not repeating in sl.no 9 .

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

Define 2 pages, one named PAGEINITIAL which contains the address and the main window starts below the address, and has next page = NEXTPAGES page, and one named NEXTPAGES whose main window starts from the top of the page,

and has next page = itself.