Jeff Hough Posted June 22, 2012 Posted June 22, 2012 I have a non-FMP solution that needs to call FMP and isolate a single record in a table. I like the fmp7script method available to FMGo, but it doesn't appear to be available on the desktop. One the desktop, is there a way to have a browser (or another app) post to the following URL: fmp7script://192.168.1.1/Records.fp7?script=JeffTest¶m=1110305 With FMGo, this will run the script "JeffTest" with the parameter "1110305". Question, can ScriptMaster listen for this type of request and act? If not, anyone have any ideas? Thanks, Jeff
mselbach Posted June 23, 2012 Posted June 23, 2012 There is a nice plugin for this kind of task: http://www.360works.com/remotescripter/ allows execution of registered scripts by an url call. You can also pass params to the script.
Jeff Hough Posted June 24, 2012 Author Posted June 24, 2012 I am aware of RemoteScripter. Since RemoteScripter, and most of 360Works plug-ins, share the same codebase ScriptMaster, I was hoping to only distribute one plug-in, not two. Any thoughts?
Recommended Posts
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