Record locking

howardnl

New Member
I am working on a program that allows users to browse a list of shipment records. That part has been done for a long time. The new part that I have been working on is giving the program more functionality in the form of another browse. The new browse is done in procedures. Records can be updated in the procedures. The problem is that the user can, for example, update 5 records. Those records stay locked until the user leaves the new browse and returns to the old browse. Thanks for any help.
 
Top