main logo
Subject: Re: Need help with setting cursor field values.
Author: Kevin Windham
Posted: 2001/05/29 10:01:01
 
View Entire Thread
New Search


Perfect, that's just what I needed. Is that information in the Reference or
tutorial anywhere. I looked through everything but didn't find this. Did I
miss it, or is it just not there?

>
> Yes, you can coerce to needed File Type using
>
> curs.TimeField("StartTime").Hour = 8
>
> if you will access EACH property of time field then faster to obtain local
> reference
>
> dim timeFld as VTime
>
>
> timeFld = curs.TimeField("StartTime")
> timeFld.hour =
> timeFld.minute =
> timeFld.second =
>
>


-------------------------------------------------------------
The Valentina mailing list is brought to you by MacServe.net
For info on lists services, see http://www.macserve.net/lists.html
 
©2001 Kevin Windham
<-- Prior Message New Search Next Message -->