Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

ScriptMaster is a free java plugin from 360Works (http://www.360works.com/scriptmaster) which allows you to execute Java code from within FileMaker Pro.

This forum is the official discussion area for discussing how to use ScriptMaster. It is also where we will post notices of new utilities (ready-made script snippets) for use with ScriptMaster. Please use this forum to find out about the newest utilities and features of ScriptMaster; comment on existing utilities; and provide feedback and suggestions for ways in which we can improve ScriptMaster. There is an RSS feed available with this forum

  • 3 weeks later...
Posted

i was always wondered if do the data entry from filemaker to the web and get the result back from web. what i mean is if there is a blank field on the web where i need to enter my name or something , i enter my name into filemaker field and let it excute entering the name into the web.

and trigger the web's next action like go to next or search something. can scriptmaster do something like this ?

thanks,

kyle

Posted

The short answer to your question is, yes, yes it can. Problem is that you'd have to write the entire stack between the FM Layer and the Web Layer in Groovy (SM's back-end language).

ScriptMaster is a Groovy implementation of Java hence, you can do ANYTHING that you can do with Java with it. English, you can do anything at all including but not limited to what you're talking about.

Problem is, that you'll have to learn Groovy/Java. Benefit is that you'll be learning another tool and a powerful one for extending FM's native abilities.

Posted

Michael's right, you could do this with ScriptMaster, but it would be a major undertaking. I'd check into the java.awt.robot class if you wanted to give it a shot.

  • 1 month later...
Posted

Also, you might check out selenium: http://www.openqa.org/selenium-rc/

You can write automated scripts that execute in your browser. "Click button labeled 'send'", for example. Pretty neat stuff!

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