I have a data block called LOAN and item called DOC_8 which is a checkbox. On run-time I would like to check the checkbox item DOC_8. When using the following code:
:LOAN.DOC_8 := 'Y';
I got the following error
FRM-40735: POST-QUERY trigger raised unhandled exception ORA-06502.
Please help, I'm very new to this.