Applescript and Filemaker Pro

TazmanDman

Registered
I'm trying to write a script to automatically open Filemaker, look up a remote host, and open the different database windows without having to do it manually every day.

I've started it, but I can't get it to open even 1 object that I tell it to.

Here's what I've got so far:

tell application "FileMaker Pro"
activate
get remote URL "FMP6://XYZ.com"
end tell

what do I do from here? I need to get it to actually open XYZ.com and then access those database windows. right now it just opens up remote hosts and doesn't select XYZ.com automatically

any help is definitely appreciated
- Taz
 
Back
Top