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

Home -> Community -> Usenet -> c.d.o.server -> Re: Setting Focus at Run-Time Promatically

Re: Setting Focus at Run-Time Promatically

From: <stan_herrman_at_my-deja.com>
Date: Mon, 19 Jul 1999 20:24:00 GMT
Message-ID: <7n01gh$715$1@nnrp1.deja.com>

> Is there a command in the Oracle language that will allow me to do
> the same thing?

The GO_BLOCK built-in will take the focus to the first item in a specific block... The GO_ITEM built-in will take the focus to a specific item...

>
> Also, I'm trying to set up a form that will allow the user to type in
> a value to query a table.

Just use normal Forms query functionality...

> Then, all through triggers, I want the queried data
> to be plugged into another table.

I believe the POST-QUERY trigger does what your looking for. I've never used it, but the documentation says it fires once for each row returned by a query...

I suggest reviewing the reference manual for Oracle Forms. When using Forms Designer it can be accessed by F1 (normal MS-Help)...

Stan

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon Jul 19 1999 - 15:24:00 CDT

Original text of this message

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