Beep
Plays a system beep sound.
See also
Options
None.
Compatibility
| Product | Supported |
| FileMaker Pro | Yes |
| FileMaker Go | Yes |
| FileMaker WebDirect | No |
| FileMaker Server | No |
| FileMaker Cloud | No |
| FileMaker Data API | No |
| Custom Web Publishing | No |
Originated in version
6.0 or earlier
Example 1
Performs a find. If no records were found, beeps.
Copy
Set Error Capture [On]
Perform Find [Restore]
If [Get ( FoundCount ) = 0]
Beep
Show Custom Dialog ["No records were found."]
End If