RE: [DUG]: DateTimePicker headscratcher

2000-02-12 Thread Patrick Dunford
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Saturday, 12 February 2000 22:43 To: Multiple recipients of list delphi Subject: Re: [DUG]: DateTimePicker headscratcher snip I think it's more a 12/24 hour display option

[DUG]: DateTimePicker headscratcher

2000-02-12 Thread Alistair George
FYI heres what I do: var ILResult: integer; begin application.UpdateFormatSettings := false; { Use UpdateFormatSettings to control automatic updating of format settings. The default of True is set in the constructor. UpdateFormatSettings is checked when the application receives a

[DUG]: DateTimePicker headscratcher

2000-02-11 Thread Leo Ramakers
hi folks I have a DateTimePicker which I use to enter a duration, works great on my development machine. I set the 'kind' property to dktTime, and I see something like '00:00:00' in the display. I can select any one of the pairs of digits and enter from 00 to the logical amount for a time field.

RE: [DUG]: DateTimePicker headscratcher

2000-02-11 Thread Patrick Dunford
Sent: Saturday, 12 February 2000 16:37 To: Multiple recipients of list delphi Subject: [DUG]: DateTimePicker headscratcher hi folks I have a DateTimePicker which I use to enter a duration, works great on my development machine. I set the 'kind' property to dktTime, and I see something like

Re: [DUG]: DateTimePicker headscratcher

2000-02-11 Thread Leo Ramakers
of this DLL, some of which fix various bugs including in this control. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Leo Ramakers Sent: Saturday, 12 February 2000 16:37 To: Multiple recipients of list delphi Subject: [DUG]: DateTimePicker