I have created a text box in my report that shows to the user however I would like this to be surpress if the report was to be printed out on paper any ideas how to do this.
Thanks for your help, I problably din't explain myself very well. I have created a text box with a hyperlink this takes the report back to a htm page with drop down parameters, I need the users to click on the text box which I have called back. But if the user prints the report out they will not want a back text box at the top of the report. I would like to maybe click on the text box and format section surpess when the user clicks on file print.
Do you have any more good idea's on how to do this ?
There isn't really functionality in Crystal to do this, as I believe that processing for print and display are exactly the same.
You might try to cheat your way around it by creating a formula with a variable like stringvar html := 'print'
Then, when the report is passed to the web, change the value of html by passing a value of 'noprint'. You could then conditionally suppress your 'Back' field on the value of the html variable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.