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

smartform Page control

Former Member
0 Likes
683

HI all,

In form I'm not able to display all the items in the same Page.

the footer items which contains some details is carried to the next page i want in the main page.

in footer i got 8 lines, i'm getting blank at the end of main page.

Atleast few lines should come in same page without showing gap of 8 lines.

For footer i've used Templates.

Regards

Suprith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
662

create a folder and place footer in that folder......

in folder u have option PAGE PROTECTION try to check it.....

HI all,

In form I'm not able to display all the items in the same Page.

the footer items which contains some details is carried to the next page i want in the main page.

in footer i got 8 lines, i'm getting blank at the end of main page.

Atleast few lines should come in same page without showing gap of 8 lines.

For footer i've used Templates.

Regards

Suprith

4 REPLIES 4
Read only

Former Member
0 Likes
663

create a folder and place footer in that folder......

in folder u have option PAGE PROTECTION try to check it.....

Read only

Former Member
0 Likes
662

hi,

you can use 'onlastrecord ' to display footer at the end after the last record is displayed ....

check this thread

thanks

Read only

Former Member
0 Likes
662

HI Suprith,

Try as below

After loop create the program lines-->

ex:

SNO = SNO + 1.

TOTAL_RECORDS = TOTAL_RECORDS + 1.

IF SNO > 5.

SNO = 1.

ENDIF.

Create the pagebreak.

general attributes tab-->sno = 5.

based on condition.

create the command node and display.

for more info check this link

hope this will useful to you.

Thanks!!

Read only

Former Member
0 Likes
662

hi

you can have a look at this thread

similar problem is discused here

hope this helps

regards

Aakash Banga