|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
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??
Thanks, James
|
|
Get rid of the Me! Place your code in the Form_Load event for the MV object's container form.
BTW- If your using Office97, might be a thread-reference error... hope that was useful.
|
|
|