Hi.... I'm using a calendar control and, if I click on an incorrect date, I want to put the focus back onto the date that was active before I clicked on the incorrect date. And I thought this would work...
Code:
calendarnumber = 1
mycalendar.value = calendarnumber
But it doesn't. So any help would be appreciated (I know about the monthview control but I just want to stick with this type of calendar for now).