Valentina Newbie
Damon Pillinger
daisychain at iinet.net.au
Thu Jun 2 16:37:40 CDT 2005
After more work I found it does work, it just does not display in the
Realbasic IDE, when I do a SQL query it returns the correct value.
To display as a string we use vt.dateField("oDOB").getString() which
returns a string.
> Hi Guys,
> This will be the first of many dumb questions
> vt.Field("OName").SetString("Admin")
> vt.Field("OPassword").setString("Admin")
> vt.DateField("Odob").set(2007,1,1)
>
> v=vt.addrecord()
> msgBox v
>
> This does not set the date, when I read it the result is 0-00-00
>
> What dumb thing have I done?
Please try it as
vt.DateField("Odob").setString("1/1/2007")
If this works then may be bug in set().
--
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]
_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina
More information about the Valentina
mailing list