Windows API Calls for Powerbuilder 5.0
¹®Á¦
Beep()
ÇØ°á
The Beep function causes the system to make an internal beep sound. This is identical to the Powerbuilder function Beep( ).
Global External Function: FUNCTION boolean Beep(long freq,long dur) LIBRARY "Kernel32.dll"
Script: Boolean rtn Long ll_freq, ll_dur ll_freq = 500 ll_dur = 20 rtn = Beep(ll_freq, ll_dur)
ÂüÁ¶