Subject | Re: [IBO] Problem editing timestamp as time only (NODATE doesnt work) |
---|---|
Author | Markus Ostenried |
Post date | 2002-05-16T15:08:49Z |
Mirco,
the wrong EditMask. Try this:
FieldEditMask = '00:00'
FieldDisplayFormat = 'hh:nn'
Look in the delphi help for TCustomMaskEdit.EditMask
and FormatDateTime.
HTH,
Markus
> I entered "hh:nn" into the column's edit maskIBO behaves totally correct here - you entered
> and display format fields. Save, compile,
> run ... shows me "hh:nn" in
the wrong EditMask. Try this:
FieldEditMask = '00:00'
FieldDisplayFormat = 'hh:nn'
Look in the delphi help for TCustomMaskEdit.EditMask
and FormatDateTime.
HTH,
Markus