re:Scripting Canto Cumulus Client 5
re:Scripting Canto Cumulus Client 5
- Subject: re:Scripting Canto Cumulus Client 5
- From: "Pete Willis" <email@hidden>
- Date: Tue, 13 Mar 2001 10:41:00 +0000
Try this, I have found that the documentation for Cumulus scripting is not that clear, I dont think it has been fully revised since the upgrade from version 4. There is also very little in the way of Cumulus scripts available from the web, well as far as I can find.
tell application "Canto Cumulus Client"
open remote database theName on theaddress as theUser login password thePassword
end tell
Pete Willis
D'Arcy Group UK
email@hidden
>
Date: Mon, 12 Mar 2001 16:51:22 -0500
>
Subject: Scripting Canto Cumulus Client 5
>
From: Gerard Beutler <email@hidden>
>
To: <email@hidden>
>
>
I need assistance in getting the client to connect to a server using
>
applescript.
>
>
I have this as a test script, but the 'connect' and 'server' are syntaxed as
>
parameters.
>
>
tell application "Cumulus 5 Client"
>
>
activate
>
>
set theServer to connect to server to "192.168.1.101"
>
>
end tell
>
>
This is from the sample script on page 27 of the Cumulus 5, single user
>
edition and applescript. If I add the user it does not effect the result.
>
What would be the syntax when using the workgroup version?
>
>
Are there any CCC5 script for the workgroup that are available on the web?
>
>
TIA.