cancel
Showing results for 
Search instead for 
Did you mean: 

Main Window sequnce problem in smartform

Former Member
0 Kudos

Hello All

I have a main window, in that i have included a loop node to loop the header data, and after that created 3 templates to display the header data, and a table to display the item data. all of these i have designed on a mian window.. now the problem is that teh item data ( table node ) and the templates are overlapping (both template1 and item data are printing at the same area).

here is the order i have decalred it on main window

Main Window

Loop at it_hdr

Template1(logo), Template2(Hdr data), Template3(address), Table(loop at it_itm)

can any one suggest me a solution for this

<MOVED BY MODERATOR TO THE CORRECT FORUM>

Edited by: Alvaro Tejada Galindo on Dec 30, 2009 9:49 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

please provide screen shot of the hierarchy of main window contents.

Former Member
0 Kudos

HI,

Did u give proper space for mainwindow and templates

after giving dimensions of the sec. windows then give proper dimennsions of main window

Regards

Sandra_Rossi
Active Contributor
0 Kudos

I have the same smart form which works well, I don't understand why you have this problem. Did you use something special?

Former Member
0 Kudos

Instead of using the LOOP Control Try using TABLE

and use the LINE Types in table instead of template.

Hope it helps.....

Former Member
0 Kudos

the header data is static it will display only one record data in the template and it should work.. what i want to know... is there any sequence that will be taken in to account in the main window and if it is so.. what is the sequence ?

Former Member
0 Kudos

Do not use Loop & template. Instead use a table. Pass the data from an internal table.

Create different line types for headings & data.

Line type should have the number of columns as your internal table.

Former Member
0 Kudos

if the Header data is going to be static and have 1 record only.....

Don't put it in loop take it outside the loop and set the upper margin same as main window upper margin

and below it set the loop

Set the condition in the template if u it to appear only once as appear on first page....

hope this solves ur issue

<REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>

Edited by: Alvaro Tejada Galindo on Dec 30, 2009 9:48 AM