cancel
Showing results for 
Search instead for 
Did you mean: 

Blank page issue in Smartforms

Former Member
0 Kudos

Hi all,

I am having two pages in Smartforms. Page1 & Page2. Page 1 is having one Secondary window.

In Page1 i am showing Dynamic Graphic, and in Page2 i am showing main window. I have set Next page of Page1 as Page2.

Page1 may be or may not be printed depending upon if Condition.

Now, if do not set the Graphic variable(means i am not interested in printing graphic) i am getting Page1 as Blank and Rest of data in Page2 from Main Window.

I do not want first page, page1 as Blank rather want to print data from page2 directly. how to solve this problem.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member196280
Active Contributor
0 Kudos

goto your smartform and create command in your smartform window in first page..

Place your condition in conditions tab and in genaral attribute tab tick check box goto new page and give your next page... I guess this will solve your problem.

Close the thread once your question is answered.

Regards,

SaiRam

Former Member
0 Kudos

hi vipin,

Try using a condition in the code mayb in the main window. Try using a flag and check the data on page 1. If it is blank, then go in for ur requirement.

thanks

nayan

Former Member
0 Kudos

Well one thing you can do is set some flags in Initialization in global declaration., or if you are using driver program pass those flags to the smartforms. So depending on the flag put the condition on first page.

regards,

Mallick

Former Member
0 Kudos

Thanks for your reply,

We can not put condition on Page, we can put condition on Window, even does not help me.

thanks