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: 

SMART FORMS

Former Member
0 Kudos

Hi all.

I have an issue in the smart forms.

in the p.o print,if the total number of pages are less than 10, it is showing correctly like 1 of 9,2 of9....9 of 9.

but it is more than 10(for eg:12),then it is showing 1 of *,2 of *.....10 of 12,11 of 12,12 of 12.i.e up to 9 it is showing *.from 10 it is showing correct page numbers,

the syntax i used is:

page&SFSY-PAGE& OF &SFAY-JOBPAGES&

Can any body help me to solve this issue.

Thanks in advance,

Regards,

venkat

1 ACCEPTED SOLUTION

FredericGirod
Active Contributor
0 Kudos

Hi,

the problem must be the size of the window containing the &SFSY-PAGE& OF &SFAY-JOBPAGES&.

Make it bigger.

Rgd

Frédéric

5 REPLIES 5

FredericGirod
Active Contributor
0 Kudos

Hi,

the problem must be the size of the window containing the &SFSY-PAGE& OF &SFAY-JOBPAGES&.

Make it bigger.

Rgd

Frédéric

Former Member
0 Kudos

Please take the value of SFSY-PAGE into a variable of type C(2) and display new variable..

It had happened with me as well, and by doing this, my prolem had got solved..

Regds

Sandip

0 Kudos

Hi.

thanks for u r help.

I am new to smart forms.

can u please tell me,where and how should I declare it.

Thanks,

Venkat

Former Member
0 Kudos

Hai,

The cell that you are using to display the page number might be small.So increase the cell width.

Cheers,

Umasankar

Former Member
0 Kudos

You might want to check this OSS Note also : 779492