Jump to content

Running a script from a field definition


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

Recommended Posts

I have a script that shows a "Do you want to print?" message. Is there any way that I can run this script when a field (using a value list) is modified? That is, when I select an item from the value list, the message pops up. I was thinking that there must be a way to put it in a validation for the field definition.

Thanks,

DaveC

Link to comment
Share on other sites

You can either do this within FileMaker by using a looping script or you can use a plug-in which allows you to run a script when a field is changed.

Here's the script for looping:

code:


Set Field [ gThe_Field, The_Field ]

Go to Field [ Select, The_Field ]

Loop

Link to comment
Share on other sites

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