allowing text date entry with no "/"s
I've got a date field setup for user entry where I want to allow the users to enter a date with no "/"s ie: 01011990 and allow the application to convert it to 01/01/1990. In the property edit under Validation for Edit input I have AutoDateFormat to do the conversion. However the invalid date error msg still displays. If I a cell property action with a change event and a refresh-this section action then the error message will briefly flash on the screen, the date format will convert to have "/"s and the date will redisplay with no more error message. Is there a way to allow this input format without triggering the error message at all?