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 17:12:16 -0400
Tip: getURL command seem to require database name with an extension .fp5
Mine is called just "INFO REQUESTS" and at first I was getting error "event
failed" - same as Paul. But when I referenced it as:
getURL "FMP5://mypassword@myHostname/INFO REQUESTS.fp5"
tell database "INFO REQUESTS.fp5"
......
end tell
it works fine. And I don't have to rename my database, just reference it
with an extension.
_______________________________________________
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.