<span class="Apple-style-span" style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><font class="Apple-style-span" color="#222222">This is what happens when my LiveCode stack closes (called on closeStack)</font></span><div>
<font class="Apple-style-span" color="#222222" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse:collapse"><br></span></font></div><div><span class="Apple-style-span" style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">
<b>function</b> shutdown</p><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">   <span style="color:rgb(135,132,0)"><b>get</b></span> VConnection_Close( gConnection )</p>
<p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">   <span style="color:rgb(135,132,0)"><b>get</b></span> VServer_Destructor( gConnection )</p>
<p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande';color:rgb(0,131,0)"><span style="color:rgb(0,0,0)">   </span><b>-- this crashes IDE sometimes</b></p>
<p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">    <span style="color:rgb(135,132,0)"><b>get</b></span> Valentina_ShutDownClient()</p>
<p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'"> <b>end</b> shutdown</p></span><span class="Apple-style-span" style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><div style="color:rgb(34,34,34)">
<br></div><div><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'"><b>function</b> DBClose isDestructing</p><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">
   <span style="color:rgb(135,132,0)"><b>get</b></span> VDatabase_Close( gDatabase )</p><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">
   <b>if</b> isDestructing = <span style="color:rgb(136,30,135)">true</span> <b>then</b></p><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">
      <span style="color:rgb(135,132,0)"><b>put</b></span> VDatabase_Destructor( gDatabase ) <span style="color:rgb(136,30,135)">into</span> gDatabase</p><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">
   <b>end</b> <b>if</b></p><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">   <span style="color:rgb(135,132,0)"><b>put</b></span> <span style="color:rgb(0,24,135)">"Database Closed"</span> <span style="color:rgb(136,30,135)">into</span> <span style="color:rgb(136,30,135)">field</span> error_field</p>
<p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'"><b>end</b> DBClose</p><p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande';color:rgb(0,131,0)">
<b>----------------------------------------------</b></p><p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande';color:rgb(0,131,0);min-height:13px">
<b><br></b></p><p style="color:rgb(34,34,34);margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal 'Lucida Grande'">-- obviously this does not flush the data that is held in memory. Can anyone suggest changes? Presently my data is only saved because I have "Flush Each Changes" set to true in the Server Parameters.</p>
</div></span>
</div>