CrimsonJio
Programmer
Hi guys,
We're getting VFP 2172 error. The program is a multi-user environment.
Scenario (all tables have buffering):
1. 1st user is accessing a table with notepad. Then, accesses another table for a while.
2. 2nd user deletes the record (currently viewed by 1st user) and performs table update.
3. 1st user returns to the table and encounters the error since the buffered data no longer has a corresponding "data-link" in the backend.
Is there a way to verify or check if the back-end data for a buffered data exists?
From what I know, there must be some "mechanism" in which foxpro identifies which row/data in the back-end corresponds to the buffered data.
TIA.
We're getting VFP 2172 error. The program is a multi-user environment.
Scenario (all tables have buffering):
1. 1st user is accessing a table with notepad. Then, accesses another table for a while.
2. 2nd user deletes the record (currently viewed by 1st user) and performs table update.
3. 1st user returns to the table and encounters the error since the buffered data no longer has a corresponding "data-link" in the backend.
Is there a way to verify or check if the back-end data for a buffered data exists?
From what I know, there must be some "mechanism" in which foxpro identifies which row/data in the back-end corresponds to the buffered data.
TIA.