Jesse Barnum Posted August 5, 2007 Posted August 5, 2007 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
Mighty-Mouse Posted August 21, 2007 Posted August 21, 2007 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
Tori Mitchell Posted August 23, 2007 Posted August 23, 2007 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.
Jesse Barnum Posted August 25, 2007 Author Posted August 25, 2007 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.
shmert Posted October 2, 2007 Posted October 2, 2007 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now