raymanj Posted September 27, 2004 Posted September 27, 2004 I have been having a problem with the "Open URL" script step in Filemaker 7. It seems that it is not case sensitive. Can anyone confirm this. I cannot open URLs with capital letters in them. Mac OSX 10.3 FM 7.0v2
Fenton Posted September 27, 2004 Posted September 27, 2004 Yes, others have noticed. Try this AppleScript, in a Perform AppleScript step. You need a field "theURL" on the current layout (at least for the way I wrote this). tell current record of window 1 set theURL to cell "theURL" end tell tell application "loginwindow" to open location theURL
raymanj Posted October 6, 2004 Author Posted October 6, 2004 They fixed it in FM 7v3 ReadMe file: 1.4.10. In Mac OS X, the Open URL script step no longer changes uppercase characters to lowercase when processing URLs.
Recommended Posts
This topic is 7615 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now