Hello all,
Whenever I do a select from a table from a column defined as time, all values from that column in my foxpro cursor have a date in front of it.
As seen in my database: "11:08:55"
As seen in my foxpro cursor: "30-12-99 11:08:55"
So it seems foxpro just places this date in front of it.
Since I use a listbox with the rowsource set to my cursor, I have no means of editting the time column. I just want the time to be displayed.
How can I make foxpro get the time only, without any date?
My guess is it's a SET option, but I have no idea which one to use.
Whenever I do a select from a table from a column defined as time, all values from that column in my foxpro cursor have a date in front of it.
As seen in my database: "11:08:55"
As seen in my foxpro cursor: "30-12-99 11:08:55"
So it seems foxpro just places this date in front of it.
Since I use a listbox with the rowsource set to my cursor, I have no means of editting the time column. I just want the time to be displayed.
How can I make foxpro get the time only, without any date?
My guess is it's a SET option, but I have no idea which one to use.