I have a form that opens a file and then makes some changes and saves it. The form has an exit button which unloads the form. However, this doesn't seem to release the newly saved file. When I exit the form via the upper right exit button X, it does. Is there another command I need to use in addition to unload form to get the program to completely release the file?