Script Steps Reference

Table Of Contents
Records script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 118
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 [With dialog: Off]
End If