Updating Calendar |
Post Reply |
Author | |
tomgriff
Groupie Joined: 10 August 2006 Status: Offline Points: 25 |
Post Options
Thanks(0)
Posted: 03 January 2007 at 3:01pm |
Hello,
I am using the calendar control 10.3.1 activex version, VB6.
I have a calendar in a program with a few people adding appointments at the same time. I am trying to find the best way to have all active users see an updated calendar when a change is made on one pc.
The other users are not seeing the changes as they are made. I know the calendar has to be populated after the change. I am using the date calender on the side like in the example. I have added a dataprovider.populate method when the date is changed. this does not seem to work.
thanking you in advance.
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
Do not forget that each instance of Calendar has its own DataProvider cache. You need to change cache more to disable it, or reopen a data provider each time you'd like to update it. See also http://forum.codejock.com/forum_posts.asp?TID=3310 -- WBR, Serge |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Also the following topic could be useful for you: http://forum.codejock.com/forum_posts.asp?TID=5059
-- WBR, Serge |
|
tomgriff
Groupie Joined: 10 August 2006 Status: Offline Points: 25 |
Post Options
Thanks(0)
|
Thank you very much for the reply.
I will try the suggestions.
|
|
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 |