• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Opening a shared FM database (was Re: A Script)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Opening a shared FM database (was Re: A Script)


  • Subject: Re: Opening a shared FM database (was Re: A Script)
  • From: David Durkee <email@hidden>
  • Date: Fri, 8 Aug 2003 19:46:13 -0500

Hmm. The only differences in our setup is that I am using FMP 5.5 and running on Mac OS X. Are you set up to use TCP/IP networking in your FileMaker application preferences? That might make a difference. (I am.) I'm assuming that the server has the database open and that you have no trouble connecting to it remotely using the GUI. (This command tells the client app to open the shared database, it doesn't tell the server to open the database for sharing.) The password is for access to the database, not the server.

David

On Friday, August 8, 2003, at 03:32 PM, Paul Thompson wrote:

Hi David,

I gave it a shot, using my info, and it gives me an error of "FileMaker Pro got an error: The event failed." The part that comes back highlighted in blue in the script is: getURL "fmp5://email@hidden/MyDatabase.fp5" I had to put the remote back into the get URL, otherwise I receive an "Event not handled" error. Any thoughts as to what I'm doing wrong? I'm using a 10.2.255.255 number if that's any help for the server IP. Also, is the password part for the filemaker pro server itself, or the specific database?

Thank you

Paul

On Friday, August 8, 2003, at 02:52 PM, David Durkee wrote:

This is a script I use to log into a database I use frequently:

tell application "FileMaker Pro"
activate
getURL "fmp5://email@hidden/MyDatabase.fp5"
set bounds of window 1 to {1, 44, 968, 655}
end tell

The last line is only necessary because the database owns by default in a window that it too large for my screen.

David

On Friday, August 8, 2003, at 01:00 PM, Paul Thompson wrote:

Hi everyone,

I am trying to write a script to tell Filemaker on a local machine to open a file hosted on our Filemaker server at start up. I am using FileMaker Pro 6 in OS 9.2.2 on the local machine, and Filemaker server 5.5 running on an OSX 10.2.6 machine. This is the script that I have so far:

tell application "Filemaker Pro"
get remote URL "FMP5://OSX_Filemaker/Instrument Signout"
go to "Instrument Signout"
open "Instrument Signout"
[password]
end tell

I have managed to be successful enough to get it to open the Filemaker server. After that it just sits there waiting, listing all of the files hosted on the server. My ability to Applescript is, not very good, to put it mildly. Can anyone perhaps give me a push in the right direction?

Thank you in advance

Paul
_______________________________________________
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.


--
David Durkee
email@hidden
<http://ddurkee.homeip.net/>
_______________________________________________
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.


--
David Durkee
email@hidden
<http://ddurkee.homeip.net/>
_______________________________________________
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.

References: 
 >Re: Opening a shared FM database (was Re: A Script) (From: Paul Thompson <email@hidden>)

  • Prev by Date: Re: Going Nuts Over (get screen list)
  • Next by Date: Folder locations?
  • Previous by thread: Re: Going Nuts Over (get screen list)
  • Next by thread: Re: Get a list of applications
  • Index(es):
    • Date
    • Thread