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

Problem in SmartForms

Former Member
0 Likes
996

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
968

Hi,

I think this is the problem with the window length.Increase the length of the window.

Regards.

8 REPLIES 8
Read only

Former Member
0 Likes
968

Hi,

Create your text element with more length and give more space before and after the system field form page.

Regards,

Nandha

Read only

Former Member
0 Likes
968

use &SFSY-FORMPAGES(3Z)&

Read only

Former Member
0 Likes
968

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

Read only

0 Likes
968

Hi,

Thanks for your replay.

I have tryed with this system field but i m getting same problem.

Regards,

Srinivas

Read only

0 Likes
968

Dear

please increase your window length.

dont pass those values to variable, just drag and drop.

Read only

0 Likes
968

use

Page &SFSY-PAGE& of &SFSY-FORMPAGES(3Z)&

instead of

Page &SFSY-PAGE& of &SFSY-FORMPAGES&

Read only

Former Member
0 Likes
968

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.

Read only

Former Member
0 Likes
969

Hi,

I think this is the problem with the window length.Increase the length of the window.

Regards.