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

Smartform page count problem

Former Member
0 Likes
959

Hi All,

In my smartform I am showing the page / of pages

using SFSY-APAGE / SFSY-FORMPAGES.

But upto 9 pages / of pages , it shows '*' in place of

SFSY-FORMPAGES. After 10 page it shows ok.

Why this is happening?

Regards,

Dilip

6 REPLIES 6
Read only

former_member182371
Active Contributor
0 Likes
783

Hi,

did you try with SFSY-JOBPAGES?

Best regards

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
783

Hi Diliip,

I tried &SFSY-PAGE& / &SFSY-FORMPAGES& in a text element.

It is working fine for me.

Just try it in small program.It will work.

May be problem because of line width.

Read only

Former Member
Read only

0 Likes
783

make the window that you are trying to print the formapages as the final window. it will work

Read only

naimesh_patel
Active Contributor
0 Likes
783

Try with this one to print the total number of pages

Page &SFSY-PAGE& of &SFSY-FORMPAGES<b>(3ZC</b>)&

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
783

Hi

Do like this

&SFSY-PAGE(CIZ)& / &SFSY-FORMPAGES(CIZ)&

Or

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

Hope this Helps.

Praveen