July 17, 200124 yr 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
July 17, 200124 yr 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
Create an account or sign in to comment