Plays a system beep sound.
None.
Product  | Supported  | 
FileMaker Pro Advanced  | Yes  | 
FileMaker Go  | Yes  | 
FileMaker WebDirect  | No  | 
FileMaker Server  | No  | 
FileMaker Cloud products  | No  | 
FileMaker Data API  | No  | 
Custom Web Publishing  | No  | 
Runtime solution  | Yes  | 
FileMaker Pro 6.0 or earlier
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