schumarg
Registered User.
- Local time
- Today, 14:20
- Joined
- May 13, 2003
- Messages
- 94
Hi,
This is a bit perplexing. I have a calendar control on a form that is hidden, calendar.visible=false, when form is loaded.
What I would like to do is unhide the calendar when I tab to the date field, then select a date, fill the date field and then hide the calendar again.
Seems simple, but I get a run time error "2110", The control's Visible property may be set to No.
Seems like a catch 22.
Is there a work around. I've tried setting visible = True, but is appears that in order to change the control the visible property needs to be true. ?????
Thanks in advance,
Bob
This is a bit perplexing. I have a calendar control on a form that is hidden, calendar.visible=false, when form is loaded.
What I would like to do is unhide the calendar when I tab to the date field, then select a date, fill the date field and then hide the calendar again.
Seems simple, but I get a run time error "2110", The control's Visible property may be set to No.
Seems like a catch 22.
Is there a work around. I've tried setting visible = True, but is appears that in order to change the control the visible property needs to be true. ?????
Thanks in advance,
Bob