It looks like you're new here. Sign in or register to get started.
OnRun() BeepString[1] := 7; ShellExec('echo '+ BeepString); SLEEP(3000); BeepChar := 7; ShellExec('echo '+ FORMAT(BeepChar));
ShellExec(piExecCommand : Text[250]) SHELL('cmd','/c',piExecCommand);
Name DataType Subtype Length BeepString Text 1 BeepChar Char
Comments
BEEP(Frequency, Duration)
e.g
BEEP(300, 100) will beep the sound of 300Hz for 100 Miliseconds(1 Second)
You get BEEP from
C/AL symbol Menu -> DIALOG -> Functions -> BEEP
try this code in a codeunit: and this function in the Codeunit:
with following definitions:
br
Josef Metz
Josef Metz