Good numeric, date, time error testing routines

Everything else that doesn't fall into one of the other PB categories.
johnorourke1351
User
User
Posts: 37
Joined: Sun Nov 02, 2014 6:23 pm
Location: Los Angeles

Good numeric, date, time error testing routines

Post by johnorourke1351 »

Hi,

I have been reading the posts and copying the sample code for testing data entry errors - numeric date time ssn etc. etc.

One of them using SendMessage_() had some sample code but appears to have a bug in the date logic that won't allow 10/10/1984 when the format is mm/dd/yyyy . Another procedure has the beginnings of a test for numeric fields using a purebasic procedure but has nothing for dates etc.

Is there a fully debugged routine that is time tested and being used for testing for a range of data entry type errors?

Thanks for any help you can give

John O