This Event occurs after a row is updated on form applications. Ex. After update a row it is possible to save a log registering this action in another SQL table. sc_exec_sql(" insert into log values ([glo_user],'table','update',{key_field}) ");