Newbies ajthornton Posted March 15, 2010 Newbies Posted March 15, 2010 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.
andries Posted March 15, 2010 Posted March 15, 2010 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.
Recommended Posts
This topic is 5378 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