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

  1. tell application "FileMaker Pro"
  2.     class of document "Test1"
  3.     best type of document 2
  4.     default type of document -2
  5.     name of document 1
  6.     modified of first document
  7. end tell