From: "Rick Rogers (TeamB)" Subject: Re: TDateTime Picker and tabbing Date: 30 Nov 1998 00:00:00 GMT Message-ID: <73vg26$mh212@forums.borland.com> References: <73uqun$m1b26@forums.borland.com> <73v0hh$m1b33@forums.borland.com> <73ved1$mgn17@forums.borland.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Another Netscape Collabra Server User Newsgroups: borland.public.delphi.objectpascal >I'm using Delphi 3. Ok, there was a bug in this control in D3. Simply set the TabStop property to true *in code* like this: DateTimePicker1.TabStop := True; The property doesn't show up in the Object Inspector because it isn't published (by mistake), and it defaults to false. - Rick