Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Resize database field, not recognized in form.

927466Aug 27 2015 — edited Sep 10 2015

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 8 2015
Added on Aug 27 2015
3 comments
934 views