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

Smartforms - Page number issue

Former Member
0 Likes
1,282

Hi,

I am using the followiing line for Page number to be displayed at the bottom for a Japan Client.

&SFSY-PAGE& / &SFSY-FORMPAGES(C)& ページ

Here, SFSY-PAGE value remains correct but the total number of pages remains * for ffirst 9 pages and after ten it becomes some junk numbers. I have provided enough space for tota number of pages but it is not coming.

I don't have any issues if the number of pages are less than 10.

Please advice!

Regards

Mohan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,221

Change the window type as FINAL WINDOW .

Hi,

I am using the followiing line for Page number to be displayed at the bottom for a Japan Client.

&SFSY-PAGE& / &SFSY-FORMPAGES(C)& ページ

Here, SFSY-PAGE value remains correct but the total number of pages remains * for ffirst 9 pages and after ten it becomes some junk numbers. I have provided enough space for tota number of pages but it is not coming.

I don't have any issues if the number of pages are less than 10.

Please advice!

Regards

Mohan

9 REPLIES 9
Read only

Former Member
0 Likes
1,221

hi,

This is because of the C you used but for more than 2 digit numberes it is not condensing it so use it in the below way to get the answer.

use it like this &SFSY-PAGE& / &SFSY-FORMPAGES(3C)&

regards,

Pinaki

Read only

Former Member
0 Likes
1,221

Dear Mohan,

Please adjust the width. When width is not enogh then it will displays *

Rgds,

Kiran

Read only

Former Member
0 Likes
1,221

Hi

Use like :

&SFSY-PAGE& / &SFSY-FORMPAGES(3ZC)&

Hope it helps.

Praveen

Read only

Former Member
0 Likes
1,221

Increase the width of the window or template where you are displaying the page no.'s .

Read only

Former Member
0 Likes
1,221

Hi,

Take two variables seperately instead of ( page & form pages) while printing in the samrtform.

BR,

Rajani

Read only

Former Member
0 Likes
1,221

I tried all the above mentioned scenarios.... Nothing worked out.

I have developed custom report from there am calling custom smartform developed.

Anyother suggestions .......... Please......

Regards

Mohan

Read only

0 Likes
1,221

Hi ,

How many pages you have in the smartforms ?

Is it 1000 or more than 1000 ?

If yes try this -

&SFSY-PAGE& / &SFSY-FORMPAGES(4C)&

Else

Please check this also once - - -

&SFSY-PAGE& / &SFSY-FORMPAGES(2C)&

Regards

Pinaki

Read only

Former Member
0 Likes
1,221

Hi mohan kumar,

Please let me know the solution for ur quary as i am facing the same problem.

Regards

Suresh

Read only

Former Member
0 Likes
1,222

Change the window type as FINAL WINDOW .