I can get the remote apple events to work with my own script. I can call the script from my OS9 machine and get it to run my handler. The problem at this point is that it will prompt me for a password and I would rather build the password into the code. Anytime I add it to the code I get a -916 error.
Here is the code that works…
using terms from application "Finder"
tell application "PS_DB_Input" of machine "eppc://mnautomac2"
input("x", "y", "z", "5/10/2003")
end tell
end using terms from
If I try and add the user name & password that is when I will get the error at compile time…
using terms from application "Finder"
tell application "PS_DB_Input" of machine "eppc://username:password@mnautomac2"
input("x", "y", "z", "5/10/2003")
end tell
end using terms from
Any help would be GREAT!
Thanks,
Dave