selena1
Programmer
- Apr 7, 2003
- 69
I have a Paradox table that have fields: ID, Name, HireDate, BirthDate......... When I set some value for date in field HireDate, which isn' correct, and then try to exit component dbEdit, I get a message :"Illegal input value" or "EConversion Error - '...' is not valid date". That happens before I try to post or update record. I have set an input mask : "!99/99/00/;0;_". How can I change a message that I get (I wont to get my message on some other language, not English)? Also, can anybody tell me if I have more than one required fields or more than one date fields in a record, how I can get inoformation which field caused post error or update error. In this case I can change message, setting my own message in OnPostError and using command "abort" after that.
Thanks!
Thanks!