473,657 Members | 2,283 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error - There is no object in this control when trying to view calendar

anoble1
245 New Member
I have a database that I am trying to fix. I don't know much about it. Seems to keep up with meetings. When I click on the button it come up and says: There is no object in this control. and properties says:
OLE Class - Calendar
Class MSCAL.Calendar. 7
Enabled - yes

So I was doing some reading and looks like it does not work for 2010. So I tried it on a 2007 machine and it won't work now. Crap! Anyrate i found a .DLL and added the reference and registered it. Same error. Or is their another way to do this?
Sep 10 '13 #1
1 4126
zmbd
5,501 Recognized Expert Moderator Expert
The old calendar control was depreciated in ACC2007/2010.
There is a video here that may interest you:
MicroSoft: Replacing the Calendar Control in Access 2010 Applications Office 2010 this has some step by step.

You should also read thru the comments. However, I caution you that using the solution to bring a depreciated DLL back into the OS is, IMHO, not the best solution -- one never knows when the OS will be changed enough to break the old DLL beyound use, 64bit comes to mind, and then you are back at square one. You also have the same issue as using the activex with installation to the client PC should you be distributing the application either as a whole or as the front-end.
Sep 11 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
13266
by: SQLScott | last post by:
Forgive me if this seems trivial but I cannot seem to find an answer. For testing purposes, one of my methods in my Web Service writes to a file (at least tries). I am using the following line of code to create the text file: Dim sw As StreamWriter = New StreamWriter("c:\Accesstimes.txt") But the error i get back when trying to execute this line of code is the following: Access to the path "c:\Accesstimes.txt" is denied
1
1989
by: viktor9990 | last post by:
I have an application in asp.net where from code I open a powerpoint presentation and save it to html. It is working well when running on my computer (after editing in the DCOM locally) but when I deployed to the server(and changed in the DCOM as I did locally) I got this error Message below: Which settings on the server should I edit? Thanks Unspecified error Description: An unhandled exception occurred during the execution of the...
8
1788
by: martin.lundberg | last post by:
Hello! I've just donwloaded February 2005 Community Technical Preview Release of both Web Developer Express and Sql Server Express and when I'm in Web developer express goes to the menu item Website > ASP Configuration I'm taken to the ASP.Net Web Administration Tool and this message is showed to me: "Access is denied for the application you are attempting to administer."
2
4377
by: lawrence k | last post by:
I'm getting lots of fatal errors because I run out of memory trying to resize images: http://www.monkeyclaus.org/media/audio/index.php?pageId=182 Does anyone know how to protect against these errors?
8
6869
by: Ryan | last post by:
I've created and deployed a VB.Net 2005 Application. I have it set as a FullTrust (ClickOnce) application. The install point is on a network server. I did not run into this issue at all while testing, but now that the application is deployed about 1 in every 10 computers get this error when they try to run the app. Any ideas? Everything I find on the web talks about ASP.NET. This is not a webpage, it's a desktop application. ...
2
1389
by: twink | last post by:
I am trying to access certain rows in a table in a combo box. I get this error (Run-time error '3265' Item not found in this collection) Here is the code. I am new to VBA so please excuse me. Here is the code: Private Sub GO_Click() Set rec = New ADODB.Recordset Dim rs As Recordset Dim sql As String Dim Combo43 As ComboBox
6
6520
by: BlackMustard | last post by:
hi all, i get a run-time error '424': Object Required on the last line below, and i can't figure out why... Dim adoConn As New ADODB.Connection Dim adoCmd As New ADODB.Command Dim adoRecSet As New ADODB.Recordset ' "SELECT dbDescription,dbExternal FROM EuroPrice WHERE dbFAB = '" & Format(txtFAB.Text, "@@@ @@@ @@@@") & "'"
4
3503
by: =?Utf-8?B?YXNod2lu?= | last post by:
I have a website that (apparently) is not serving WebResource.axd to the Web browser. When a page containing a reference to a resource in WebResource.axd (like WebForm_AutoFocus) is displayed in the Web browser, Internet Explorer reports a Runtime Error of “Object expected”. I cannot find any support articles that address this problem.
1
1884
by: THEAF | last post by:
i'm trying to create a reminder form, when i add a new reminder its ok but when i try to delete a reminder then i get No Current Record problem. Form Load Private Sub Form_Load() Dim s() As String Dim ListTime As String Dim ListDate As String Dim i As Integer Set dbReminder = OpenDatabase(App.Path & "\Password.mdb") Set rsReminder = dbReminder.OpenRecordset("Reminder", dbOpenDynaset)
0
8411
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8838
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8739
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8613
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2740
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1969
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.