cancel
Showing results for 
Search instead for 
Did you mean: 

Print the 'CONTINUED' text in all pages but not in last page

Former Member
0 Kudos

Hi,

my requirement is to print the 'CONTINUED' text in all pages but not in last page.

I tried with following.

1. SFSY-PAGE < SFSY-FORMPAGES

but its not working. Pls help me. Its urgent.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 27, 2008 10:51 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi lakshminarayana

Do you have an answer for this problem? I would be very much appreciated if you post the answer here for me - Thanks

Former Member
0 Kudos

Hi Liem,

I have saved the sfsy-formpages value into a global variable(gv_lastpage) at the Main window / Footer section and put a condition sfsy-page < gv_lastpage to the condition of the window which contains the "Continue..." text.

Hope it helps.

Bets Regards,

Ferenc

amit_khare
Active Contributor
0 Kudos

As an alternate take a variable. Assign FORMPAGES value to it.Decrement it by 1 for each page call...check for = 1 and dont display the text when the condition is satisfied.

Regards,

Amit

Former Member
0 Kudos

Hi Amit,

I tried with define variables for both SFSY-PAGE & SFSY-FORMPAGES.

I gave those variables in the condition.

But its not working.

your logic i didnt understand. Plz explain with details.

Former Member
0 Kudos

Hi,

also check that on your repeating page, on the general attributes tab the mode is set to increase counter,

otherwise the parameter won't be going up

grtz,

Koen