Re: How to know the rowid of a record inside a Forms block

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Sun, 21 Apr 2002 18:30:28 +0100
Message-ID: <3CC2F734.77F7_at_yahoo.com>


IF wrote:
>
> In order to define an On-Update record, I need to know the rowid of
> the records inside a block. How can I do it in Forms 6i?
>
> Thanks in advance
>
> P.S. The On-Update trigger I want to define is something like this:
>
> Update emp
> set column1=:emp.clumn1
> where rowid = xx
>
> where xx is the rowid of the record.
>
> .
> .
> .
> .
> .
> .
> .
> .
>
> ..
>
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
> .
>
> .
> .
> .
> .
> .
> .
> .
> .
>
> .

When you query, include the rowid in the sql and return it into a hidden item.

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Sun Apr 21 2002 - 19:30:28 CEST

Original text of this message