‎2008 Nov 07 8:57 AM
Hi All,
i have problem in when getting o/p in smartforms.
i want display no of pages and current page for this i taken system field PAGE AND FORMPAGE.
My form have totlay 15 pages(One Page & One Main window), when i execute this form it showing like 1 of * when press pagedown button its going like 2 of *, 3 of * , .........after 10th page it giving 15 means it showing like 10 of 15, 11 fo 15......15 of 15.
My problem is i want print 1 of 15, 2 of 15, 3 of 15........so on
If total number of pages only 9 that time it showing correctly means 1 of 9, 2 of 9,......9 of 9.
Main problem is if number of pages >10 that time only this problem is occured.
<<text removed by moderator>>
Thanks in Advance,
Srinivas.
Edited by: Matt on Nov 7, 2008 10:06 AM
‎2008 Nov 07 9:44 AM
Hi,
I think this is the problem with the window length.Increase the length of the window.
Regards.
‎2008 Nov 07 9:01 AM
Hi,
Create your text element with more length and give more space before and after the system field form page.
Regards,
Nandha
‎2008 Nov 07 9:02 AM
‎2008 Nov 07 9:04 AM
Hi Sree
use as follows
running page
&SFSY-PAGE&
Total Pages
&SFSY-JOBPAGES&
Page &SFSY-PAGE& of &SFSY-JOBPAGES&
this fields are available is system fields
‎2008 Nov 07 9:08 AM
Hi,
Thanks for your replay.
I have tryed with this system field but i m getting same problem.
Regards,
Srinivas
‎2008 Nov 07 9:22 AM
Dear
please increase your window length.
dont pass those values to variable, just drag and drop.
‎2008 Nov 07 9:38 AM
use
Page &SFSY-PAGE& of &SFSY-FORMPAGES(3Z)&
instead of
Page &SFSY-PAGE& of &SFSY-FORMPAGES&
‎2008 Nov 07 9:11 AM
Hi,
Use system variables &SFSY-FORMPAGES& for total pages and &SFSY-PAGE& for current page.
Check the window size also for this.
Thanks,
Phani Diwakar.
‎2008 Nov 07 9:44 AM
Hi,
I think this is the problem with the window length.Increase the length of the window.
Regards.