cancel
Showing results for 
Search instead for 
Did you mean: 

New page in smart form

Former Member
0 Kudos

Moved to correct forum by moderator

Hi all,

How to trigger new page in smart form.

I have used COMMAND to call next page.

But is not working.

Is there any other option to call new page like NEW-PAGE OR PAGE-BREAK in reports.

Pls suggest.

Regards,

Priya

Edited by: Matt on Dec 24, 2008 7:54 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Command will work in the smartform to trigger the new page.Just check the Go to new page checkbox and give the page you want to trigger and if you want to trigger at a particular condition just give that condition.

Regards.

Former Member
0 Kudos

Hi,

First what is the reason you want to create a new page?

In order to trigger a new page in ur smartform. there are 2 ways.like

1.When the data in your main window of the smartform overflows; it dynamically creates a new page.

2. Create a new page (page2) and specify next page in general attributes for page1 as page2. and write the logic u want in the pages

3. In the first page main window create program lines in the end under the main window. -> in that write the sampel code as

if page = sfsy-formpages.

new-page.

endif.

Hope this helps.......

Regards,

Ravi.

Former Member
0 Kudos

Hi ,

you can directly call a new page by using the "COMMAND" statement. After displaying all the values in the Main Window give this command statement. Like how you create program lines you have to create a command statement.

check the thread.. It will solve your issue

Regards,

Vinod

Former Member
0 Kudos

Hi,

No only option is to use Command node-> tick on goto new page and selct ur page whethear page 1 or page 2.

кu03B1ятu03B9к