Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Update to  Run-time error 429
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Update to Run-time error 429

 Post Reply Post Reply
Author
Message
tomgriff View Drop Down
Groupie
Groupie
Avatar

Joined: 10 August 2006
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote tomgriff Quote  Post ReplyReply Direct Link To This Post Topic: Update to Run-time error 429
    Posted: 13 March 2007 at 5:08pm

I found the answer to this question in a previous topic.

 
Dim pDatePicker
Dim GS As CalendarGlobalSettings
   
Set GS = CreateObject("Codejock.CalendarGlobalSettings.10.4.2")
   
GS.License = "Calendar Control Copyright (c) 2003-2006 Codejock Software" + vbCrLf + "PRODUCT-ID: Codejock.Calendar.ActiveX.v10.3" + vbCrLf + "VALIDATE-CODE: XXX-XXX-XXX-XXX"
                
Set pDatePicker = CreateObject("Codejock.DatePicker." + GS.Version)
 
Open you license file to get the license info.
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.172 seconds.