Date Picker

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I understrand that Outlook forms don't have a date picker control. I followed
a link from another site (might have been yours, Sue) to the CCRP website and
downloaded their free CCRPTateTimePicker. I have installed the control and
put it ito one of my forms, and tried to bind it to a date property in my
form.

When I run the form, the picker seems to work - it pops up as expected and
the selected date shows, but the bound property is not updated.

Has anyone experienced anything like this with this control? How might I
overcome the problem?


TIA

Vaughan
 
OK, I should have searched this forum before asking this question. The answer
is that I needed to "initialise" the controls on opening theform, by
assigning a date to them in the Item_Open code. Did that, works a treat.

See ya

Vaughan
 
Back
Top