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: 

smartform footer problem

Former Member
0 Kudos

hi folks

i am facing an issue in smartform which is explained below .

i have av ariable window which will strecth to the second page but i want my footer to remain on first page only at a fixed position .

any pointer to how this can be achieved

regards

navjot

Message was edited by:

navjot sharma

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

While designing the layout see that the variable window(is it MAIN ?) is properly placed, and have the footer window at the bottom.

Only this MAIN gets extended to the next page....

Regards

Raj

5 REPLIES 5

Former Member
0 Kudos

Hi,

you need to create another window for footer and put it only in your first page. if the ame page is being called then put the condition in the window condition tab

&sfsy-psge& = 1.

Regards,

Vidya.

0 Kudos

hi vijay thanks for a prompt reply.

in this case my window above the footer is of variable length so it pushes the footer to th next page . i dont want this to happen i just want footer should remain there and the main window may stretch to second page .

reagards

navjot

0 Kudos

Hi,

put the footer window under the main window. even when the main window stretches to the next page the footer will be displayed.

Regards,

Vidya.

Former Member
0 Kudos

Hi

While designing the layout see that the variable window(is it MAIN ?) is properly placed, and have the footer window at the bottom.

Only this MAIN gets extended to the next page....

Regards

Raj

Former Member
0 Kudos

Hi,

In smartforms we can use templates as a constant window, Whose content would not be streched.

If you can use tables in smartforms then it is a better option. As table automatically provides you facility to create header, footer and main area. In which content of main area are looped, While header and footer are processed only once.

Reward if useful.

Regards,

Harsha