Need something like an audible alarm
-
- Profound User
- Posts: 40
- Joined: Mon Apr 26, 2010 11:53 am
- First Name: RICHARD
- Last Name: RUTA
- Company Name: WILLAM B. MEYER
- Phone: 203.984.7175
- Address 1: 255 LONG BEACH BLVD
- City: STRATFORD
- State / Province: Connecticut
- Zip / Postal Code: 06615
- Country: United States
- Contact:
Need something like an audible alarm
Not a technical question. I need something to replace an alarm as records are added one at a time to a subfile. The user needs to see, formerly hear, from a distance that he has accomplished a bar code scan. Does anyone have a suggestion?
- Brian
- Profound Logic Staff Member
- Posts: 286
- Joined: Thu Apr 14, 2011 10:23 am
- First Name: Brian
- Last Name: May
- Company Name: Profound Logic Software
- Contact:
Re: Need something like an audible alarm
If they just need to see this from a distance, Maybe you just add a very large output field and output "Accepted" or "Rejected". You could even control the background color by binding to the background color property. You could then change the background color to green or red.
If you really need a beep, find a wav file of an acceptable alarm sound. Then you could put something like
document.write("<bgsound src=/sounds/beep.wav>");
in your onload event property where sounds is whatever folder you put the wav file in inside your web server folder. Since onload is not bindable, you may need two versions of the screen, one that beeps and one that does not and call the appropriate one as needed.
If you really need a beep, find a wav file of an acceptable alarm sound. Then you could put something like
document.write("<bgsound src=/sounds/beep.wav>");
in your onload event property where sounds is whatever folder you put the wav file in inside your web server folder. Since onload is not bindable, you may need two versions of the screen, one that beeps and one that does not and call the appropriate one as needed.
Who is online
Users browsing this forum: No registered users and 4 guests