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

SMART FORMS

Former Member
0 Likes
630

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
Read only

FredericGirod
Active Contributor
0 Likes
598

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
Read only

FredericGirod
Active Contributor
0 Likes
599

Hi,

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

Make it bigger.

Rgd

Frédéric

Read only

Former Member
0 Likes
598

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

Read only

0 Likes
598

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

Read only

Former Member
0 Likes
598

Hai,

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

Cheers,

Umasankar

Read only

Former Member
0 Likes
598

You might want to check this OSS Note also : 779492