Rajesh Karunakaran
Programmer
Hi,
I have a form which updates a table. The form uses buffered copy. Multiple records are being edited simultaneously and it's multi user. Any user can partially edit a record and switch to another before finalizing any of the record they're updating.
Now, if the user is switching to another record, I am saving the current record (yes, using TABLEUPDATE()) before moving onto the selected one. Here, when the chosen record is shown, I want the form to be refreshed with the current values in the underlying table (assuming that another user might already have made some changes).
Is there any straight method for this?
Thanks in advance,
Rajesh
I have a form which updates a table. The form uses buffered copy. Multiple records are being edited simultaneously and it's multi user. Any user can partially edit a record and switch to another before finalizing any of the record they're updating.
Now, if the user is switching to another record, I am saving the current record (yes, using TABLEUPDATE()) before moving onto the selected one. Here, when the chosen record is shown, I want the form to be refreshed with the current values in the underlying table (assuming that another user might already have made some changes).
Is there any straight method for this?
Thanks in advance,
Rajesh