Help

Table Of Contents
FILEMAKER PRO HELP 1045
Example 2
Asks if the user wants to delete all records in the current found set.
Show Custom Dialog ["Do you want to delete all " & Get ( FoundCount ) & "
records found?"]
If [Get ( LastMessageChoice ) = 1]
Delete All Records [No dialog]
End If
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Open Record/Request
Purpose
Makes an existing record or find request available for editing if the current user has record-editing
privileges.
Format
Open Record/Request
Options
None.
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Description
When performed on a record, this script step verifies that the user has sufficient access privileges to
edit the record. If the user has the proper privilege set, FileMaker Pro attempts to prevent others
from simultaneously editing or deleting the record. Once locked, the record is considered “opened”
and may be edited.
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Yes
FileMaker Go Yes
Custom Web Publishing Yes
FileMaker WebDirect Yes
Runtime solution Yes