cancel
Showing results for 
Search instead for 
Did you mean: 

doubt in smartform

Former Member
0 Kudos

Hi ,

I have to print 'Continue' on previous page , if next page is there for printing using smartform .

How can i do that?

Regards

Mohit Bansal

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi mohit,

make a text element for both page 1 and page 2 where u print continue and put this condition there

SFSY-PAGE < SFSY-FORMPAGES.

pls reward if this helps

regards

palak

Former Member
0 Kudos

Hi ,

I have tried the same like SFSY-PAGE < SFSY-FORMPAGES

in the condition tab of text element , but it is not working .

Please suggest me what i can do with that?

Regards

Mohit Bansal

Former Member
0 Kudos

You add one text in window with the text "Continue".

In Conditiuon Tab you check the checkBox-- Only before end of main window.

Former Member
0 Kudos

Hi,

You have to add a text element in your smartform and compare the system variables SFSY-PAGES and SFSY-FORMPAGES in the conditions tab screen.

SFSY-PAGES: current page number.

SFSY-FORMPAGES: total number of pages.

Hope this helps.

Regards,

Roberto.

Former Member
0 Kudos

if page number is less than form pages write a text element continue.

create some other text element with equality condition don't write anything.

Thanks,

Phani.