[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: TRIGGER PROCEDURE FOR CREATE OF Customer - How to identify the created row(s)?

  • Thread starter Thread starter gus bjorklund
  • Start date Start date
Status
Not open for further replies.
G

gus bjorklund

Guest
note that the write trigger can fire more than once for a new record. this can happen when not all field values are assigned in a single assign statement. for example, suppose you set all the key field values in one assign statement and then all the others in a second assign statement. now you have a create followed by an entirely separate update.

Continue reading...
 
Status
Not open for further replies.
Back
Top