If what you've got is a DateTime field, you'll see that in the grid. Sounds
like you should make the Column.ControlSource be ="TTOD(YourField)" and also
set the column.Sparse to .F.. Note that this will make the column ReadOnly,
so if you're using the grid for data entry, you'll have to create a date
type field and use that.

Signature
Fred
Microsoft Visual FoxPro MVP
> How do you format a date time field so that just the date displays in the
> cell as mm/dd/yyyy? I've tried setting the format property for both the
[quoted text clipped - 3 lines]
> T. No matter what I do, the time is also showing up in the cell with the
> date.
Mike W - 12 Sep 2008 13:52 GMT
Unfortunately the field is in a SQL table so I can't make it a date only field.
Bernhard Sander - 12 Sep 2008 15:06 GMT
Hi Mike,
> Unfortunately the field is in a SQL table so I can't make it a date only field.
In a remote view you can redefine this field so that (only) within foxpro it is
treated as date field. See "Properties" on the "Field" tab in the view designer.
Regards
Bernhard Sander