Remote FileMaker Database Access
Remote FileMaker Database Access
- Subject: Remote FileMaker Database Access
- From: David Crowe <email@hidden>
- Date: Sat, 13 Oct 2007 08:01:33 -0700
Title: Remote FileMaker Database
Access
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:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden