stefangs Posted December 21, 2003 Posted December 21, 2003 i'm trying to understand the logic of the status(currentmessagechoice) parameter. if there's no dialog directly preceding the evaluation, does it remain at it's last value? sometimes it seems to stick, sometimes not. perhaps it's cleared when a new script or subscript is invoked. anyone know for sure? thanks!
Jim McKee Posted December 21, 2003 Posted December 21, 2003 Great question. I've puzzled over this a few times, and I've searched the FileMaker docs, the FSA TechInfo KB, etc. but have never found a description of the internal rules for storing the value. I hope someone jumps in here with the definitive answer. One thing I've done in my scripts when I can't re-capture the user's selection with a If[status(CurrentMessageChoice)] step is: Show Message [ Buttons:
John Caballero Posted December 22, 2003 Posted December 22, 2003 The value doesn't seem to stick once a new script step is processed. Setting the result in a global is a good practice, especially if you don't want to evaluate the message choice right away.
stefangs Posted December 23, 2003 Author Posted December 23, 2003 storing into a global... that'll do the trick. thanks!
Recommended Posts
This topic is 7645 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