Displaying image based on four toggles
March 9, 2007 12:00 AM
Whew!!!Toggle alternatives:1. Instead of using 0/1 consider -1/+1. Toggle comes by multiplying by -1.2. Create an empty text box out of the way. Attach the actions:On Hide b=1On Show b=0Then by toggling the text box visibility using the Toggle Visibility action, you flip flop the value of b.On a different note, you will likely run into problems with your Add Variables group because you are trying to keep a running total. I wrote code for 20 years before getting into training. If there is one thing I can tell you it is that running totals are VERY prone to bugs. Your best bet is to clear the total to 0 and add all the variables to it in one single group. In effect, you recalculate the total from 0.
Discussions have been disabled for this post