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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Dev/2000 Forms

Re: Dev/2000 Forms

From: Jamie Keir <jkerr_at_jameswatt.ac.uk>
Date: 1998/04/02
Message-ID: <35236D55.19C2316F@jameswatt.ac.uk>#1/1

Erbug Celebi wrote:
>
> Hi,
>
> Im new in Dev/2000 forms, and I want to learn how can I execute a query
> by clicking on a button. And how can I print the result of the query on
> a Form.
> Any example, or link ...
>

Very simple example:
- Create a block containing your query, using a view if necessaray. - Add a button to your first block, the one you want to call the new block from.
- Add a WHEN-BUTTON-PRESSED trigger to the button, saying something like:

    go_block('my_new_block');
    execute_query;

Jamie Keir Received on Thu Apr 02 1998 - 00:00:00 CST

Original text of this message

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