Re: Running Oracle Reports (Web) from Oracle Forms (Client Server)
From: Frank Piron <empty_at_zero.nil>
Date: Wed, 27 Apr 2005 14:13:02 +0200
Message-ID: <opspv370wem0et4w_at_news.online.de>
Date: Wed, 27 Apr 2005 14:13:02 +0200
Message-ID: <opspv370wem0et4w_at_news.online.de>
Am 14 Apr 2005 14:23:32 -0700 schrieb Petr <ecotaj_at_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)Received on Wed Apr 27 2005 - 14:13:02 CEST