Variables

I have 5 text boxes.


On the button to show each box, I put a an "OnMExitShow" action where I call the "Next" button. 


On the "OnMExitShow" action, I put the conditions to perform the call only if the variables are true.


On the button itself, I put an "On Click" action to modify the variable.


And with your guidance, it works exactly that way I needed it to with much less code than I had been using.


The original conditions were var = clicked, Relationship = Contains, Value = abc


I had one condition for each combination of abc. It got rather lenghty when I had 4 boxes and impossible with 5.


 

Discussions have been disabled for this post