Help

Table Of Contents
FILEMAKER PRO HELP 1108
Originated in
FileMaker Pro 6.0 or earlier
Description
The Recover command makes an aggressive attempt to reopen a damaged file. It is intended for
data recovery, not file repair. Do not use the Recover command as part of routine file maintenance.
FileMaker Pro attempts to recover as much of the information in a damaged file as possible, and
then creates a new, recovered file. The original file is not deleted or replaced.
Note Before you begin, be sure you have enough disk space for the recovered file. If there isn't
enough space, the recovered file won't be usable.
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
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Print Setup
Purpose
Sets print options, such as paper size and orientation, which can be stored with this script step.
Format
Print Setup [Restore; No dialog]
Options
Perform without dialog prevents the Print Setup dialog box from displaying when the
script step executes. If you select Perform without dialog, the output from this script step
will be sent to the last specified printer and not the one specified in the Edit Script dialog
box.
Select Specify page setup or click Specify to open the Print Setup dialog box and choose
page setup options that are stored with the script step.
Custom Web Publishing No
FileMaker WebDirect No
Runtime solution Yes
Where the script step runs Supported