C cheeses Guest Sep 12, 2009 #1 I'm new to all this and currently just trying to add up values in combo boxes. Is there a way to auto calculate without the need to click an "equal" button?
I'm new to all this and currently just trying to add up values in combo boxes. Is there a way to auto calculate without the need to click an "equal" button?
L Leon Blade New member Sep 12, 2009 #2 Yes, you can add a listener to each of the boxes that calls a function that updates whenever you change your selection of each combo box.
Yes, you can add a listener to each of the boxes that calls a function that updates whenever you change your selection of each combo box.