Re: Remote FileMaker Database Access
Re: Remote FileMaker Database Access
- Subject: Re: Remote FileMaker Database Access
- From: David Crowe <email@hidden>
- Date: Sat, 13 Oct 2007 11:09:28 -0700
Title: Re: Remote FileMaker Database
Access
Dana;
Well, it appears that this works for you, but it doesn't work for
me. I get "event failed" if I use "FMP7:" and no
action or errors if I used "fmnet:". I have tried with and
without the angle brackets around the URL that the dictionary shows,
and with and without the "URL:" prefix.
Regards,
David Crowe
At 12:36 PM -0400 10/13/07, Dana Hill wrote:
I believe getURL is what you're looking
for.
tell
application "FileMaker
Pro"
activate
--opens database
for MSSQL DSN
getURL
"FMP7://xxx.xxx.xx.xxx/Chart_production"
On Oct 13, 2007, at 11:01 AM, David Crowe
wrote:
The following AppleScript code opens up a
window in FileMaker Pro from which a remote database can be chosen,
but does not open the specified file. The same behavior occurs when
"FMP7:" is replaced by "fmnet:" or when
".fp7" is put on the end of the database
filename.
Has anyone had success with the "get
remote URL" command in the FileMaker dictionary?
- David Crowe
tell
application "FileMaker
Pro Advanced"
activate
get remote URL
"FMP7://username@password:xxx.xxx.xxx.xxx/IFAST-Central"
end tell
_______________________________________________
Do not post admin requests to the list.
They will be ignored.
AppleScript-Users mailing
list (email@hidden)
Help/Unsubscribe/Update your
Subscription:
rketer.com
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden