‎2007 Oct 21 11:54 AM
Hi Gurus,
I have to design the smartforms with Main window , in which i need to fill data , and i have designed the smartform with borders but the problem am facing is that iam printing a field for total in the footer and i made tht field at the end of the Main window only.When printing the data the line which divides the body and footer is not printing in the first page and as the data is spread to second page and their it is printing correctly(body and footer is separated).
Can anyone help me in this , how can i get the line in the first page, it is appearing in the second page.
Thank you in advance
‎2007 Oct 21 1:51 PM
hi,
what i can advice u is to create another window same like main window, i mean its height width upper margin left margin should be same as the main window.
then in that new window create a template of the height width of the main window.
now u border the template (preferably only the down border ),also give the template a condition only on first page.
‎2007 Oct 24 10:21 AM
Hi Amit,
Thanx for ur advice.
i did the same , but iam facing the problem if at all the data is less , it is appearing a extra line.
Thanx in Advance
‎2007 Oct 24 10:38 AM
hmm,
now this is some kind of hard coding im goin 2 suggest u 2 do.
just count the max number of records that r displayed on ur first page.
and then give a condition to the template that it should only be displayed if the total records exceeds the max number of records that r displayed on the first page.
that means that blank will only be displayed wen ur records to page 2 and more.
jst try it,it should work
‎2007 Oct 24 10:52 AM
Hi,
If you are using table, use the footer inside that.Check SF_EXAMPLE_01 standard smartform
‎2007 Oct 24 10:57 AM
Hi
Do one thing use page break and print the remaining details in another page
Regards
Pavan