ClarisImpact 2.0: AppleScript Dictionary

AppleScript commands for ClarisImpact 2.0

This information was provided by Claris Corporation on 16 March 1998, and incorporated into Apple Computer's Tech Info Library.

The ClarisImpact 2.0 AppleScript dictionary includes only the 6 commands listed below. There is no ability to do a menu item or copy and paste. For additional flexibility in working with other applications such as FileMaker Pro, a solutions developer will need a scriptable third application such as QuicKeys from CE Software.

----------------

ClarisImpact 2.0 AppleScript Dictionary

open: Open the specified object(s)
open alias -- list of objects to open

print: Print the specified object(s)
print alias -- list of objects to print

quit: Quit application
quit

run: Sent to an application when it is double-clicked
run

Save Document: Saves the front most document.
Save Document string -- Optional parameter. This is the name
of the document you want to save. If not specified the top most
window will be saved.
[New Name file specification] -- Optional parameter.
This contains a new full path and file name. If not specified
the current window name will be used for the filename and the

file will be saved to the application folder if not previously
saved.

Close Document: Closes the front most document.
Close Document string -- Optional parameter. The name of the
window to close. If not specified the top most window will be
closed.
Save boolean -- Required parameter. Do you want the
document saved before closing?
[New Name file specification] -- Optional parameter.
This contains a new full path and file name. If not specified
the current window name will be used for the filename and the
file will be saved to the application folder if not previously
saved.
Result: 'Null'

Published Date: Feb 18, 2012