Jump to content

Web Viewer & Filemaker Server


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

Recommended Posts

  • Newbies
Posted (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 by Guest
Posted

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.

  • 6 years later...
Posted

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.

Posted
  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.

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 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.