From: markg@mymail.tm (MarkyG)
Newsgroups: comp.databases.oracle
Subject: Re: run_product, running a report within forms
Date: 12 Dec 2001 05:40:03 -0800
Organization: http://groups.google.com/
Lines: 16
Message-ID: <ab87195e.0112120540.402ba2d5@posting.google.com>
References: <1b04191.0112110648.3ccb8520@posting.google.com>
NNTP-Posting-Host: 163.166.150.22
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1008164404 24490 127.0.0.1 (12 Dec 2001 13:40:04 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 12 Dec 2001 13:40:04 GMT


You have to send the parameter 'paramform=no' so the parameter form
does not pop up, then the report will run automatically.

M

curley_chapman@yahoo.co.uk (Neil) wrote in message news:<1b04191.0112110648.3ccb8520@posting.google.com>...
> I am trying to run a report from within an oracle form. 
> 
> I have a when_button_pressed trigger on a button in order to run the
> report, and I am passing over a parameter list to the report.
> 
> The report successfully executes from within the form, but it does not
> run. I get the parameter box appear, and I then have to press the
> green traffic light button to actually run it. How do I run and
> execute the report from within forms, without having to press the
> green traffic light button ?

