Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Crystal Reports integration with Oracle 9iAS
"mackkm" <ken.mack_at_mwaa.com> a écrit dans le message de
news:9cdfd987.0403031025.427a787e_at_posting.google.com...
> We have developed many Crystal Reports w/ CR 8.5. These were all run
> against an Oracle 8i database through an Oracle 6i Forms. We are now
> moving to Oracle 9i database and Oracle 9i Application Server. Have
> moved the Forms 6i to the Application Server and everything works
> great except the reports.
>
> We cannot get them so the user can view and then print the report form
> their workstation using the Oracle Forms interface. We have tried the
> HOST command and the ORA_FFI. They do not run.
>
This thread belong to c.d.o.tools, but I'll respond anyway
Forms 9i come with a BETA version of WebUtil
In forms 10g, it is part of the product.
With WebUtil you have a direct C API to your client (I presume Windows in this case)
Otherwise, if you wanna stick to 6i and you have good java developpers, you could develop a signet javabean and put in in a java bean container on your forms. The JavaBean could run the external program (In your case, crystal reports)
Nothing easy.
For web-util, see:
http://otn.oracle.com/products/forms/htdocs/webutil/webutil.htm
Received on Fri Mar 05 2004 - 15:16:11 CST