Jump to content
Server Maintenance This Week. ×

Lookup


ajthornton

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

Recommended Posts

  • Newbies

I am new to filemaker. I am wondering if it is possible to have some sort of lookup function. What I want to do is develope my own database for my movies, books, etc and have a function or script that will lookup information from the internet about the item. I want to create something like what delicious library is doing. You can put in your book ISBN, and it will pull the author, title, year, ect and populate the fileds you want.

Link to comment
Share on other sites

if you want to do this with a webviewer ( however I think it is better to use webservices (with ScriptMaster for example) ) you can load the page in the webviewer.

With GetLayoutObjectAttribute ( "myWebViewerName" ; "content" ) you can extract the HTML source of the page. You need to find in this HTML code where the necessary information is, and store it in a field.

Link to comment
Share on other sites

This topic is 5168 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.