home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Apple Script / 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