Valentina For RunRev

Warren Kuhl warrenkuhl at gmail.com
Mon Sep 20 21:51:37 CDT 2010


Bill,

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.

Apprecaite it,
Warren

On Mon, Sep 20, 2010 at 9:09 PM, william humphrey <
bill at bluewatermaritime.com> wrote:

> Warren
>
> I had the same trouble trying to get the examples to work. Do not use
> any of the database commands built into RunRev (none of the commands
> that begin with Rev). Many of them don't work and none of them are as
> good as the native Valentina commands.
>
> I ended up doing almost everything with just a few of the Valentina
> commands. The following is cut and pasted from my stack as an example:
>
> on FillEmailTypesOptionButton
>   put "select l_emailtypes_type from list_emailtypes order by
> l_emailtypes_id" into tSQL
>   put VDatabase_SqlSelect( gDatabase, tSQL ) into CursorRef_contacts
>   put VCursor_GetRecords(cursorRef_contacts,1,12,tab,return ) into theList
>   set the text of button "EmailTypeList" of card "Client Card" of
> stack "clients"  to theList
> end FillEmailTypesOptionButton
>
> I thought about making some new example stacks but I'm not really a
> good enough to do it. You can also consider SQLyoga that has been
> tailored by Trevor to work with Valentina but which also has a
> learning curve.
>
> Bill
>
> On Mon, Sep 20, 2010 at 6:30 PM, Warren Kuhl <warrenkuhl at gmail.com> wrote:
> > I purchased and installed Valentina ADK for RunRev.  Everything installed
> > okay and I created a database and tables.  Now that I am trying to add
> data
> > to my tables, I am having problems trying to figure out ADK.  Are there
> any
> > good examples/documentation anywhere besides what came with the
> > software? Where can I find a list of all the commands available for
> > Valentina with RunRev? I am really confused as to how to go about this.
> >
> > I tried following some of the examples and coded, what I thought should
> add
> > records but it doesn't seem to be working.  Looks like I am connecting to
> > the database just fine...but the add is not working.
> >
> > Thanks for any direction,
> > Warren
> > _______________________________________________
> > Valentina mailing list
> > Valentina at lists.macserve.net
> > http://lists.macserve.net/mailman/listinfo/valentina
> >
> >
>
>
>
> --
> http://www.bluewatermaritime.com
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macserve.net/pipermail/valentina/attachments/20100920/63784492/attachment-0001.html>


More information about the Valentina mailing list