Hi All,
Kindly note that I have used the below mentioned code to retrieve the
information for the current page number and the total pages in my smartform.
Code:
Page &SFSY-PAGE& of &SFSY-FORMPAGES&
And it works fine when the total number of pages(SFSY-FORMPAGES) is below 10
as shown below
Page 2 of 2 or
page 9 of 9
But when the total number of pages exceeds 9, the system starts showing
Page 2 of * or
page 9 of *
instead of
Page 2 of 10 or
Page 9 of 16
But surprisingly when the page counter reaches 10 it starts showing me the
correct information again . i-e
Page 10 of 10 or
Page 11 of 16
This behavior is indeed surprising, can any one help.
Thanks in advance.
Mohit