RHubbard
Registered User.
- Local time
- Today, 10:02
- Joined
- Dec 25, 2001
- Messages
- 47
I have a form with calendar control 11.0 placed on it.
When the form opens, the calendar is invisible.
When the cursor enters a field called ClassDate the calendar (calClassCalendar) becomes visible.
When the user clicks a date on the calendar control I want that date to appear in in the ClassDate field.
I would have expected the Calendar Control to have an OnClick Event Property that would have allowed something like
ClassDate.value=calClassCalendar.val
To my complete dismay there is NO OnClick event on the Calendar Control.
How to I get the Calendar Control's date to display in the ClassDate field?
Thanks for the help.
Rick
When the form opens, the calendar is invisible.
When the cursor enters a field called ClassDate the calendar (calClassCalendar) becomes visible.
When the user clicks a date on the calendar control I want that date to appear in in the ClassDate field.
I would have expected the Calendar Control to have an OnClick Event Property that would have allowed something like
ClassDate.value=calClassCalendar.val
To my complete dismay there is NO OnClick event on the Calendar Control.
How to I get the Calendar Control's date to display in the ClassDate field?
Thanks for the help.
Rick