Upgrading from Valentina 2 to Valentina 4
Ruslan Zasukhin
sunshine at public.kherson.ua
Mon Mar 2 15:54:28 CST 2009
On 3/2/09 10:07 PM, "Paul Lefebvre" <rblists at logicalvue.com> wrote:
Hi Paul,
> I'm upgrading a client's REALbasic application from Valentina 2 to Valentina
> 4. I'm a bit of a Valentina newbie and I've run into one snag that I cannot
> figure out yet:
>
> The code makes use of VCursor.OjbectPtrField() is quite a few places, which is
> giving me the message "This method or property does not exist." The
> autocomplete for REALbasic does not offer it as a suggestion, so I'm included
> to agree. The code looks like this:
>
> Dim i As Integer
> i = myCursor.ObjectPtrField("FieldName").Value()
ObjectPtr inside of cursor looks its PTR features.
Instead you get ULONG field, so code must be
i = myCursor.UlongField("FieldName").Value()
> There's very little mention of it in the wiki. Should it be available in
> Valentina 4? If not, what should I use instead?
>
> Any other suggestions?
--
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