This topic is locked

Date field allowing for incorrect format

10/17/2008 5:46:33 PM
ASPRunnerPro General questions
M
mfred author

I also used ASPRunner 5.2 Build 423 and discovered that the resulting application allowed for anything to be entered into the date field. The date designation in ASP runner and Access is set as date formt. The big problem is that ASP passed the entry but the database rejects it. There was no solution indicated in Phillip's support other than to post the application in the demo account. Since this was not an issue with past versions of ASPRunner, I already have my application live and need a quick fix. Thanks in advance.

Sergey Kornilov admin 10/17/2008

Use error-proof date edit control like set of dropdown boxes for month/day/year.

M
mfred author 10/20/2008

Thanks. Isn't there a way to for a specific date format, maybe post ASPRunner code chnages?