Re: printing in forms
From: Tilen Skraba <tilen.skraba_at_igea.si>
Date: Wed, 24 Mar 1999 08:58:05 GMT
Message-ID: <xO1K2.130$Zv3.3106147_at_news.siol.net>
Date: Wed, 24 Mar 1999 08:58:05 GMT
Message-ID: <xO1K2.130$Zv3.3106147_at_news.siol.net>
Hi!
In reports:
You should create a parameter that contains the WHERE clause of the SELECT
statement.
In forms:
You should use system property Last_Query (:system.Last_Query) to retrieve
the last query that was used to populate block.
Create parameter list, to pass the WHERE condition from the
:system.Last_Query to the report.
Call the report...
The example for this is in forms help under :system.Last_Query...
Tilen
IGEA d.o.o. Tilen Skraba Koprska 94, 1000 Ljubljana System Analyst Slovenia Tel.: +386 (0)61/274-396 url: www.igea.si Fax.: +386 (0)61/267-867 e-mail: info_at_igea.si e-mail: tilen.skraba_at_igea.si
Andreas Doerler wrote in message <922216972.846755_at_news.vbs.at>...
>hi,
>
>i want to get a printout in a forms application.
>based on the last query a list of rows should
>be printed.
>how can i accomplish this with minimal effort?
>
>any hints?
>
> <ad>
Received on Wed Mar 24 1999 - 09:58:05 CET