I have a form with a timer event that runs the following code:
SET BELL TO thatplace+'\Settings\_CSRAlert.wav'
? CHR(7)
SET BELL TO
thatplace is a data location.
When I run this form from within FoxPro, the sound plays.
When I run this form from the executable, I get no sound and no error. I have run this form both ways on the same machine. Any help would be appreciated.
SET BELL TO thatplace+'\Settings\_CSRAlert.wav'
? CHR(7)
SET BELL TO
thatplace is a data location.
When I run this form from within FoxPro, the sound plays.
When I run this form from the executable, I get no sound and no error. I have run this form both ways on the same machine. Any help would be appreciated.