How run a beep Wav file when a new record arrives ??

Hi all,
I would like to introduce a audio “beep” sound when a new record come into a refreshed grid . Every x seconds the grid is refreshed and the Select behind the grid check for new records.
I’ve tryed to put this code (it makes the beep !) into “OnRecord” Event but it starts ringing without stopping .
How can I trigger it only when a new record is shown on grid ? I mean to make it beeps only when a new records arrives. Thanks :wink:

$myAudioFile1 = “…/_lib/img/beep_mobile.wav”;
echo ‘<EMBED SRC="’.$myAudioFile1.’" HIDDEN=“TRUE” AUTOSTART=“TRUE”></EMBED>’;

Hello Giovannino,

Did you get this working?
Hope you can share the solution if you found it.

Best regards,
Sifu Ray

Hello Sifu,
I forgot most of things at all. At the end the only working solution was to develop a special mobile app that read mysql db and then emit a beep/sound to warn the operator that something was changed.
I’m not a programmer and so I asked help to Indian developer to make the apk . Then I installed it on the laboratory tablet.