Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set bell to
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00051216
Message ID:
00051361
Views:
35
>does anyone know how to get good results from set bell to with vfp5.
>the old combos we were using in 2.5 for dos just sound horrible and all the same.
>i'd like to set it to a wav file, but half the machines we are supporting dont have sound cards

Without a sound card, I don't know how one could hear it. But this is a method I have in my base template form.

PlayWav
LPARAMETERS lcSound

lcSound = LOCFILE(lcSound, "WAV")
SET BELL TO lcSound, 0
??CHR(7)
SET BELL TO

Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform