Date Picker default value (1 Viewer)

beeky

Registered User.
Local time
Today, 15:05
Joined
Jan 11, 2010
Messages
39
I have a data entry form with an Invoice sent and payment received fields. These are gained from a fairly standard dataset. The date fields have automatically formed with the date picker option which shows todays date as default. How can I change this so that date fields display blank until a date is selected please?
 

DCrake

Remembered
Local time
Today, 15:05
Joined
Jun 8, 2005
Messages
8,632
Does the date picker allow null dates? you coould try setting the DT picker date to 0 or -1
 

beeky

Registered User.
Local time
Today, 15:05
Joined
Jan 11, 2010
Messages
39
Thanks but no I have tried to look for this and there is no option for setting the date picker to 0 or -1.
 

rama_1066

Registered User.
Local time
Today, 20:35
Joined
Jun 22, 2007
Messages
18
it seem like you want to use date picker and blank date. then i suggest you to USER TEXT BOX AND DATE PICKER BOTH.
eg.
TXT_DT.Text as textbox and PICK_DT AS DatePicker set PICK_DT behind TXT_DT EXCEPT PULL DOUWN TAG.

SET THE CODE PICK_DT= TXT_DT.Text ON LOSTFOCUS EVENT
AND if u want to DATEPICKER THEN SET CODE ON TXT_DT.Text =PICK_DT ON SELECTION CHANGE EVENT..
TRY THIS .........
 

LeeMannings

New member
Local time
Today, 08:05
Joined
Dec 28, 2010
Messages
1
Rama could you elaborate a bit more on your solution. I don't really understand what we need to do as I'm not very advanced. Thanks.
 

Users who are viewing this thread

Top Bottom