cancel
Showing results for 
Search instead for 
Did you mean: 

How to Skip first page conditionaly in Smartform ? Please Advise...

Former Member
0 Kudos

I need a option to skip the cover page if fax option is not selected.

How to skip first page and start printing from second page in smartform ?

In detial : On selection screen i have options print and fax, if print is selected,

first page in smartform should not print. if fax is selected all the pages needs

to be printed.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the solution. It worked.

Former Member
0 Kudos

Hi Suresh .

at first try to buid a logic in your form to get the condition for FAX/ PRINT

i.e some variable gv_test = 'x' if print is selected say ,

How to skip first page :

on the First page 1. Put a Command from FLow logic and set 'GO to Page' as the next page say 'page2' ,

2. and in the conditions tab put gv_test = 'x'.

how it works.

In the Run time in the First page Command will be called and it checks for the condition i.e gv_test - if its flagged as in your case. (yes)

then it executes Command , where u r allowing it to go to next page.

I hope this Answers your query .

if it works please do not forget to give ratings.

Former Member
0 Kudos

Hi,

The value (for the print / fax) should be passed as an parameter to the smartform.

The cover page will be displayed in a separate text node, I assume. If this is the case, then in the condition tab of this text node, check for this parameter value. If this value is fax, only then it should print.

Regards,

Hema.

    • Reward points if it is useful.