15. April 2020 10:27
ProdOrder2.SETRANGE(Status,ProductionOrder.Status);
ProdOrder2.SETRANGE("No.",ProductionOrder."No.");
COMMIT;
REPORT.RUN(REPORT::"Refresh Production Order",FALSE,TRUE,ProdOrder2);
15. April 2020 11:01
15. April 2020 12:28
15. April 2020 19:14
umknix hat geschrieben:Das hilft mir erst schonmal weiter (ich übe das noch mit dem Googeln...). Bleibt die Frage, warum diese Einstellung genau so gewählt ist?
This transaction type improves concurrency for all tables that users access within the transaction by delaying locking as much as it can. However, the disadvantage is that you must know when to lock the tables for the required transaction behavior.