Unsort Records
Purpose
Restores the records in the current found set to the order in which the records were entered.
See also
Format
Unsort Records
Options
None.
Compatibility
Where the script step runs | Supported |
FileMaker Pro | Yes |
FileMaker Server | Yes |
FileMaker Go | Yes |
Custom Web Publishing | Yes |
FileMaker WebDirect | Yes |
Runtime solution | Yes |
Originated in
FileMaker Pro 6.0 or earlier
Description
Use this script step when it's important to maintain the original creation order, as with invoices entered by invoice number or membership records entered by date.
Example 1
Goes to the Print Invoices layout, sorts the records, prints, returns to the original layout, then unsorts the records.
Go to Layout ["Print Invoices"]
Sort Records [Restore; With dialog: Off]
Print [With dialog: Off]
Go to Layout [original layout]
Unsort Records
Related topics