D
David Wetmore
I have a text box which is either empty or contains a value.
There are two errors, an empty box or a bad value. I can easily check for either one.
Given bad data, I want to loop, each time giving the user the opportunity to
enter a new value. The looping is not my problem, my problem is letting the user enter a new
value into the text box while in the loop. How do I do this?
There are two errors, an empty box or a bad value. I can easily check for either one.
Given bad data, I want to loop, each time giving the user the opportunity to
enter a new value. The looping is not my problem, my problem is letting the user enter a new
value into the text box while in the loop. How do I do this?