Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Playing a BEEP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00120982
Message ID:
00121024
Views:
18
>Is there a way to play a BEEP in VFP besides CHR(7) on a machine without a sound card?


try this:

set bell to 400, 2
?? chr( 7 )
set bell to 500, 2
?? chr( 7 )
set bell to 600, 2
?? chr( 7 )
set bell to
return

set bell to 800, 6
?? chr( 7 )
set bell to 500, 2
?? chr( 7 )
set bell to 400, 2
?? chr( 7 )
set bell to
return
Previous
Reply
Map
View

Click here to load this message in the networking platform