Deployment on Users PCs - MS Access 2003
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=6386
Printed Date: 23 November 2024 at 2:34am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Deployment on Users PCs - MS Access 2003
Posted By: bardaroart
Subject: Deployment on Users PCs - MS Access 2003
Date Posted: 12 February 2007 at 5:40pm
I just bought the calendar control - it works well on my development pc - what will I need to do to make it work on other users' PCs?
Will copying the .ocx file be enough, or is there a regserver command needed?
Users will be running a MS Access 2003 application..., with newer ones using MS Access 2007
Thanks - Anthony
|
Replies:
Posted By: sserge
Date Posted: 14 February 2007 at 4:15pm
You'll have to copy and register OCX into users' PCs.
And also you'll have to provide the OCX with licensing information. The best way is to embed it into your application. See the following article for help: http://www.codejock.com/support/articles/com/general/g_3.asp - http://www.codejock.com/support/articles/com/general/g_3.asp
-- WBR, Serge
|
Posted By: rgracie
Date Posted: 17 February 2007 at 5:44pm
sserge wrote:
You'll have to copy and register OCX into users' PCs.
And also you'll have to provide the OCX with licensing information. The best way is to embed it into your application. See the following article for help: http://www.codejock.com/support/articles/com/general/g_3.asp - http://www.codejock.com/support/articles/com/general/g_3.asp
-- WBR, Serge
|
Serge, I'm using the control in an MS Access 2002 (XP) .mde... Should I be suppling the licensing information? I have had no complaints about any licensing issues yet...
Robert
|
Posted By: sserge
Date Posted: 21 February 2007 at 4:08pm
Regularily you have to provide a lic file togethjer with Calendar.OCX or set license as a string in CalendarGlobalSettings. But Access may cache license information on development stage. To be sure I recommend you set license using CalendarGlobalSettings See for details: https://forum.codejock.com/forum_posts.asp?TID=6072 - https://forum.codejock.com/forum_posts.asp?TID=6072
-- WBR, Serge
|
|