Print Page | Close Window

"No Object In Control"

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=14935
Printed Date: 27 April 2024 at 5:26am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: "No Object In Control"
Posted By: rgracie
Subject: "No Object In Control"
Date Posted: 09 August 2009 at 9:14pm
MS Access 2007
 
I know all about including the contents of the lic. file and thought I knew how to apply that information (have been since version 9), but I'm running into some problems with the latest version of the calendar & date picker control.
 
 
Works fine when lic file is included with the .ocx,
 
 
Here is what I've tried to correct problem.
 
Public Const calLic                           As String = "Calendar Control Copyright (c) " & _
                                                        "2003-2009 Codejock Software" & vbCrLf & "PRODUCT-ID: " & _
                                                        "Codejock.Calendar.ActiveX.v13.1" & vbCrLf & _
                                                        "VALIDATE-CODE: XXX-XXX-XXX-XXX"
 
Tried In the Open & Load event of the form containing the control...
 
CalendarGlobalSettings.License = calLic
 
Also tried
    Set m_objGS = New CalendarGlobalSettings
     m_objGS.License = calLic
 
in the encapsulation class wrapped around the control on the form. (this is how I've done it in the past.)
 
I'm stumped
 
Robert
 
 
 
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net