racerrunner
Registered User.
- Local time
- Today, 07:25
- Joined
- May 29, 2005
- Messages
- 32
Hi all,
I've 10 controls that take accept positive number n must be greater than 0.
How do i make sure that the number enter must be greater than 0 immediately after the user enter the value.
One of the way is to do the validation in the control (afterupdate event). However, if I was to do that I would have 10 controls afterupdate events which make my code longer.
Hence, is there any better way to do that?
Thank you.
I've 10 controls that take accept positive number n must be greater than 0.
How do i make sure that the number enter must be greater than 0 immediately after the user enter the value.
One of the way is to do the validation in the control (afterupdate event). However, if I was to do that I would have 10 controls afterupdate events which make my code longer.
Hence, is there any better way to do that?
Thank you.