Good evenings, I have a problem with a form that is used simultaneously by many users. Due to the load of work that it supports simultaneously often it gives mistake of which “The Table XXXX is blocked by the user ZZZ”. The table that blocks is a variable of record type, and it does not happen to me if there is any way of avoiding this, without the being using variable of temporary type. Not if it happens to someone algom but here I leave the question.[xx(]
Hi, If you are using SQL and you have a modify in the code, you must then use the locktable command. If you are using a variable instead of declaring it local declare it global and it should work. Thanks Best regards Suresh NY.
Hi Shuresh Bhat, The problem is not on having seen a table but on having tried to modify anything using it as variable. Thank you.
hi alexis, what is the actual question?