Problem: 1663643
Title: (TNumberText::GetValidationError) is bogus
Received: Jun 18 1997 1:20PM
TNumberText::GetValidationError just calls StringToNum on the entered string, it does not check
that the characters are valid digits, kind of bogus don't 'cha think?
Steps to reproduce problem:
Type in ZX and when you call GetValue you get 108.
Fix:
Changed TNumberText::GetValidationError to really check the characters for validity.