Hi all,
I need to create a smartform where I have to print the header details at the start and then below that details for all line items for a particular document.
so i have data ;ike :
Header data :
field 1 : field 2:
Field3 : field4:
field5: field6:
Item data :
field1 field2 field3 field4 --> Item 1
field1 field2 field3 field4 -->Item 2
-
-
-
-
-
field 1 field2 field3 field4 -->Item3
For the Header data,Im planning to use a template in a secondary window.
However for the item data,i need to use a table (As i know the no of records only at runtime).Also another reason for usng table would be that I dont need the header on each flloowing page but only the Line item details on the following pages.
However I am facing an issue now:
At the end of the first page,2 fields of the line item data are printing and the remaining 2 fields are printing on the next page BUT after the 1st row !
Can anyone suggest why this is happening?