dcecil Posted August 7, 2001 Posted August 7, 2001 I have a field that is auto-populated with an "X" when any one of 6 fields are changed. It works fine, but now I need it to pop up a message asking whether to print or not. The X field is set up in the field definition, so I don't know if this can be added to the calculation or a script has to be called.
LiveOak Posted August 7, 2001 Posted August 7, 2001 Printing can't be part of a calculation, you will need a script. There is not direct way to trigger a script with the change of the result of a calculation. There is a plug-in that will trigger a script upon exit from a field. -bd
dcecil Posted August 16, 2001 Author Posted August 16, 2001 I don't want it to call a print, I just want it to show a message when the field changes. The message will just ask, "Do you want to print?". The field that is populated with an "X" when it is changed is already in place and working. Is there any way for it to "Show Message" when that change takes place? I hope this explains it a little better. Thanks
BobWeaver Posted August 20, 2001 Posted August 20, 2001 You can create a calculated field like so: PrintMsg = case(ChangeField="X","Would you like to print?","") You can combine it with the hidden portal trick to display a print button when the changefield has an x in it.
Recommended Posts
This topic is 8501 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