dcecil Posted July 17, 2001 Posted July 17, 2001 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
Chuck Posted July 17, 2001 Posted July 17, 2001 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
Recommended Posts
This topic is 8899 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 accountSign in
Already have an account? Sign in here.
Sign In Now