Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Dev/2000 Forms
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
![]() |
![]() |