FileMaker "Get remote URL" - avoiding dialog
FileMaker "Get remote URL" - avoiding dialog
- Subject: FileMaker "Get remote URL" - avoiding dialog
- From: Ludmila Spector <email@hidden>
- Date: Mon, 18 Aug 2003 11:48:19 -0400
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.