Answered
add prices and display in dynamic text box
Hey,
I have a combobox and radio buttons with specific prices that I want attached depending on the choice the user makes. I'm having trouble getting the application to add the total of the selections and display the total in a dynamic textbox.
I am trying to use global variables. I set them to a certain value depending on what is selected. At the end I set add them up in the variable total and set that equal to the text box named totalPrice.
Right now the value of the global variables is not being returned from their functions.
Any suggestions for how to do this correctly?
Thanks!
I have a combobox and radio buttons with specific prices that I want attached depending on the choice the user makes. I'm having trouble getting the application to add the total of the selections and display the total in a dynamic textbox.
I am trying to use global variables. I set them to a certain value depending on what is selected. At the end I set add them up in the variable total and set that equal to the text box named totalPrice.
Right now the value of the global variables is not being returned from their functions.
Any suggestions for how to do this correctly?
Thanks!