Re: FileMaker "Get remote URL" - avoiding dialog
Re: FileMaker "Get remote URL" - avoiding dialog
- Subject: Re: FileMaker "Get remote URL" - avoiding dialog
- From: Ludmila Spector <email@hidden>
- Date: Mon, 18 Aug 2003 13:01:31 -0400
Thanks, but it didn't help so far:
getURL instead of "get remote URL" gives me "event not handled error", when
I tried
get remote URL "fmp5://email@hidden/MyDatabase.fp5" - it behaves
the same way as without explicit path. Still prompts me to choose the file
and supply password.
any other thoughts?
At 11:53 AM 8/18/2003, David Durkee wrote:
Try this:
tell application "FileMaker Pro"
activate
getURL "fmp5://email@hidden/MyDatabase.fp5"
end tell
substituting the correct IP address, password, and database name of course.
David
On Monday, August 18, 2003, at 10:48 AM, Ludmila Spector wrote:
I wonder if anybody can help me with this.
I have an Applescript that first gets a remote URL via FileMaker Pro
client from FileMaker Server 5.5
tell application "FileMaker Pro"
activate
set FMname to get remote URL
......
end tell
then uses the database name from that URL to process records.
the problem is that the Get Remote URl function puts up a dialog that a
User must then manually select the file in before anything else
continues. I would like to totally automate this.
How can I tell Filemaker Pro to directly open a specific known remote URL
directly instead of needing the User to choose it?
thanks
_______________________________________________
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.