Navigation through DB with Revolution
Ruslan Zasukhin
sunshine at public.kherson.ua
Wed Dec 19 13:21:06 CST 2007
On 19/12/07 5:08 PM, "Christian Langers" <christian.langers at education.lu>
wrote:
Hi Christian,
> I'm fairly new to Valentina and I'm looking for a way to navigate
> through the Db data with a scrollbar (slider).
>
>
> I know of the following functions :
>
>
> VTable_FirstRecord( tblRef )
> VTable_LastRecord( tblRef )
> VTable_PrevRecord( tblRef )
> VTable_NextRecord( tblRef )
>
> But I want to be able to point directly to a row of the VTable :
>
> e.g.
> table.RecId = 54
>
> How can one do that in Revolution ?
In general API this is
Vtable.RecID = 54
In V4REV API it should looks like
VTable_RecID( tblRef, 54 )
Check V4REV_Reference_2_en.pdf page 57
--
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