Connecting Tech Pros Worldwide Help | Site Map

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

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 13th, 2005, 07:52 AM
MLH
Guest
 
Posts: n/a
Default If DoCmd Beep is not working for me (I don't hear a beep) - where would I begin to debug that problem?

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?

  #2  
Old November 13th, 2005, 07:52 AM
fredg
Guest
 
Posts: n/a
Default Re: If DoCmd Beep is not working for me (I don't hear a beep) - where would I begin to debug that problem?

On Thu, 03 Mar 2005 12:25:14 -0500, MLH wrote:
[color=blue]
> 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?[/color]

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.
  #3  
Old November 13th, 2005, 07:52 AM
Fred Zuckerman
Guest
 
Posts: n/a
Default Re: If DoCmd Beep is not working for me (I don't hear a beep) - where would I begin to debug that problem?

"MLH" <CRCI@NorthState.net> wrote in message
news:7the21d5atkn8icgngvek9jrvgnnsteim8@4ax.com...[color=blue]
> 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?[/color]

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


  #4  
Old November 13th, 2005, 07:52 AM
Justin Hoffman
Guest
 
Posts: n/a
Default Re: If DoCmd Beep is not working for me (I don't hear a beep) - where would I begin to debug that problem?


"MLH" <CRCI@NorthState.net> wrote in message
news:7the21d5atkn8icgngvek9jrvgnnsteim8@4ax.com...[color=blue]
> 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?[/color]


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.


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.