Form Error [message #533496] |
Wed, 30 November 2011 04:42 |
|
abarnybox
Messages: 49 Registered: November 2011
|
Member |
|
|
Hi,
Encounterring an error on some but not all forms:
it says 'A non-numeric character was found in the place of a numeric character' or something like that (Its actually in french 'Caractère non numérique trouvé à la place d'un caractère numérique' but yeh thats translated). I don't understand why it says it, the only field in the form which is numeric is the ID, the rest are text or date (don't know if dates count maybe?) and when I set the ID to number and manually input a number it still does it. I've also tried just inputting numbers into all fields but it makes no difference...
anyone know what the problem is and how to fix it?
thanks
abarnybox
|
|
|
|
Re: Form Error [message #533499 is a reply to message #533497] |
Wed, 30 November 2011 04:53 |
|
abarnybox
Messages: 49 Registered: November 2011
|
Member |
|
|
Ah that was it I have a DATE_CREATED column which I want to fill automatically so I had it hidden and default value 'sysdate'. so i changed it to date picker and changed the date format to DD.MM.YYYY and it worked.
Just seems strange cos the same thing works in other forms...
Is the 'sysdate' thing right? or is there another way of getting the current date automatically?
[Updated on: Wed, 30 November 2011 04:57] Report message to a moderator
|
|
|
|