Subject Re: [IBO] TIB_DateTimePicker does not change time values
Author Helen Borrie
At 12:18 PM 17/12/2003 +0000, you wrote:
>Hi,
>
>I´m trying to use a TIB_DateTimePicker control to change a timestamp
>field in a Firebird 1.5 Database Table.
>I have changed the following properties:
>Format: dd/MM/yyyy hh:mm
>Kind: dtkDate
>ShowCheckBox:false
>
>The control works fine except for been impossible to change the time
>value (I can change only the date).
>
>
>Any clue?

Use Kind dtkTime if you want time to be editable. See Delphi help for
TDateTimePicker.

Helen