1 (edited by radsoft 2019-05-27 04:49:42)

Topic: Can goDisableColumnMoving Cause Multi-user Problems

Hello,
I have disabled goDisableColumnMoving in a TableGrid for an application that uses SQLite in a multi-user environment. It works fine for me during testing but can it cause problems where multiple uses are accessing a single SQLite data file? I am wondering if the different users having different column orders can cause any sort of problem.
Thanks in advance,
David

Re: Can goDisableColumnMoving Cause Multi-user Problems

Hello.


It can't be reason for the problem. What problem you have encountered?

Dmitry.

Re: Can goDisableColumnMoving Cause Multi-user Problems

Hello Dmitry,
there is no problem in my testing. I was just wondering if it is possible for any problem to arise in multiuser environment where the different users have different column layout. From your answer, it looks like this is fine to use in multiuser environment.
Thanks,
David