Script Steps Reference

Table Of Contents
Files script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 196
Example 1
Opens Invoices Backup, then attempts to recover the database if it is damaged.
Open File ["Invoices Backup"]
If [Get ( LastError ) = 807]
Recover File [No dialog; "Invoices Backup.fmp12"]
End If