Lashex Posted September 12, 2005 Posted September 12, 2005 I would like to click on a button in Filemaker and send text from a field to the Google Search WSDL-defined web service. I would expect the behavior to be similar to the "Open URL" action and open a window to show the results of the invocation.
Lashex Posted September 16, 2005 Author Posted September 16, 2005 OK this is not what I was specifically trying to do so my question still stands; however, I figured I would share this AppleScript code. This code is what I currently use as a FM Calculated Applescript to open a Google search page in the Safari (MacOS X) browser. The search query is comprised of text from fields in the database which are used as keywords. "tell application" & ""Safari"" & ¶ & "make new document at end of documents" & ¶ & "set URL of document 1 to "http://www.google.com/search?hl=en&lr=&c2coff=1&client=safari&rls=en&q=" & FooTO::BarData & "+" & FooTO::NeetData & "&btnG=Search"" & ¶ & "end tell"
comment Posted September 16, 2005 Posted September 16, 2005 So why not use the same URL in a Open URL script step?
Lashex Posted September 17, 2005 Author Posted September 17, 2005 (edited) The only tiny difference is that this will explicitly open Safari. Edited September 17, 2005 by Guest
Recommended Posts
This topic is 7007 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