VCursor - help please!

Ruslan Zasukhin ruslan_zasukhin at valentina-db.com
Mon Sep 7 10:07:06 CDT 2009


On 9/7/09 5:47 PM, "Greg Olson-Hyde" <greg at hawkmount.com> wrote:

Hi Greg,

> Thanks for your help, I am getting there :-)))
> 
> bool=vCurs.Ne
> 
> Will auto complete for me as well.
> 
> But I don't get the 'bool=' bit?

Complete code is:  

    dim res as Boolean

    res = VCursor.NextRecord()

If you do not need result of func RB allows you write

    call VCursor.NextRecord()


-----------------------------
> I am populating a listbox and just want to move to the next record
> after populating a listbox row. So I want something like (simplified):
> 
> 
> While Not vCurs.LastRecord    <<<< WRONG. Read what do this function please.
    while vcurs.NextRecord

>      (populate listbox row here)
> 
>      vCurs.NextRecord
> 
>    Wend
> 
> And 'bool=vCurs.NextRecord' won't compile.

-- 
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]




More information about the Valentina mailing list