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

Home -> Community -> Usenet -> c.d.o.tools -> Re: SHOW ALL RECORDS IN A FORM

Re: SHOW ALL RECORDS IN A FORM

From: John Blackburn <John.D.Blackburn_at_transport.qld.gov.au>
Date: Fri, 20 Apr 2001 05:14:23 +0100
Message-ID: <3ADFB79F.51030CB9@transport.qld.gov.au>

Place the following code in a WHEN-NEW-FORM-INSTANCE trigger:

GO_BLOCK('YOUR BLOCK');
execute_query;

or if the form property "First Navigation Data Block" is defined, you may not need the go_block call.

cheers,
John.

Tom Deseamus wrote:

> Anyone know of a way to show all records in a block when a form opens, my
> form currently goes into query mode.
>
> Thanks,
> Tom Deseamus
  Received on Thu Apr 19 2001 - 23:14:23 CDT

Original text of this message

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