<div>Bill,</div>
<div> </div>
<div>Thanks for the help.  Your code definitely makes more sense then the examples that were provided as part of the purchase.  I will take what you provided and keep plugging away.</div>
<div> </div>
<div>Apprecaite it,</div>
<div>Warren<br><br></div>
<div class="gmail_quote">On Mon, Sep 20, 2010 at 9:09 PM, william humphrey <span dir="ltr"><<a href="mailto:bill@bluewatermaritime.com">bill@bluewatermaritime.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Warren<br><br>I had the same trouble trying to get the examples to work. Do not use<br>any of the database commands built into RunRev (none of the commands<br>
that begin with Rev). Many of them don't work and none of them are as<br>good as the native Valentina commands.<br><br>I ended up doing almost everything with just a few of the Valentina<br>commands. The following is cut and pasted from my stack as an example:<br>
<br>on FillEmailTypesOptionButton<br>  put "select l_emailtypes_type from list_emailtypes order by<br>l_emailtypes_id" into tSQL<br>  put VDatabase_SqlSelect( gDatabase, tSQL ) into CursorRef_contacts<br>  put VCursor_GetRecords(cursorRef_contacts,1,12,tab,return ) into theList<br>
  set the text of button "EmailTypeList" of card "Client Card" of<br>stack "clients"  to theList<br>end FillEmailTypesOptionButton<br><br>I thought about making some new example stacks but I'm not really a<br>
good enough to do it. You can also consider SQLyoga that has been<br>tailored by Trevor to work with Valentina but which also has a<br>learning curve.<br><br>Bill<br>
<div>
<div></div>
<div class="h5"><br>On Mon, Sep 20, 2010 at 6:30 PM, Warren Kuhl <<a href="mailto:warrenkuhl@gmail.com">warrenkuhl@gmail.com</a>> wrote:<br>> I purchased and installed Valentina ADK for RunRev.  Everything installed<br>
> okay and I created a database and tables.  Now that I am trying to add data<br>> to my tables, I am having problems trying to figure out ADK.  Are there any<br>> good examples/documentation anywhere besides what came with the<br>
> software? Where can I find a list of all the commands available for<br>> Valentina with RunRev? I am really confused as to how to go about this.<br>><br>> I tried following some of the examples and coded, what I thought should add<br>
> records but it doesn't seem to be working.  Looks like I am connecting to<br>> the database just fine...but the add is not working.<br>><br>> Thanks for any direction,<br>> Warren<br></div></div>> _______________________________________________<br>
> Valentina mailing list<br>> <a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br>> <a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
><br>><br><font color="#888888"><br><br><br>--<br><a href="http://www.bluewatermaritime.com/" target="_blank">http://www.bluewatermaritime.com</a><br>_______________________________________________<br>Valentina mailing list<br>
<a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br><a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
</font></blockquote></div><br>