Subject Re: Problem with IB_Edit and Time Field
Author Marco Menardi
The first question that comes in my mind is:
FieldProperties DiplayFormat hh:nn
should be
FieldProperties DiplayFormat hh:mm
(mm instead of nn).
Is a missprint made here, or is it in your code too?
Check it first
Regards
Marco Menardi

--- In IBObjects@y..., knoerzer@b... wrote:
> Hello,
> i've got the problem with Editing a time-field in IB_edit.
>
> The field in Interbase is a time field and in the IB_Query, i set
the
> following:
>
> ColumnAttributes NODATE checked
> FieldProperties DiplayFormat hh:nn
> EditMask !90:00;1;_
>
> I can edit the field with 10:30 and 10:30 will be displayed.
> If i reenter the field, 10:00 will be displayed.
>
> What's wrong with my settings? Has anybody an idea?
>
> Thanks for help
>
> Elmar Knoerze