How to populate control in a multi user |
Post Reply |
Author | |
BigTex
Newbie Joined: 06 July 2009 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 08 August 2009 at 3:39pm |
Newbie..
Does anyone know to to Populate the calendar control in a network enviorment.
I have tried .Populate and .RedrawControl, but no luck.
Help...... Dataprovider=Access
|
|
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
|
Hello,
You must call ClearCache before Populate in a multi-user environnement.
For example:
Private Sub FlushCalendar()
With Calendar.DataProvider
.ClearCache
.Populate
End With
End Sub
|
|
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 SP 6 |
|
BigTex
Newbie Joined: 06 July 2009 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Thank very much. I will give it a try.
|
|
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 |