home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-25 | 426 b | 19 lines | [TEXT/ToyS] |
- tell application "FileMaker Pro"
- Get Data first Cell
- Get Data last Cell
- Cell 1 thru 5
- Get Data every Cell
- Record 2
- Get Data middle Record
- Record 1 thru 4
- every Record
- first Cell of window 2
- Get Data last Cell of Database 2
- Cell 1 thru 5 of document 2
- every Cell of window "Test1"
- Record 2 of Database "Test1"
- middle Record of last window
- Record 1 thru 4 of last document
- every Record of last Database
- end tell
-