From: "Matt B." <mcb@fightspam.sd.znet.com>
Newsgroups: comp.databases.oracle.tools
Subject: Re: Nope, Pre_Insert trigger dosen't work...
Date: Tue, 3 Oct 2000 20:02:06 -0700
Organization: Posted via Supernews, http://www.supernews.com
Message-ID: <stl74ufm0ba052@corp.supernews.com>
Reply-To: "Matt B." <mcb@fightspam.sd.znet.com>
References: <39D9FC2B.8EAF6817@hsv.boeing.com> <fZpC5.12794$TP6.213479@newsread2.prod.itd.earthlink.net> <39DA46CA.7DA8B0BA@hsv.boeing.com>
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-Complaints-To: newsabuse@supernews.com
Lines: 11


"Richard Hollingsworth" <william.hollingsworth@hsv.boeing.com> wrote in message
news:39DA46CA.7DA8B0BA@hsv.boeing.com...
> I tried placing the command on a Pre_Insert trigger for the block, but no
> good.  The field on the form does NOT show the sequence number.

It won't until you commit the new records - PRE-INSERT doesn't fire until you
hit commit and then it'll fire for every record with INSERT status.

-Matt



