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
"Some days you're the pigeon, some days you're the statue..."
Regards
You don't even need to do that. Each block based on a table (as opposed to view)
has hidden item :rowid. This is real rowid of the record and can be referenced
as any other item. The only restriction: you can't modify it (of course!)
> >
> >hth
> >connor
Thanks again.
Regards
On 22 Apr 2002 15:09:03 -0700, afil...@yahoo.com (Alex Filonov)
wrote:
"IF" <tlf...@terra.es> wrote in message
news:tf71cugud00juohir...@4ax.com...