"No Object In Control" |
Post Reply |
Author | |
rgracie
Groupie Joined: 12 November 2006 Status: Offline Points: 75 |
Post Options
Thanks(0)
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
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |