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!

FRM 40352

527908Mar 20 2007 — edited Mar 20 2007
hii ..

when i nevigate through records....by clicking on next record icon...after last record iget the frm 40352 last record of query retrieved..

but i am not able to catch this error... why / i wrote the following code on ON_ERROR trigger
if ERROR_TYPE='FRM' THEN
IF ERROR_CODE IN (40352) then
null;
end if;
END IF;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2007
Added on Mar 20 2007
3 comments
2,845 views