> I am trying to use the Monthview Control on an Access form. When I run the
> GetDayBold event I get the following error;
[quoted text clipped - 8 lines]
>
> I would appreciate some assistance with this
Thanks Stephen,
I have downloaded the Access 2000 version of your monthcalendar and ran it
on a form.
The MonthView ActiveX control has a "getdaybold" event. So when the calendar
loads or is tabbed to the next "group" of months, the "getdaybold" event
fires and this allows one to loop all dates in view and set the bold state to
true.
I am developing a newspaper publication managment software and I want to
show the calendar with the publication dates in bold.
Can your calendar do this ?
> I do not believe the standard MonthView control supports the
> BoldDayState property.
[quoted text clipped - 37 lines]
> >
> > I would appreciate some assistance with this
Stephen Lebans - 24 Nov 2004 03:28 GMT
I did not realize the MonthView Calendar exposed this feature. A quick
search on GoogleGroups yielded only a few threads but there was some
sample code for setting this property. Also if you use the Object
Browser to look in the MSCommCtl libray you can find the MonthCiew class
and examine its interface.
As I stated my Calendar does expose a DayState property. Look in the
source code for the prop and sample code for how to set it in the
Class's Initialize event.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
> Thanks Stephen,
>
[quoted text clipped - 52 lines]
> > >
> > > I would appreciate some assistance with this