Changes from 1.x to 2.0

Claudius Sailer Claudius at sailer-online.de
Fri Feb 11 06:19:59 CST 2005


Hi John,

Am 10. Feb 2005 um 22:02 Uhr schrieb Sims, John:

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

Yeah this helps.
One other thing as a point of view to RealBasic.
At the moment I am using

thePerson.FirstName.value=UniCodeToASCII(EditField1.Text)

I would now expect to use

the Person.FirstName.value=UTF8ToUTF16(EditField1.text)

what are all the other RB-User do. Changing Encoding in Valentina to 
UTF8 or using transfermethod!!

Thanks for help

bye


Claudius

-- 
G4/733 QS / MacOS X 10.3.7de / RB 5.5.3de/ Valentina 1.10.0 & 2.0b44
Homepage	http://www.ClaSai.de
iChat		ryhoruk
RealBasic ListBoxes: [ I feel the need...the need for speed!!! ]



More information about the Valentina-beta mailing list