my form is grid format. user 1 & user 2 use same forms to key-in data.. but user 1 enter data , user 2 forms didnot refresh unless user 2 use mouse to click the grid the forms will refresh ...?? how to solve ..?
If you have multiple users updating the same grid, you have to periodically REFRESH() the grid for any changes to show up. I have a form where this happens, and use a timer in the background that fires once a second, refreshing the grid. Because of this, no direct editing is permitted on that form. It would cause a big mess with control focus and editing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.