Help

Table Of Contents
FILEMAKER PRO HELP 1148
Example 1
Allows the user to log into a different account and updates the visibility state of the Confidential
object. The Confidential object hides when the user is not logged in to the Admin account.
Re-Login [ ]
Refresh Object ["Confidential"]
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Beep
Purpose
Plays a system beep sound.
Format
Beep
Options
None.
Compatibility
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
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script No
FileMaker Go Yes
Custom Web Publishing No
FileMaker WebDirect No
Runtime solution Yes