ActiveX Problem

  • Thread starter Thread starter JamesJ
  • Start date Start date
J

JamesJ

Hi. When I attempt to open a form with the MonthView
control (MSComCtl2.MonthView.2) I get the following error
message:

Run-Time Error 2763.
MonthView returned an error: An error occurred in a call
to the Windows MonthView Control.

In the OnLoad of the form I'm setting the date on the calendar to today:

Me!axcCalendar.Value = Date

I have the MonthView control on an underlying form and when I open
that form I get no errors. Any ideas??
 
Back
Top