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

script

Former Member
0 Likes
507

How to get page no 1 of 10, 2 of 10 in output form?(suppose if i have 10 pages in output form want to get page no like 1 of 10 and 2 of 10 like....)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

Page<b> &PAGE& of &SAPSCRIPT-FORMPAGES&</b>

4 REPLIES 4
Read only

Former Member
0 Likes
484

Page<b> &PAGE& of &SAPSCRIPT-FORMPAGES&</b>

Read only

Former Member
0 Likes
483

Hi,

You can do this.

You go to text editor use symbols for

page numbner and total page number , you find it out from insert symbol menu.and write like this

&page number& of &total page number&.

Regards,

pankaj singh.

Read only

amit_khare
Active Contributor
0 Likes
483

Hi,

Use this.

Page &page& of &sapscript-formpages&

Regards,

Amit

Read only

Former Member
0 Likes
483

Hi,

Just insert this command..

&PAGE& of &SAPSCRIPT-FORMPAGES&

&PAGE& Gives current page number

SAPSCRIPT-FORMPAGES& gives total number of pages

Regards,

Kumar