Hi all - I am printing the terms and conditions on backside of each page. I have created 5 master pages to achieve this.
And from Back_Page and Last_Page I have dragged the content area to the dummy page. If I have the content area there in those pages, the content on First_M_Page is overwriting the terms and conditions. Now the terms and conditions are getting printed on the back side of each page. But when the output medium is FAX or EMAIL we are not printing the terms and conditions but there are blank pages showing. Need to remove those terms and conditions pages when its blank. Appreciate all the inputs from you guys. Thanks!
Why don't you just use a small script and pass the value if it is printed or mailed?
It is just a similar way you would do via smartforms or sapscript...
IF ( <yourvariable> == "X" ) then
{
// hide your page because it is mailed...
}
or you do it via different masterpages and pass from your program the one or the other...
I don't see the problem right now.
~Florian
Add a comment