script keeps sending events to remote machine
script keeps sending events to remote machine
- Subject: script keeps sending events to remote machine
- From: Geoff Graham <email@hidden>
- Date: Mon, 12 Jan 2004 11:33:43 -0500
Hello All,
I have a script:
tell application "FileMaker Pro"
set q to name of window 1
end tell
tell application "watcher" of machine
"eppc://admin:email@hidden.0.4"
set x to New(q)
end tell
tell application "FileMaker Pro"
activate
go to x
end tell
On the last line, go to x, the error i get is:
watcher got an error: +class crow; id 1.2712202E+7 of +class cDB ;
"Invoices.SH1" doesn't understand the go to message.
"watcher" is an applescript application that makes new records in
filemaker. that machine of course also runs "Filemaker Pro"
so why is this script still targeting the remote machine outside of the
tell block?
thanks,
geoff
_______________________________________________
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.