Addressing the RecID Field in a VTable

Ruslan Zasukhin sunshine at public.kherson.ua
Fri Jul 7 08:46:28 CDT 2006


On 7/7/06 2:14 AM, "Chuck Pelto" <cbpelto at pcisys.net> wrote:

> What is the proper call in order to identify the VField of a VTable
> that holds the RecID of a given record?
> 
> Using RB2006....
> 
> // where tDatabase is the V4RB2 database
> 
> dim theVTable as VTable
> dim theVField as VField
> 
> theVTable = tDatabase.Table("tbl_test")
> 
> theVField = theVTable("RecID") // ????????????????
> 
> or
> 
> theVField = theVTable(RecID) // ????????????????
> 
> 
> or
> 
> Something else?

  dim fldRecID as VULong

  fldRecID = tbl.Field( "RecID" )

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