home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Syntax Examples / Sort examples < prev    next >
Encoding:
Text File  |  1992-11-25  |  163 b   |  5 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Sort first Layout of window 2 by Field 2 of window 2
  3.     Sort first Database
  4.     Sort first document by {Field "a", Field "d"}
  5. end tell