Calender control issue

J

John

Hi

Client site has Calendar Control 9.0 while my production machine for some
reason has Calendar Control 12.0 which is causing issues. Is there a way to
install Calendar Control 12.0 on client pcs as well?

Many Thanks

Regards
 
T

Tom Wickerath

Hi John,

Rather than installing another ActiveX based calendar control, my suggestion
is that you replace your existing callouts of this control with a form-based
control that will work in all versions of Access. The calendar controls are
nothing but a pain-in-the-butt, as you are now finding out. Here are a few
good choices:

Popup Calendar
http://www.allenbrowne.com/ser-51.html

http://www.accessmvp.com/JConrad/accessjunkie/calendars.html

After replacing the ActiveX based calendar, make sure to remove any checked
reference to this control. Open the Visual Basic editor and click on Tools >
References to access this listing. Also, make sure that your VBA code
compiles without any errors.


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
__________________________________________
 
T

Tony Toews [MVP]

John said:
Client site has Calendar Control 9.0 while my production machine for some
reason has Calendar Control 12.0 which is causing issues. Is there a way to
install Calendar Control 12.0 on client pcs as well?

What Tom said.

See the Calendar Tips page at my website
http://www.granite.ab.ca/access/calendars.htm

There could, likely will, be lots of version problems when you go to
distribute the MSCal.OCX..

One alternative is MonthCalendar is a completely API generated Month
Calendar derived directly from the Common Control DLL. There are
links to several downloadable calendar forms at my website. As these
are forms you can also do anything with them you want.

You can also use the calendar form which comes in the Access <insert
your version here> Developers Handbook by Litwin/Getz/Gilbert,
publisher Sybex www.developershandbook.com. These books are well
worth spending money. Every time I open one I save the price of the
book.

Duane Hookum has an awesome and simple calendar in a report. See the
Calendar Reports sample section at
http://www.access.hookom.net/Samples.htm

Toy
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top