Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

  • Newbies
Posted

I am trying to deploy an application cross platform using the Runtime of FileMaker 11. I have it working on the Mac. I previously had this working in Windows 7. I currently copy my FileMaker file over to Windows to make minor modifications on that platform before generating a runtime for Windows. This previously worked, I do not know what changed. I can see the ScriptMaster plugins through the Preferences dialog. When I open Scripts now in FileMaker Advanced, I only see the Basic Functions and not the library of functions like "Select a File". So the functions I inserted before on the Mac side now show "Function Missing". I used the method of Copy and Paste to add to my startup script the functions I needed. I did download and register for the free version of ScriptMaster, so the plugin does show a key. Any help would be greatly appreciated. Thank you.

Posted

You also have the plugin in the ext.'s folder?

Also your method for Copy and Paste .... did you use the SM field copyable?

It gives you the format such as :

RegisterGroovy( "MyThing( field1 ; field2 ; field3 )" ; "/*********************************************¶

* This isi my script to do whatever¶

¶

import java.io.*;¶

¶

	JSch jsch = new JSch();¶

		Session session = null;¶

¶

		String result_text = \"\";¶

		// Use External Function SMGetVariable( variableName ) to return to FM¶

		try {¶

.................................... etc.

  • Newbies
Posted

Thank you for your reply. I realized my code was skipping over the registration calls in my startup script. A prior error that I fixed masked this error. It's working great now, and thanks again.

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