Valentina For RunRev

william humphrey bill at bluewatermaritime.com
Mon Sep 20 21:09:38 CDT 2010


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


More information about the Valentina mailing list