I need to monitor the entry of data into the text box and a numerical values double or integer values and another date formatted as mm/dd/yyyy
Thank you
Hello, hildevasco,
1. your caps lock was active when you've written the subject for this topic. ;)
2. use OnEditChange-event instead of OnKeyDown and parse the user input. This is very easy. In this case the event returns the whole text of the textbox. I had a test and it worked. OnKeyDown did not work for me.
3. Think about date control or grid with a single date cell. I might be more comfortable for the user and it will take much less time to develop.
Fred