I have a form with several TextBoxes which are bound to variables. The first Textbox has an initial value of 0. I want the user to have to enter a number greater than 0 in order to be able to leave this textbox and move to the next.
I have tried entering code in the LostFocus event but it doesn't seem to have any effect. I thot about using the Valid event but it won't let you SetFocus in that event.
I know there is a way t do this, I just can think of it.
I have tried entering code in the LostFocus event but it doesn't seem to have any effect. I thot about using the Valid event but it won't let you SetFocus in that event.
I know there is a way t do this, I just can think of it.