hi ,
i am using forms 6i ,
the form has the EMP block without the ENAME item , i deleted it and put a non-db item (NAME) to retrieve the ENAME into it to test the status of the record and block .
when the text-item i put is non-db item and you get the values in the post-query trigger , the status of the record and block should be CHANGED ,
but this does not happen ? !! the value of the both is QUERY .
- The post-query trigger has this :-
select ename into :emp.name from emp where empno = emp.empno ;