Hi all,
I modified a table attribute from 4 to 8 digits.
In a form I did the same : make the field wider and changed the field length to 8 digits.
Form compiled good, a .FMX is made. (FRMCMP 10.1)
When I try to insert a record in the database with this form, the field length of more than 4 digits is not accepted. When I only give in 4 digits it is accepted and I can go on.
All pl/sql modules are compiled, I don't know what's wrong.
It is a very old form, I think it is character based. For each field in the form there is a 'when-validate-item' trigger.
When a field is accepted I cannot change it anymore.
Hope somebody knows what's wrong, what do I do wrong ??
Regards Cees