S
Silvio
I have an unbounded text box that users use to enter worked hours and a
button that will transfer the value to a control. How can I validate the
number in the unbounded text box to make sure the numbers are of increment of
..5? In few words, users can enter from 1/2 hour to full hours and 1/2. An
example of a valid number would be something like: .5, 1, 1.5, 2, 2.5, 3, 3.5
and so on - an example of invalid number would be something like .3, 1.2, 2.8
and so on.
Thank you,
Silvio
button that will transfer the value to a control. How can I validate the
number in the unbounded text box to make sure the numbers are of increment of
..5? In few words, users can enter from 1/2 hour to full hours and 1/2. An
example of a valid number would be something like: .5, 1, 1.5, 2, 2.5, 3, 3.5
and so on - an example of invalid number would be something like .3, 1.2, 2.8
and so on.
Thank you,
Silvio