473,395 Members | 1,413 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Missing Calendar

Jon
Hi All,

The company I work for has an Access 97 database on a file
server. This was working OK until we upgraded the workstations. The
main form for creating a new record has a date box and the only way to
enter data into this is to double click to get the calendar and select
a date. But now the calendar doesn't come up, it produces a runtime
error 438. This only happens on the laptop machines, the desktops are
fine so I'm guessing that Access has been installed differantly on the
laptops. I'm not a programmer but have looked through the code and
found that double clicking on the box makes a call to something called
ActiveXCt10.
So now I'm stuck. I've tried searching and found lots of info
on how to use the calendar but not on where it comes from. Could it be
a dll that contains the ActiveXCt10 routing is missing ? Or, something
that just occured to me, could it be that ActiveX isn't installed at
all ? How can I tell ?
Any help appreciated.

Thanks,

John.
Nov 12 '05 #1
4 2534
You'll need to install the Calendar control from the Office (or Access)
installation disks. I can't remember where it's contained in the setup, but
it's there. If they are not available, I beleive MS has (at least had) a
Calendar control that you could download and distribute. However, you may
need to fix references in any DBs that you install this for.

Mike Storr
www.veraccess.com
"Jon" <jo*@jrussell.plus.com> wrote in message
news:g3********************************@4ax.com...
Hi All,

The company I work for has an Access 97 database on a file
server. This was working OK until we upgraded the workstations. The
main form for creating a new record has a date box and the only way to
enter data into this is to double click to get the calendar and select
a date. But now the calendar doesn't come up, it produces a runtime
error 438. This only happens on the laptop machines, the desktops are
fine so I'm guessing that Access has been installed differantly on the
laptops. I'm not a programmer but have looked through the code and
found that double clicking on the box makes a call to something called
ActiveXCt10.
So now I'm stuck. I've tried searching and found lots of info
on how to use the calendar but not on where it comes from. Could it be
a dll that contains the ActiveXCt10 routing is missing ? Or, something
that just occured to me, could it be that ActiveX isn't installed at
all ? How can I tell ?
Any help appreciated.

Thanks,

John.

Nov 12 '05 #2
Jon <jo*@jrussell.plus.com> wrote:
I'm not a programmer but have looked through the code and
found that double clicking on the box makes a call to something called
ActiveXCt10.
So now I'm stuck. I've tried searching and found lots of info
on how to use the calendar but not on where it comes from. Could it be
a dll that contains the ActiveXCt10 routing is missing ? Or, something
that just occured to me, could it be that ActiveX isn't installed at
all ? How can I tell ?


Yup, I'd agree that it's not installed. And that Mike's suggestion of locating and
re-installing is a good one.

An alternative is to just get rid of the control and use something else. Such as the
API call which is the same as the control or use forms.

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

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #3
NB
It might have been a missing library

Check this out on Allen's web site

http://members.iinet.net.au/~allenbrowne/ser-38.html

NB
Nov 12 '05 #4
Jon
On 3 Mar 2004 21:40:04 -0800, ni******@lycos.com (NB) wrote:
It might have been a missing library

Check this out on Allen's web site

http://members.iinet.net.au/~allenbrowne/ser-38.html

NB

Thanks Mike and NB,

Yep, that was the problem, a missing file. Didn't need to use the
install disks, once I'd found out what file it was (mscal.ocx) just
copied it from one of the desktop machines to all the laptops that
need it and registered it with windows.
Thanks again.

John.

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Sugapablo | last post by:
Can someone recommend a very simple script to produce a web calendar? I just want something where I can select a month and year and it produces a very basic HTML table, 7 columns across, one...
2
by: cg_news | last post by:
In short, what I am trying to do is, based on a date, calculate the week of year (as described in ISO 8601), then calculate the first and last date in this week period and return them in the format...
2
by: Caesar Augustus | last post by:
First, let me start by saying my asp.net experience is still in it's infancy so please bare with me as I try to explain my situation. I have created a single page that with the use of many...
0
by: Richard Steele (Basemap) | last post by:
VisualStudio 2005 Release having developed a webform with embedded tags such as <a href="javascript:OpenPopupPage('Calendar.aspx','<%= WeekEnding2.ClientID %>','<%= Page.IsPostBack %>');"> ...
2
by: jodyblau | last post by:
I am trying use a Calendar Control 10.0 in one of my forms. (I am using access 2002) What I want to do is have the user click a button which makes the calendar visible. Then when the user...
3
by: thorpk | last post by:
I posted this problem earlier in the month and some one decided it was better to change the subject and ask a completely different question. I am therefore reposting. I am hoping some one can...
4
by: gubbachchi | last post by:
Hi all, Please anybody help me solve this problem. I am stuck up with this from past 2 weeks. I am developing an application where, when the user selects date from javascript datepicker and enters...
1
by: abhishekbrave | last post by:
The code below is opening a calendar on mouse over in the same window. I need the calendar to be opened in new window. Have to fulfill this requirement urgentely so posting the whole code here. I...
2
by: markszlazak | last post by:
Could someone check out the following code and please help me understand the problem and fix it. It seems like some events are not firing when my mouse moves over the table cells to quickly causing...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.