cancel
Showing results for 
Search instead for 
Did you mean: 

avoiding printing of a page

Former Member
0 Kudos

Hello all,

I have a doubt. while printing the form I have to avoid printing the last page of the form based on some conditions .how can this be done.another doubt is it possible to avoid printing some of the windows.kindly answer.

Thanks ,

mahesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Mahesh,

print the last page on condition base...

create a condition block...

if condition true then trigger new page event...

Former Member
0 Kudos

If it is smartform you can put the condition in eacn window.

If it is script you can put the code in betwwen if and endif.

For last page .... tell me r u using only one page to print or do you have sepertate page created for Last page

Thanks,

Nageswar

Former Member
0 Kudos

you can avoid printing the window contents on the condition base...

set some flag.. if the perticular flag is set then only print window contents...

bt if the flag is not set then data will no get printed but the empty space of the window will remain on the print....

Former Member
0 Kudos

Hi,

Thanks for the reply. But how to suppress the last page from printing.

Former Member
0 Kudos

print the last page on condition base...

create a condition block...

if condition true then trigger new page event...