cancel
Showing results for 
Search instead for 
Did you mean: 

How to skip very first page in SMARTFORM. Is it possible??? Is so, How??

Former Member
0 Kudos

Hi Experts,

I am working on smartform. There are two pages say PAGE1 and PAGE2 respectively.

Based on one condition,

if its true report trigeers to smartform to print from PAGE2 onwards without printing content of PAGE1.

if false, starts printing from the PAGE1 onwards.

Now, my problem is how to trigger PAGE2 directly without processing PAGE1.

Please do let me know your suggestions, if possible.

Thanks & Regards,

Nagesh.

View Entire Topic
Former Member
0 Kudos

Hi,

You can specify when you call the smartform which page to start with by setting the parameter CONTROL_PARAMETERS-START_PAGE with the name of the page.

Put your condition in your calling program and set the parameter accordingly.

Regards,

Nick