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

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

Recommended Posts

Posted

Hello!

I am using Go on an iPad and trying to trigger remote scripter on another machine. This is done easily enough with an open URL script step. What I really want to do is trigger the script without having to leave FM and launch the browser. Anyone have an idea of how to do this?

Thanks in advance, 

Wes

Posted

I figured out how to do it with a user click. I just used a web viewer with a custom web address. Like this: 

 

 

"data:text/html," &
"<html>
<body>
<a href="http:/IpOfRemoteScriptMachine:PortNum/">Click Me</a>
</html>
</body>"
 
I would still like to figure out how to launch it within script steps.
Posted

Not sure if it's the best way of doing it, but I did manage to figure out a way to trigger remote scripter from the ipad without leaving filemaker. I added a blank web viewer to my layout and named it Web. Then I use these scripts.

 

Set Web Viewer [Object Name: "Web";URL: ""]

Refresh Window

Set Web Viewer [Object Name: "Web";URL: "http:/IpOfRemoteScriptMachine:PortNum/"]

 

Seems to work pretty well.

If anyone has more suggestions, I'm all ears.

  • Like 1
  • 3 weeks later...
Posted

wlitzau,

I think the way you're doing it is the best way. If plugins ran on FMGo, then 360Works WebAssistant would be perfect for this application. Alas, without plugins, a webviewer looks like your only choice.

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