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 8005 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am writing a plug-in for my company and I need to run a script within the plug-in. Does anyone know the code for doing that? Or how I would go about doing that? Thanks.

Posted

Whoa! In Filemaker terminology, a plugin is a compiled C++ program, whereas a FM script is a Filemaker invention that is interpreted by Filemaker. You cannot run a script within a C program.

Now, what is it that you really want to do?

Steve

Posted

I guess I didn't quite phrase that right. Is there some kind of trigger or something that you can send to filemaker to activate a script or anything? Because I've seen plug-ins that will run a script, I just want to know how they do it. Thanks.

Posted

There are loads of ways to trigger a script: you can put a button or graphic on a layout and attach a scipt (right click to get the context menu), you can assign a script to a field, so that when the user enters the field the script runs. The only thing you can't do easily without a plugin is execute a script when the user exits a field.

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