DateTimePicker

G

Guest

I have a DateTimePicker on an Add/Edit Form...
When the form is loaded the DTPicker is assigned Now in a ShortDate Value if
Adding, or the ShortDate from SQL Server when Editing.
When Adding, any date can be selected and works as expected.
But,
When editing I can only change the date by entering text in the DTPicker.
I cannot click on a day, month, etc. from the dropdown - the value does not
change.
 
G

Guest

OK, I was NOT setting the Value of the DateTimePicker in my Add Procedure.
Now I am and now the problem is with both modes (Add/Edit). Whenever I set
the Value of the DateTimePicker at runtime it is not Editable using the
Dropdown. Any changes to the DateTimePicker must be typed into the TextBox
of the control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top