Changes from 1.x to 2.0

Sims, John AYU8 at CDC.GOV
Thu Feb 10 16:02:13 CST 2005


> -----Original Message-----
> From: valentina-beta-bounces at lists.macserve.net 
> [mailto:valentina-beta-bounces at lists.macserve.net] On Behalf 
> Of Claudius Sailer
> Sent: Thursday, February 10, 2005 3:40 PM
> To: Valentina Beta
> Subject: Changes from 1.x to 2.0
> 
> 
> Hi,
> 
> are there any documentations about changes between 1.x to 
> 2.0? For example I am looking for GoToRecID? I found VObject 
> is now VTable ;-))
> 
> and database.addrecord only works with count=database.addrecord
> 
> so I am step by step changing but couldn't found GotoRecID 
> solution ;-))
> 
> Thanks
> 
> 
> Claudius

Hi Claudius,

You should be able to do:

myVTable.RecID = myRecID --- where myRecID is the record you want to go
to.

>From Page 52 of the V4RB Reference:

thePerson.RecID = SomeRecID
thePerson.FirstName.Value = "Brian"
thePerson.LastName.Value = "Blood"
thePerson.UpdateRecord()

Hope this helps.

-John


More information about the Valentina-beta mailing list