PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Problerm with transaction
Problerm with transaction
Started by mimmo, Jan., 18 2024 5:03 PM - 1 reply
Posted on January, 18 2024 - 5:03 PM
Hi everyone
I have a problem with transactions, the problem is that the software is used by multiple users and when a user opens the order list view no other user can make changes. However, the customer wants to be able to go back when he makes many changes to orders in case of doubts. I was thinking of an alias or a view where you can make temporary changes and then save them on the main table. Maybe very complicated, do you have any suggestions
Thank you

Mimmo
Posted on February, 01 2024 - 8:50 AM
Hi,

The duration of a transaction should be as short as possible. During a transaction the involved records are blocked for other users.

Kind regards,

Joris