PDA

Click to See Complete Forum and Search --> : DTPicker Tough One .. ?


vishalmarya
Dec 12th, 2001, 10:40 PM
Anybody Having any idea of when callbackkeydown event

of DTpicker fires ?

Put It three times , but no reply.
Seems to be tough one for all the Gurus

Pickler
Dec 12th, 2001, 11:34 PM
With your DTPicker set property
Format=dtpCustom

To create the callback field in CustomFormat property
put some thing like

XX/XX/XXXX

(Capital X's)

The Callbackkeydown event will then fire.

I just looked all this up in the help files, so hell knows what you
are meant do with it after that. Hope this helps though.
:)

vishalmarya
Dec 14th, 2001, 05:20 AM
It Doesn't Help . By putting Capital X's like that , i am not able to
enter any date in the control

Alphanos
Dec 15th, 2001, 01:26 PM
The DTPicker control is stupid imo:p. I made my own little date selector control, and it looks nicer, and is easier to work with:).

somoorthi
Mar 15th, 2006, 05:36 AM
Dear friends...
I am somoorthi an new member for this forum...

For the date picker control - custom format
after selecting the format as dtbCustom.
For the custom format u have to use the specific letters only...

for date indication . dd (small case only)
For months - MM (capital case only)
for Year fields - yy (small case only)

example - for the date format for 15-Mar-2006
u have to give it as
dd-MMM-yyyy
Any small case and capcase also makes problem.