View Single Post
  #8  
Old May 15th, 2008, 10:58 AM
hkinzler hkinzler is offline
Registered User
 
Join Date: May 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
hkinzler is on a distinguished road
Question Little Bugs...

Again barhar, your solutions are working! However, I am finding out more and more complications...so, if this thread is still active, I have a couple more things to take care of, but I feel if anybody else, you or even me find a solution to have this script run smoothly, it could be a great useful tool for others that happen to find themselves in the situation that I'm currently in.

First, I was having the most trouble with FileMaker Pro (v8.5) opening the database file, which is stored remotely on a server. AFter trial and error, along with other forum help searching, I found a solution that worked for me, with the line:

getURL "fmp7://[username?]:[password?]@192.168.0.103/[databasefile]"

Now, after being able to have FileMaker open the file "Applicants" remotely without prompting me for the username and password, I have run into a new program. My applescript knowledge is limited, (but I'm learning more and more now!) but the error I get now is:

FileMaker Pro got an error: Object not found.

With that dialog box, a section of code is highlighted:

{(every cell of document 1 whose name is firstNameCell), (every cell of document 1 whose name is eMailAddressCell)}

I hope that this error is due to FileMaker not being able to find said emails and firstnames, and not something completely different.

In the mean time, I will search my heart out to find a solution to this "Object not found" error with the cells. (I think its something with the cells?)

Thank again!
Reply With Quote