Not sure what is going on.. maybe someone can help .. Here is the set up:
Main app with a "manage" button. The button opens a pop up TitleWindow where a user can add, update or delete schedules. Once a schedule has been added, updated or deleted, the hanged is pushed to the database and the window should close. I am passing variables in from the parent app. The Issue: The first schedule I delete works fine, the database gets updated and the window closes. Now if I try to open it again and delete another schedule, the window opens, the delete function works but the window does not close. While debugging, I see the correct varaibles passed in on window open, the delete function processes and then the variables revert to the orginal and the window never closes. I watch the code process the commands of close window but it never closes. The thing that puzzles me most is the variables reverting... Anyone seen this or have an idea on how to resolve? Eric W Dunn Adaption Technologies 281-465-3326 [email protected]

