Tusif Ahmad Posted September 7, 2008 Posted September 7, 2008 (edited) I have a list of company names in one field. I want webviewer to search that company and then on other field it should save website of that company. Is it possible, Your kind help will be appreciated. Tusif Edited September 7, 2008 by Guest
mr_vodka Posted September 8, 2008 Posted September 8, 2008 First I would update your post profile as the webviewer does not exist in FM6. Second, what do you mean by "search that company"? do you mean a search engine search such as google or yahoo? A little more info and clarification is needed here.
Tusif Ahmad Posted September 8, 2008 Author Posted September 8, 2008 (edited) Hi, First of all sorry for selecing wrong client info. I am looking actually company's website. So I think first of all it should search in yahoo or google or any other engine. Then from there it should shift the site (URL) to my database field. Adding to this I did just now one big mistake. I was designing this solution and put the password. I created thank you secreen with pause of 2 sec. Which I was interested to put at closing script. and by mistake I put it in opening script. Now when i am opening its pause for 2 sec and closing it down. Unfortunately I have "Allow user abort statement also in the script" Please help, I have lot of work done in this software and I can not go inside. I am using filemaker 9 advanced. Edited September 8, 2008 by Guest
Tusif Ahmad Posted September 8, 2008 Author Posted September 8, 2008 Sorry Vodka, I could go inside. I went to script debugger and from there I re edited the script and then I went inside. Just help me now with URL issue, pleas.
Fitch Posted September 8, 2008 Posted September 8, 2008 The webviewer has a built in Google search template, it looks like this: "http://www.google.com/search?" & "q=" & "" You can make it search your field by modifying it: "http://www.google.com/search?" & "q=" & my::company Assuming you click the link that Google finds and your web viewer is now displaying the company site, you can make a button that stores the URL in a field with this script step: Set Field( my::URL; GetLayoutObjectAttribute("myWebViewer" ; "source" )
Recommended Posts
This topic is 5932 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