Skip to Main Content

Oracle Forms

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!

ora : 40357 invalid string in example record. query not issued ?

yash_08031983Feb 16 2012 — edited Feb 16 2012
hello experts,

ora : 40357 invalid string in example record. query not issued , while executing the records.

i am quering on emp_code having in form:
0101-010112-0001

if i query for emp_code= A00001, NOT MESSAGE IS SHOWING.
for avoiding exception , i set the message_level as below:

:system.message_level := 25;
EXECUTE_QUERY;
:system.message_level := 0;

but exception message still displaying.

at forms level i am also using on-error trigger and code in it is:
ERROR_MESSAGES;


please help.

thanks
yash
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2012
Added on Feb 16 2012
1 comment
2,160 views