473,322 Members | 1,538 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,322 software developers and data experts.

stopping warning messages

Hi all,

Could someone please advise on how to stop access issuing warning messages.

I have a simple Hyperlink to an MP3 file and everytime I click, up pops
"Some files contain viuses etc...".

I can turn of warnings in code - set warnings - but how do I do it at base
table level or just overall ?

tia
Nov 12 '05 #1
5 1532
In article <c5**********@gnamma.connect.com.au>,
no*****@emachizit.net.au says...
Hi all,

Could someone please advise on how to stop access issuing warning messages.

I have a simple Hyperlink to an MP3 file and everytime I click, up pops
"Some files contain viuses etc...".

I can turn of warnings in code - set warnings - but how do I do it at base
table level or just overall ?

tia


DoCmd.Setwarnings False

Turn back on by...

DoCmd.SetWarnings True
Nov 12 '05 #2
Thanks,

But as I said I know how to do this in code with a form etc.

But I want to do this for the whole database.

I have 1 simple table with a hyperlink in it. and I want to stop the popup
message.

I seem to remember there being a function in tools or settings to turn off
system messages. but I can't find it.
"Ima Lostsoul" <me@myprovider.com> wrote in message
news:MP************************@netnews.comcast.ne t...
In article <c5**********@gnamma.connect.com.au>,
no*****@emachizit.net.au says...
Hi all,

Could someone please advise on how to stop access issuing warning messages.
I have a simple Hyperlink to an MP3 file and everytime I click, up pops
"Some files contain viuses etc...".

I can turn of warnings in code - set warnings - but how do I do it at base table level or just overall ?

tia


DoCmd.Setwarnings False

Turn back on by...

DoCmd.SetWarnings True

Nov 12 '05 #3
In article <c5**********@gnamma.connect.com.au>,
no*****@emachizit.net.au says...
Thanks,

But as I said I know how to do this in code with a form etc.

But I want to do this for the whole database.

I have 1 simple table with a hyperlink in it. and I want to stop the popup
message.

I seem to remember there being a function in tools or settings to turn off
system messages. but I can't find it.
"Ima Lostsoul" <me@myprovider.com> wrote in message
news:MP************************@netnews.comcast.ne t...
In article <c5**********@gnamma.connect.com.au>,
no*****@emachizit.net.au says...
Hi all,

Could someone please advise on how to stop access issuing warning messages.
I have a simple Hyperlink to an MP3 file and everytime I click, up pops
"Some files contain viuses etc...".

I can turn of warnings in code - set warnings - but how do I do it at base table level or just overall ?

tia


DoCmd.Setwarnings False

Turn back on by...

DoCmd.SetWarnings True


My bad. I didnt read all teh wya through... What version of Access do
you have?
Nov 12 '05 #4
2000
"Ima Lostsoul" <me@myprovider.com> wrote in message
news:MP************************@netnews.comcast.ne t...
In article <c5**********@gnamma.connect.com.au>,
no*****@emachizit.net.au says...
Thanks,

But as I said I know how to do this in code with a form etc.

But I want to do this for the whole database.

I have 1 simple table with a hyperlink in it. and I want to stop the popup message.

I seem to remember there being a function in tools or settings to turn off system messages. but I can't find it.
"Ima Lostsoul" <me@myprovider.com> wrote in message
news:MP************************@netnews.comcast.ne t...
In article <c5**********@gnamma.connect.com.au>,
no*****@emachizit.net.au says...
> Hi all,
>
> Could someone please advise on how to stop access issuing warning

messages.
>
> I have a simple Hyperlink to an MP3 file and everytime I click, up pops > "Some files contain viuses etc...".
>
> I can turn of warnings in code - set warnings - but how do I do it
at base
> table level or just overall ?
>
> tia
>
>
>

DoCmd.Setwarnings False

Turn back on by...

DoCmd.SetWarnings True


My bad. I didnt read all teh wya through... What version of Access do
you have?

Nov 12 '05 #5
Hi all,

In acse any one else wants a solution follow this link.

http://officeone.mvps.org/download/h...k_warning.html

Happy Easter
"Nonoize" <no*****@emachizit.net.au> wrote in message
news:c5**********@gnamma.connect.com.au...
Hi all,

Could someone please advise on how to stop access issuing warning messages.
I have a simple Hyperlink to an MP3 file and everytime I click, up pops
"Some files contain viuses etc...".

I can turn of warnings in code - set warnings - but how do I do it at base
table level or just overall ?

tia

Nov 12 '05 #6

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

Similar topics

2
by: Jean Brouwers | last post by:
Sporadically, a message like this one shows up in our wxPython application: (main.py:3182): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem Is possible but...
5
by: Nonoize | last post by:
Hi all, Could someone please advise on how to stop access issuing warning messages. I have a simple Hyperlink to an MP3 file and everytime I click, up pops "Some files contain viuses etc..."....
1
by: Raed Sawalha | last post by:
when i build asp.net application i have theses warnings messages ,what they mean? Preparing resources... Updating references... Warning: The dependency 'EW_Calender, Version=2.5.2055.20123,...
3
by: Chuck Cobb | last post by:
I'm doing a CSharp project in VS2005 and I'm getting some strange warning messages. The problem is that the warning messages don't link to anything in my code so they are very difficult to track...
0
by: Manish | last post by:
PHP INI File Setting ------------------------------------------------------------------------------------------------------------------ error_reporting = E_ALL & ~E_NOTICE No warning message are...
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...
92
by: Heinrich Pumpernickel | last post by:
what does this warning mean ? #include <stdio.h> int main() { long l = 100; printf("l is %li\n", l * 10L);
2
by: Thelma Lubkin | last post by:
I use my own matrix and vector classes. I wrote them before such things were generally available and I've stuck with them ever since. I've just added an Octonion class derived from the vectors...
9
by: awagner | last post by:
I am compiling a C application on an HP Unix 11.23 platform using the C99 compiler. I am receiving the following three warning message from the /usr/include/sys/_mbstate_t.h include file. ...
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
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
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: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
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)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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.