473,405 Members | 2,415 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,405 software developers and data experts.

If DoCmd Beep is not working for me (I don't hear a beep) - where would I begin to debug that problem?

MLH
Sound works on my computer. I can play MIDI files,
audio CD's. My standard wave files play OK (IE,
C:\windows\Media\tada.wav).

But running DoCmd Beep doesn't result in a sound.

What can I check?
Nov 13 '05 #1
3 5445
On Thu, 03 Mar 2005 12:25:14 -0500, MLH wrote:
Sound works on my computer. I can play MIDI files,
audio CD's. My standard wave files play OK (IE,
C:\windows\Media\tada.wav).

But running DoCmd Beep doesn't result in a sound.

What can I check?


Perhaps no one ever set up a sound for the Defult Beep.

Start + Control Panel + Sounds and Audio Devices + Sounds.
In the Program Events box, set a sound for the Default Beep.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
Nov 13 '05 #2
"MLH" <CR**@NorthState.net> wrote in message
news:7t********************************@4ax.com...
Sound works on my computer. I can play MIDI files,
audio CD's. My standard wave files play OK (IE,
C:\windows\Media\tada.wav).

But running DoCmd Beep doesn't result in a sound.

What can I check?


I believe it is a computer speed issue. Today's computers are too fast. What
I do is create a new procedure that puts the Beep command in a long loop.
Then it is audible to the users.

Public Sub FZBeep()
Dim i as Integer
For i=1 To 100
DoCmd.Beep
Next
End Sub

Fred Zuckerman
Nov 13 '05 #3

"MLH" <CR**@NorthState.net> wrote in message
news:7t********************************@4ax.com...
Sound works on my computer. I can play MIDI files,
audio CD's. My standard wave files play OK (IE,
C:\windows\Media\tada.wav).

But running DoCmd Beep doesn't result in a sound.

What can I check?

In the control panel check under sounds what you have set for the Windows
default beep. I believe it is this sound you hear when you call it from
Access.
Nov 13 '05 #4

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

Similar topics

0
by: Farooq Khan | last post by:
hi, my development team has been assigned a project that involves writing our own Web service. i happen to be a C++ programmer, new to C#/ASP.net. i dont know where to begin with......any...
0
by: keith | last post by:
recently installed Windows XP Media Center edition included built in IIS5.1, VS6.0 with SP5, VS.NET 2003 into my computer. I loaded a Visual InterDev 6.0 project and set break proint. When...
6
by: Tom D. | last post by:
I just got a new computer. I transfered my web site files over and setup my access database system ODBC driver. I've compared settings on both computers. But when I run my web site code on new...
2
by: PJ | last post by:
I'm at the end of my rope, I've tried everything I can think of and, while the problem is all over google, no answer has worked for me. I'm getting the following error while trying to start my web...
1
by: caldera | last post by:
hi, I have a debug problem. I divide my web project into two part actually two project. One part is include the all of the logic class and other part web application part. These are two different...
10
by: Ole | last post by:
Hi, Using VS2005 and a windows CE 5.0 device running CF2. Suddenly I can't debug my C# program from VS2005 - when setting a breakpoint I only see a ring instead of the normal red dot and when...
3
by: Pete Kane | last post by:
Hello All, I'm having a problem debugging a project (contained in a solution containing eight other projects), whenever I set a breakpoint and press F5, the solution rebuilds itself ok but I then...
0
by: Shwan | last post by:
Dear developers, I working on C# .NET, I have a problem how to prevent a user to login in to the system while another one already logged in using the Same User Name And Password. I tried to put a...
3
by: William LaMartin | last post by:
I have had the following happen to me for the third time in several months on my laptop but never on my desktop computer while working with a VB.et project in Visual Studio 2005. I was working...
0
by: AE | last post by:
I try to debug a program, but I am not able to display local variables. This is not working main::(./mailsjekk.pl:560): my $profilefile = 'd:/file'; DB<1s main::(./mailsjekk.pl:569): ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.