|
-
Mar 28th, 2000, 12:02 AM
#1
Thread Starter
Addicted Member
Has anyone found a good date time picker? I looked at some company's web sites and I didn't found any.
The maskedit control (VB6) is giving me a lot of problem and the date time picker from VB6 is not the control I need neither.
I'd need a date control that works well and is somehow flexible, just like in Access.
(Why the date time picker in vb6 HAS to be formatted that way? Long date, with 2 gaps... It's ugly no one wants to use this format!)
Thanks!
-
Mar 28th, 2000, 12:17 AM
#2
I don't understand why VB6's DTPicker is not the one you want. It can be formated in any way you want it.
-
Mar 28th, 2000, 01:51 AM
#3
Thread Starter
Addicted Member
Date picker
My fault. I was confusing with another date picker control I tried. Actually, the date picker from Vb6 would be very good if I could just set the date to NULL. And this is impossible... or is it??? (without using the ugly checkbox)
Thanks!
-
Apr 4th, 2000, 04:22 AM
#4
New Member
In order to set the value of the DTPicker to null, you'll first have to set the CHECKBOX property to true, then set its VALUE="". So, the date will be passed only when the checkbox is checked.
-
Apr 4th, 2000, 06:42 AM
#5
Addicted Member
this helped me as well. the problem I am having is that i can't get it to display nothing -- it still displays the first date in the record unchecked. How do you get the date time picker to show nothing in its box at all. Can anyone help?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|