Re: remote apple / FileMaker Pro
Re: remote apple / FileMaker Pro
- Subject: Re: remote apple / FileMaker Pro
- From: Malcolm Fitzgerald <email@hidden>
- Date: Wed, 12 May 2004 11:35:48 +1000
At 12:17 PM +0200 10/5/04, jacques couzteau wrote:
Hello List,
I would like to open a FileMaker Pro (version 5.5) database on a remote
machine and create some data. It is important that filemaker runs on a
remote machine not the machine where i'm running the applescript.
<snip>
property remote_IP : "eppc://192.168.50.1"
property remote_FileMakerPro : application "FileMaker Pro" of machine
remote_IP
property remote_Finder : application "Finder" of machine remote_IP
property Databasename : "MyFMProdatabase"
property HCSMacHardwareBase :
"laxmi:Users:jochen:Documents:work:Profiler:databases:" & Databasename
-- problem 1: use the finder to open the filemaker
tell app "Finder" of machine remote_IP to open application file id "FMP5"
tell remote_FileMakerPro
using terms from application "FileMaker Pro"
-- problem 2: use the variable DatabaseName
open file database with password "secret"
--
Malcolm Fitzgerald
Database Manager
The Australian Society of Authors
Promoting and protecting the
professional interests of
Australia's literary creators.
ph: 02 9318 0877 fx: 02 9318 0530 <
http://www.asauthors.org>
PO Box 1566 Strawberry Hills NSW 2016
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.