Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - "No Object In Control"
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

"No Object In Control"

 Post Reply Post Reply
Author
Message
rgracie View Drop Down
Groupie
Groupie


Joined: 12 November 2006
Status: Offline
Points: 75
Post Options Post Options   Thanks (0) Thanks(0)   Quote rgracie Quote  Post ReplyReply Direct Link To This Post Topic: "No Object In Control"
    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
 
 
 
 
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.