Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter record in buffering mode
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00485697
Message ID:
00486390
Views:
10
Thank you for replying.

But in this case, I want to prevent the record updated by another computer.
Exam:
Step 1:
+ Computer 1: SET FILTER TO id = 'A'
+ Computer 2: SET FILTER TO id = 'B'
Step 2:
+ Computer 1: INSERT INTO tb1 VALUE ('A')
+ Computer 2: INSERT INTO tb1 VALUE ('B')
Step 3:
+ Computer 1 : =TABLEUPDATE(.T.)
And I don't want to see the record update by the first computer in the second computer
Previous
Reply
Map
View

Click here to load this message in the networking platform