Adding in a textbox

abhi2823

Active member
Joined
Sep 8, 2007
Messages
32
Programming Experience
1-3
Dear All
I have an application in which I have a form which has 10 text boxes and the 11th one for total.
Now I want to add all the values in the textboxes in increaasing order in the last textbox on the form itself without the help of any buttons

Thanks
 
do you not want a user to have to click a button, or do you not want to use buttons at all? I often times use invisible buttons as an easy way to perform a task when a specific event happens such as a change in a textbox.
 
Back
Top