2009 May 29 5:33 AM
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
2009 Jun 09 2:55 PM
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
2009 May 29 5:37 AM
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)®ards,
Pinaki
2009 May 29 5:42 AM
Dear Mohan,
Please adjust the width. When width is not enogh then it will displays *
Rgds,
Kiran
2009 May 29 5:51 AM
Hi
Use like :
&SFSY-PAGE& / &SFSY-FORMPAGES(3ZC)&
Hope it helps.
Praveen
2009 May 29 5:56 AM
Increase the width of the window or template where you are displaying the page no.'s .
2009 May 29 6:44 AM
Hi,
Take two variables seperately instead of ( page & form pages) while printing in the samrtform.
BR,
Rajani
2009 May 29 7:59 AM
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
2009 May 29 8:34 AM
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
2009 Jun 03 8:20 AM
Hi mohan kumar,
Please let me know the solution for ur quary as i am facing the same problem.
Regards
Suresh
2009 Jun 09 2:55 PM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |