robsuttonjr
MIS
I have a foxpro 8 application which I use remote views to retrieve and update SQL server 7 data. The issue is that I may have multiple users looking at the same table records and trying to update them. So one user opens a line item to update its color to blue. Another user may also be looking at this same item and decide to change the color to red. How do other programmers handle this? Also if someone makes a change what is the best way to indicate to the other users these changes if they are looking at the remote view data that is now different? Many thanks for any tips to be shared.