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

Recommended Posts

Posted

Hello, I'm a newbie and I'm still learning the functions of Filemaker. What I'm trying to find out now is how to trigger an event (like running a script) after entering data to a specific field? But I've read from other posts in the forum that says triggering a script on field exit is only possible using a plug-in. I tried the example-plugins from www.filemakerpros.com but I think it only works for Filemaker 7 and I have Filemaker 6. So is there a free plug-in about triggering an event on field exit that works for Filemaker 6?

  • 2 weeks later...
  • Newbies
Posted

(Still fairly new to filemaker, but to the best of my knowledge...)

This IMHO is a major failing of filemaker. There is no 'OnExit' event triggering. However in filemaker 7 plugins have been given the ability to run scripts meaning that a calculation field (that must validate on exit) could call the plugin from its validation. Its a quirky work around and only available in Filemaker 7 as far as I'm aware.

In my own projects I've setup scripted buttons for both entry and exit of a layout and done my own validation in these events.

  • 3 weeks later...
Posted

Try working with an event based plugin for a while and you'll see why Filemaker might be cautious about using it. For instance, there is a free shell script plugin from Abstrakt.com. I recently did some testing with it, setting it up to append a line of text to a log fiile every time a field is modified. And guess what?

It turns out that if you import data, this calculation triggers N times for ONE record, where N is the number of data fields, because that's how the Filemaker calculation engine updates. If you import 400 records, the log file will show about 806 records.

  • 2 weeks later...

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