Link to home
Start Free TrialLog in
Avatar of tinhlahan
tinhlahan

asked on

How can i call report from Oracle form 10g?

I have a button in form, has been created from Oracle form 10g but i don't know how to call the report has supported by Oracle 10g from that button. Please help me call a report from that button.
Thanks very much
Avatar of schwertner
schwertner
Flag of Antarctica image

Create the button and provide it with WHEN-BUTTON-PRESSED trigger (see online help)

After that invoke RUN_REPORT_OBJECT builtin. There is a plenty of examples in the Forms onlone help.
Avatar of tinhlahan
tinhlahan

ASKER

Could you show any examples or code example from button? more importantly, it have to run on Oracle Form 10g. And when we used it, the OC4J must be RUN. It mean call Dll through J2EE. That is a problem, how can i call a report throught a button.
ASKER CERTIFIED SOLUTION
Avatar of schwertner
schwertner
Flag of Antarctica image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial