PDA

View Full Version : Running Oracle Reports (Web) from Oracle Forms (Client Server)


Petr
04-14-2005, 01:23 PM
I am trying to run an Oracle report successfully deployed
to the Web based reports services architecture, from a
Forms 6i client server based application.

I tried something like the following in the WHEN-BUTTON-PRESSED
trigger:

host('iexplore.exe '||v_url);

This works fine, except that the report in the web browser has to be
dismissed closed before I can get back to the form. Is there any way
to asynchronously spawn the web browser from the form ?

I would highly appreciate advice from those that have actually
implemented this solution.

Thanks.

Petr.

Malcolm Dew-Jones
04-14-2005, 03:01 PM
Petr (ecotaj@gmail.com) wrote:
: I am trying to run an Oracle report successfully deployed
: to the Web based reports services architecture, from a
: Forms 6i client server based application.

: I tried something like the following in the WHEN-BUTTON-PRESSED
: trigger:

: host('iexplore.exe '||v_url);

: This works fine, except that the report in the web browser has to be
: dismissed closed before I can get back to the form. Is there any way
: to asynchronously spawn the web browser from the form ?


something like

host('cmd/c start iexplore.exe ... ')

You might have to play with the quoting within the two levels of nt
commands to make that all work correctly.

--

This space not for rent.

Frank Piron
04-27-2005, 04:13 AM
Am 14 Apr 2005 14:23:32 -0700 schrieb Petr <ecotaj@gmail.com>:
.... I tried something like the following in the WHEN-BUTTON-PRESSED trigger: host('iexplore.exe '||v_url); This works fine, except that the report in the web browser has to be dismissed closed before I can get back to the form. Is there any way to asynchronously spawn the web browser from the form ?

Have a look at WIN_API_SHELL.WINEXEC() in D2kWutil.pll. Winexec()
asynchronously spawns using CreateProcess() from win32 api.

--
Frank Piron,
defrankatkonaddot
(leftrotate two)


MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service