View Full Version : No decimal places please


Jimbob
04-10-2002, 07:45 AM
Does anyone know how to programmatically check a field for decimal places?

My users will be working in thousands and should only be able to work in thousands.

They can currently enter 1.5 into a text box, and I want to catch any potential errors...

Any help would be much appreciated

David R
04-10-2002, 07:52 AM
Can you change the field to Integer type? Or am I misunderstanding the question?

Also, is 1.5 an 'error' or is it shorthand for 1500?

David R