OK, I have created a watermark .gif file and I have applied it to a report. The watermark background states that the document is a "DRAFT". It works just fine.
The issues is, I cannot figure out how to programmatically hide the watermark or toggle from having a watermark to not having a watermark programmatically.
What I would like to do is set the report to display the watermark as the default setting, but when the Managers actually verify the report as being ready, to prevent the "Draft" watermark from showing.
I could create two reports, one with the watermark and one without... but it is a very complex report and I would hate to have to make duplicate changes to the report every time a new functionality is requested.
Can I somehow set the me.picture = none and then set it back to the default in some way? If so, what is the code I would use to do this?
Any help is greatly appreciated.
Thanks,
Gary
The issues is, I cannot figure out how to programmatically hide the watermark or toggle from having a watermark to not having a watermark programmatically.
What I would like to do is set the report to display the watermark as the default setting, but when the Managers actually verify the report as being ready, to prevent the "Draft" watermark from showing.
I could create two reports, one with the watermark and one without... but it is a very complex report and I would hate to have to make duplicate changes to the report every time a new functionality is requested.
Can I somehow set the me.picture = none and then set it back to the default in some way? If so, what is the code I would use to do this?
Any help is greatly appreciated.
Thanks,
Gary