Jump to content

Search company website


Tusif Ahmad

This topic is 5730 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 by Guest
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 by Guest
Link to comment
Share on other sites

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" )

Link to comment
Share on other sites

This topic is 5730 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.