Addressing the RecID Field in a VTable
Chuck Pelto
cbpelto at pcisys.net
Thu Jul 6 17:14:39 CDT 2006
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?
Regards,
Chuck
More information about the Valentina
mailing list