cancel
Showing results for 
Search instead for 
Did you mean: 

SmartForms: NEXT Page not executing?

Former Member
0 Kudos

My "FIRST" page processes fine, and I have "NEXT" for the next page. I just cut some of that config into the the "NEXT" page. However, when I put a break-point in "NEXT" page it doesn't seem to flow there?

Am I missing something?

Thank-You.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

In the general attrinbutes of first page have u specified the next page field, u need to set it topoint it to ur next page.

Former Member
0 Kudos

I did do that. I used NEXT, for the NEXT page....still no page 2 output.

Thank-You.

Former Member
0 Kudos

do one thing

get the fm name of ur smartform it wud be smthing like this

/1BCDWB/SF00000292 now modify the name as /1BCDWB/LSF00000292F01

open this include in se38 search using ctrl+F ur page name it will take u to the routine of tht form now add session break point here at the first line and also may be on last line of ur first page do debugging using f5 to see if its going or why its not going u'll get it by some research.

Edited by: kartik tarla on Jan 8, 2009 8:29 PM

Edited by: kartik tarla on Jan 8, 2009 10:46 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First up you first page needs to point to the NEXT page and the name of the second

page should be NEXT.

Secondly see that the output you want in the second page, if it is in continuation of the

previous page the specifications set for window in both page should be same.

Lastly but not the least, you can go on to write some hard code in the text field and go

on to debug as told by Kartik.

Hope u may find this useful