Luc, I am confused what you attempted. 1. Did you define the indicated code as a stored procedure? 2. If so, did you then define this procedure as an AFTER INSERT trigger. 3. By way of information. SAVEROW is valid only in an EEP. It cannot be used in a stored procedure defined as a TRIGGER. 4. How did you invoke you code as a stored procedure?
Jim Bentley American Celiac Society [email protected] tel: 1-504-737-3293 ________________________________ From: Luc Delcoigne <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Sun, August 1, 2010 2:40:54 PM Subject: [RBASE-L] - re: can't update row as posted before I can't update a row when being in an "enter using " form. Apparently this has nothing with the code I wrote. It simply does not work. I tried to run the stored procedure as a after insert trigger, but then I get a message that a duplicate row cannot be created. So the row must already have been saved, although I can't do an update. I am a little lost here. Is this a normal R:base feature ? Luc Delcoigne

