modCalendar 1.82 for Access 97

  • Thread starter Thread starter Deli22
  • Start date Start date
D

Deli22

I am using the calendar in an application and the user would like to view 12
months instead of 9 months. How can I get the calendar to show 12 months
view instead of 9?

my email is (e-mail address removed)

Thanks,
Barbara
 
Are you reffering to my MonthCalendar here?
http://www.lebans.com/monthcalendar.htm#Version Information

That is a very old version and you really should download the latest
version. It contains a Properties Menu to allow you to specify and save
the number of Months displayed within the Calendar.

If you want to control the number of Months displayed programmatically,
add lines of code like below prior to your call to the ShowMonthCalendar
function.

mc.MonthColumns = 3
mc.MonthRows = 2
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top