Example of including error checking routines in RunRev code

william humphrey shoreagent at gmail.com
Tue Sep 2 15:02:13 CDT 2008


THANKS ---
I have that stack and have gotten as much out of it as I ever will...

Bill



On Tue, Sep 2, 2008 at 3:43 PM, Ruslan Zasukhin
<sunshine at public.kherson.ua>wrote:

> On 9/2/08 10:22 PM, "william humphrey" <shoreagent at gmail.com> wrote:
>
> Hi William,
>
> PLEASE change subject of letter when you start other thread.
>
> > Using RunRev and "VCursor_GetRecords"
> > I'm using the following code:
> >
> > on GetEmails
> >
> > put "select d_email_email,
> d_email_note,l_emailtypes_type,data_email.RecID
> > from data_email join list_emailtypes on email_types WHERE
> > d_email_clients_ref  = " & tClientID into tSQL
> >
> > put VDatabase_SqlSelect( gDatabase, tSQL ) into CursorRef
> >
> >  put VCursor_GetRecords(cursorRef,1,12,tab,return ) into fld "email_list"
> >
> > end GetEmails
> >
> >
> > It works perfectly, returns the results I want but RunRev keeps saying
> > "Function:
> > error in function handler: VCursor_GetRecords"
> >
> >
> > Can someone please suggest some lines of code I can put in there to test
> > what is bothering RunRev?
>
> Please take a look inside of V4REV/Examples/Test stack.
>
> It should contains all existed Valentina API methods.
> So you can see how it is used.
>
>
> > Thanks.
> >
> >
> > I haven't been trapping for errors and I would like help doing so.
>
> --
> Best regards,
>
> Ruslan Zasukhin
> VP Engineering and New Technology
> Paradigma Software, Inc
>
> Valentina - Joining Worlds of Information
> http://www.paradigmasoft.com
>
> [I feel the need: the need for speed]
>
>
> _______________________________________________
> 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