Reference > Script steps reference > Miscellaneous script steps > Beep
 
Beep
Purpose 
Plays a system beep sound.
See also 
Format 
Beep
Options 
None.
Compatibility 
 
Where the script step runs 
Supported 
FileMaker Pro 
Yes 
FileMaker Server 
No 
FileMaker Go 
Yes 
Custom Web Publishing 
No 
FileMaker WebDirect 
No 
Runtime solution 
Yes 
Originated in 
FileMaker Pro 6.0 or earlier
Example 1 
Performs a find. If no records were found, beeps.
Set Error Capture [On]
Perform Find [Restore]
If [Get ( FoundCount ) = 0]
Beep
Show Custom Dialog ["No records were found."]
End If
Related topics 
Script steps reference (alphabetical list)
Script steps reference (category list)