Data Created using Prodataset didn't execute Create Trigger

mhtan88

Member
Dear All,


I'm using ProgressOpenEdge 10.0B03.



I have a problem on new row created in Prodataset. when I post back using
Save-Row-changes(). New record 's Obj didn't create base on Create Trigger. but, if i'm using

create tablename.
field1 = "a".

my create trigger will execute getNextOBj() and assign it to my field_obj.

May I know how to make it assign a new obj value if i'm creating a new record from ProDataset.

Thank you.

Regards,
TanMH
 
Haven't done much with SAVE-ROW-CHANGES lately, but on top of my head I remember that you might want to exclude the field (include it in the skip field list - see the online help) which is populated by the trigger because otherwise it will get populated by the trigger but overriden by SAVE-ROW-CHANGES.

HTH, RealHeavyDude.
 
Back
Top