home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-25 | 516 b | 16 lines | [TEXT/ToyS] |
- tell application "FileMaker Pro"
- go to window 1
- go to record 4
- go to layout 2 of database 2
- go to cell 3 of record 5
- go to request 1
-
- go to (create record) -- make a newly created record active
- go to (duplicate record 1) -- make a newly duplicated record active
-
- go to record after current record -- go to next record
- go to record before current record -- go to previous record
-
- go to layout after current layout -- go to next layout
- go to layout before current layout -- go to previous layout
- end tell