Application Development and Automation 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: 
Read only

Urgently ...Smartforms

Former Member
0 Likes
658

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

5 REPLIES 5
Read only

Former Member
0 Likes
638

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.

Read only

0 Likes
638

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

Read only

0 Likes
638

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
638

Hi,

If you are using table, use the footer inside that.Check SF_EXAMPLE_01 standard smartform

Read only

Former Member
0 Likes
638

Hi

Do one thing use page break and print the remaining details in another page

Regards

Pavan