Hi everybody, i´m new usingfile maker and I don´t know how to validate that the user must just input 12 chars into a field ...
Actually if the user input more that 12 chars into a field i get the message, "sorry, you must enter 12 chars... (I write this messahe into the Display custom message if validation fails option), and this happens (i think) because i´m reading data from a mysql database (using ODBC connector and that field is defined as a varchar type and size 12 ). I also try to use the Length(field) funtion but is not working ...
Would somebody please help me with this issue ?
Thanks in advance ....