Thanks to Dru for his solution to my database connection issue.  I made that update to my postgres password and I&#39;m now able to access the database.<br><br>I have a couple other issues with my xml script, but I&#39;ll address them one at a time here. :)<br>
<br>I have designed a switchboard window with a menubar and buttons that open other windows. I have also used a toolbar with close window, add entry, save entry, and delete entry buttons.  When I close the main window with either the toolbutton, it flushes the database connection and unloads the dynamic modules, but then I get this message:<br>
<br>src/bond.c:491 bond_free() Memory is invalid (corrupt pre hash) at 0x1599d04.<br>Aborted<br><br>When I close the window using the &#39;X&#39; icon, none of the closure messages appear.  I only get a &quot;Segmentation fault&quot; message.<br>
<br>How do I make those errors go away?  Are they related to the XML scripts?<br><br>Howard<br><br>