Since someone is opening a file, the method of creation is known. Create a Boolean property, userOpened as Boolean.
Create a method that houses your parsing code. The user presses a button, selects a file, userOpened is set to True and the method is called. The method checks the status of userOpened to decide how to proceed. HTH _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
