FRM 40352
527908Mar 20 2007 — edited Mar 20 2007hii ..
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;