Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Closing Report Server Automatically

Re: Closing Report Server Automatically

From: William Beilstein <BeilstWH_at_obg.com>
Date: Fri, 23 Jun 2000 15:05:11 -0400
Message-Id: <10537.110312@fatcity.com>


There is an undocumented parameter that will do what you want.=20

Invoking via RUN_PRODUCT.
  When you are setting up a parameter list to pass to the report, insert = the following

  Add_Parameter(pl_id, 'ORACLE_SHUTDOWN', TEXT_PARAMETER, 'Yes' );=20

Invoking by command line option using the runtime.

  ORACLE_SHUTDOWN=3DYes

The case of the arguments is very important and the Yes must be Captial = 'Y', lowercase 'es'

>>> <drichard_at_mtlindia.com> 06/23/00 05:55AM >>>

Hi Experts

We are using Forms 4.5 with Reports 2.5. In the Application, when I exit from the closing, if I want to close the REPORT SERVER windows automatically, what command I have to give in forms ??

Please reply.

Richard

--=20
Author:=20
  INET: drichard_at_mtlindia.com=20

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Jun 23 2000 - 14:05:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US