Re: Query Hits Question

From: Dmitry L. Zhuk <dmitry_at_leaves.spb.su>
Date: 1997/04/17
Message-ID: <3355DCFC.4934_at_leaves.spb.su>#1/1


You can do it by 2 methods:
1. In On-Count trigger populate you item for display count_hints. 2. In Post-Select trigger you can call function, that   dinamic calculate
    count(*)
    from ...
    where ...
  using dbms_sql or record_group or form_ddl.   and use :System.Last_Query variable to specify you select statement. Received on Thu Apr 17 1997 - 00:00:00 CEST

Original text of this message