473,320 Members | 1,965 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Set Warning? Maybe?

I am running an external application script through hyperlink on a
command button. When that happens, a windows warning pops up saying
"Some files may contain viruses, do you want to continue? "

How do I override that? I have tried Set Warnings False, but it doesn;t
help.

Cheers
Sunny

Dec 20 '05 #1
6 1913
If you have Access 2003, you can try changing macro security by going
to Tools > Macro > Security and setting it to Low. This may suppress
the warning.

Dec 20 '05 #2
I have Access 2000 !

Any other way out?

Dec 20 '05 #3
Some of the other folks here would know more about that, but in the
meantime you could try http://www.google.com for information about
programmatically downloading files with VBA.

Dec 20 '05 #4
I am a little confused as to what you mean by "running an external
application script through hyperlink on a
command button." Are you trying to remote control a web page? If so
use the ms browser control. Add it to a form, use the html object
library to help nav you page and click your links. You can handle some
messages by events and others by hooking the control and watching for
new windows. It's not for the faint of heart, but there is tons of
documentation on how to do it. I've had similar issues that I have
dealt with this way.
HTH

Dec 20 '05 #5
su**********@gmail.com wrote:
I have Access 2000 !

Any other way out?

Near as I can determine you can write a VB script to set the security
settings low for the app. This is better than setting the entire office
package to low security.

You might want to check out google groups for groups = *access* and for
the words
Security Warnings script
Dec 20 '05 #6
Thanks I need to looks for a security warnings script. I am running an
avaya auto script file, which contains vb...so when i run that from
access, windows gives a warning. I will check.

Cheers
Sunny
salad wrote:
su**********@gmail.com wrote:
I have Access 2000 !

Any other way out?

Near as I can determine you can write a VB script to set the security
settings low for the app. This is better than setting the entire office
package to low security.

You might want to check out google groups for groups = *access* and for
the words
Security Warnings script


Dec 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Eric Boutin | last post by:
Hi ! currently programming something that heavily use std::vector<std::string> and std::map<std::string, std::string> . When compiling my program I have like 1015 warnings : warning, debug info...
3
by: William Payne | last post by:
Hello, when compiling my program I get a warning in one of my header files (globals.h) each time a source file includes it. The warning reads: globals.h:28: warning: `const...
3
by: Maciej Pilichowski | last post by:
Hello there, The short version -- how to set warning level just for one specific file, or more exactly how to relax warning level for it? The long version -- I try to work at maximum warning...
11
by: michael potter | last post by:
I would like to code a prototype that returns an enum, but not declare the enum. This works on several systems and compilers, but fails on aix xlc. Here is the sample code: enum anEnum...
0
by: Peter | last post by:
Hi, I've been recently porting some software written under VC++ 6.0 to VC .NET. The software was compiling fine under 6.0 but under .NET I'm getting linker warning: b.obj : warning LNK4227:...
3
by: Bill Burris | last post by:
How do I find what is causing this warning from the Linker? If I use /NODEFAULTLIB I get hundreds of undefined symbols. LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other...
1
by: Jazzkt | last post by:
I have a little issue I hope you can help me with. I retrieve the processes that are running on my computer and get the C4800 warning in certain situations. The code snippet below illustrates my...
10
by: moondaddy | last post by:
I converted a vb.1.1 web service project to 2.0 and .net 2.0 created / replace some datasets. The code it automatiacly generated gets a warning message as follows: Warning 150 Name...
6
by: fctk | last post by:
hello, i'm trying to compile this small program: int main(void) { unsigned long int max; max = 4000000000;
4
by: lucavilla | last post by:
If you go to http://europe.nokia.com/A4305060, fill the "Enter your product code:" field with the value "0523183" and press "Go" (the ending page URL varies because there's a variable session-ID in...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.