Warning Message when opening PDF (1 Viewer)

jsmith1611

Registered User.
Local time
Yesterday, 19:30
Joined
Jan 7, 2009
Messages
23
Is there a way to disable the warning message that is displayed when opening a pdf from a button?

I have already changed the macro security setting to low but it doesn't seem to affect this message.

Any help will be greatly appreciated.

Thanks,

Josh
 

Singh400

Registered User.
Local time
Today, 03:30
Joined
Oct 23, 2008
Messages
138
Try SetWarnings to No in the macro/vba code.
 

jsmith1611

Registered User.
Local time
Yesterday, 19:30
Joined
Jan 7, 2009
Messages
23
Singh, are you saying, for example, in the form_onload:

setWarnings = no

??

I have tried this to no avail. I am not getting the message when I open a web page from a button, but specifically when opening a pdf file.
 
Last edited:

Users who are viewing this thread

Top Bottom