hi all,
I try to use reports (functions : srw.message and srw.program_abort...) in a procedure PROC_REP and forms (exit_form and show_alert...) in a procedure PROC_FMX
Both procedures PROC_REP and PROC_FMX are stored in a library LIB.
This library LIB is attached to reports and forms.
When I convert (using reports converter) the library, it wouldn't fail. (using forms compiler, it fails errors on srw etc...)
When I compile the forms (referencing LIB), it wouldn't fail either.
But, when I run the forms, it would fail ORA-06508 (could not find program unit being called).
any advice?
Thank you in advance,
Vincent
I try to use reports (functions : srw.message and srw.program_abort...) in a procedure PROC_REP and forms (exit_form and show_alert...) in a procedure PROC_FMX
Both procedures PROC_REP and PROC_FMX are stored in a library LIB.
This library LIB is attached to reports and forms.
When I convert (using reports converter) the library, it wouldn't fail. (using forms compiler, it fails errors on srw etc...)
When I compile the forms (referencing LIB), it wouldn't fail either.
But, when I run the forms, it would fail ORA-06508 (could not find program unit being called).
any advice?
Thank you in advance,
Vincent