Re: Database triggers

From: Eric veilleux <eveilleu_at_ers.ca>
Date: 1997/12/23
Message-ID: <67pdn0$72t$1_at_cti01.citenet.net>#1/1


     You're problem is that when you're database triggers shootup they change the values in you're fields, so forms thinks someone else changed the record you're in. to solve this problem try making you're fields non-database. Then populate'em in you're post-update, post-insert and post-query triggers (using a small cursor based on the rowid to speedup things). Well, if you realy need them to show up on you're screen, if not just delete them from you're block.

    Eric Veilleux
    Oracle consultant
    eveilleu_at_ers.ca Received on Tue Dec 23 1997 - 00:00:00 CET

Original text of this message