Subject Re: [IBO] Grid-Calendar
Author Geoff Worboys
> How can I activate the inbuilt calendar of the IB_Grid. I
> thought with IB5 I have to set in the ColumnAttributes
> Col=NOTIME and with IB6, IBO indicates the Date-Fields
> automaticly. But for some reasons, this
> doesn't work for me. The Query is editable.

AFAICT from the code there is still no automatic detection of dateonly
for IB6. So you will need the ColumnAttributes entry.

FieldName=NOTIME
or
Table.FieldName=NOTIME
or
DomainName=NOTIME


If this does not work, you may need to setup a simple demonstration
for me to investigate.

Geoff Worboys
Telesis Computing