Re: Reports 2.5 Delete a Record

From: Simon Hedges <shedges_at_hhhh.freeserve.co.uk>
Date: Tue, 27 Jul 1999 19:54:08 +0100
Message-ID: <7nkv9a$jvj$2_at_news7.svr.pol.co.uk>


You can do it in 3 ways:

  1. Use the DBMS_SQL package or
  2. Wrote a DB procedure of your own. or
  3. Use the SRW.DO_SQL built-in procedure supplied inside Reports (this is probably the easiest solution).

You will have to call the statement from one of the Reports triggers:

BEFORE PARAMETER FORM
AFTER PARAMETER FORM
BEFORE REPORT
AFTER REPORT
BETWEEN PAGES Simon Hedges
Gloucester
UK

> How do I delete a record in Reports 2.5? I have the SQL statement that
> I want to use, but I don't know what I would have to do as far as the
> data model and/or the layout are concerned. Please help!!!
>
> Kristen
Received on Tue Jul 27 1999 - 20:54:08 CEST

Original text of this message