<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 14, 2013 at 2:26 PM, william humphrey <span dir="ltr"><<a href="mailto:bill@bluewatermaritime.com" target="_blank">bill@bluewatermaritime.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">get Valentina_Database( inIntIndex )</blockquote></div><br>
OK - I just solved it.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Use <b style="color:rgb(0,142,0);font-family:Courier;font-size:11px">put Valentina_DatabaseCount()</b></div><div class="gmail_extra" style>
<font color="#008e00" face="Courier"><span style="font-size:11px"><b>( Remember no Valentina functions work in the message box you have to make a button that cals it from a script)</b></span></font></div><div class="gmail_extra" style>
<font color="#008e00" face="Courier"><span style="font-size:11px"><b><br></b></span></font></div><div class="gmail_extra" style>Then after you do the database count you will have a number, say 2<br></div><div class="gmail_extra" style>
<br></div><div class="gmail_extra" style>Then use</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style><p style="margin:0px;font-size:11px;font-family:Courier">  <span style="color:rgb(145,143,0)"><b>put</b></span> Valentina_Database(<font color="#011892">1</font>) into dbRefFirstDatabase</p>
<p style="margin:0px;font-size:11px;font-family:Courier">and </p><p style="margin:0px;font-size:11px;font-family:Courier"></p><p style="margin:0px">  <span style="color:rgb(145,143,0)"><b>put</b></span> Valentina_Database(<span style="color:rgb(1,24,146)">2</span>) dbRefFirstDatabase</p>
<p></p></div><div class="gmail_extra"><br clear="all"><div style>You will have the dbRef you need to close those databases. If you want to know the name of the database from the dbRef you must use yet another function (in case you don't want to close all the databases).</div>
<div style><br></div><div style>Hope this helps.</div>-- <br><a href="http://www.bluewatermaritime.com">http://www.bluewatermaritime.com</a>
</div></div>