A transaction already begun, Nested transaction r not suppor

stanlee83stanlee83 Member Posts: 2
A transaction already begun, Nested transaction are not supported.

can i know what is this error about?
it suddenly happens this morning but after that relogin again it is fine again.
anyone know what is going on?

Comments

  • garakgarak Member Posts: 3,263
    check in your object if there is something like

    rec1.get rec2.get (Rec2 := rec1) rec2.modify rec1.modify (or delete and then insert without a clear command) in one trigger.

    Or is there a modify in the OnAfterGetRecord or OnAfterGetCurrRecord :?:

    But, it's hard to help without seeing your source.

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.