Question Saving a report without save button showing.

easygoingdave

Registered User.
Local time
Today, 00:42
Joined
May 22, 2013
Messages
18
I have generated a report in acviewreport, after viewing the details I want to save the report as a pdf file with the client name, invoice number and date. In the report design view I added a cmd button and successfully coded it. However, it saves the report WITH the cmd button showing. I don't want this button saved. Is it possible to remove the button from the report AFTER I have clicked it?
 
would that be in the properites of the cmd button "afterupdate". maybe
 
Also in the Button Properties, you might investigate Display When: Screen Only. That'll stop it from showing in printouts, and I *think* in PDFs.
 
David you are so right, that would be the easy way of doing it
 
Also in the Button Properties, you might investigate Display When: Screen Only. That'll stop it from showing in printouts, and I *think* in PDFs.


David
Worked a treat many thanks for your help:)
 

Users who are viewing this thread

Back
Top Bottom