Newbies BuzzT Posted August 14, 2010 Newbies Posted August 14, 2010 (edited) Hi, I have a script that pulls some data from the web with a web viewer object. On a FM client I use the pause script step to wait for data to be loaded. As this script step is not available for the server, I am having troubles getting the same script to work on the server. Does anybody have a solution how to pull data and from the web and use it in calculations on Filemaker Server in a scheduled script? best, Sebastian Edited August 14, 2010 by Guest
fseipel Posted August 15, 2010 Posted August 15, 2010 The Set Web Viewer function is not compatible with server scheduled scripts. You should be able to achieve this using ScriptMaster or cURL. ScriptMaster will run on Server.
Agnes Riley Posted March 19, 2017 Posted March 19, 2017 What if you had to fill out a form, submit the data, then get it back? I'm using MBS to do this in FM, but client would like to run it unattended. There is no API.
MonkeybreadSoftware Posted March 20, 2017 Posted March 20, 2017 If you know which fields are transmitted, you can transmit the same without web viewer using our CURL functions.
Wim Decorte Posted March 20, 2017 Posted March 20, 2017 On 8/14/2010 at 12:34 PM, BuzzT said: I have a script that pulls some data from the web with a web viewer object. On a FM client I use the pause script step to wait for data to be loaded. Expand You can save yourself the pause by looping and waiting until the closing HTML tag appears, that way you'll know the page has loaded and you don't need to depend on an arbitrary pause.
Recommended Posts
This topic is 2915 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