<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Please help Event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Please help Event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 02:20:45 +0000</pubDate>
  <lastBuildDate>Wed, 05 Mar 2008 08:08:20 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=9798</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Please help Event : it is ok but of that I put anschuldes,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31914&amp;title=please-help-event#31914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3814">malban</a><br /><strong>Subject:</strong> 9798<br /><strong>Posted:</strong> 05 March 2008 at 8:08am<br /><br />it is ok but of that I put an&nbsp;schuldes, event&nbsp;is not displayed]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 08:08:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31914&amp;title=please-help-event#31914</guid>
  </item> 
  <item>
   <title><![CDATA[Please help Event : I prefer work directly with the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31913&amp;title=please-help-event#31913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 9798<br /><strong>Posted:</strong> 05 March 2008 at 7:38am<br /><br />I prefer work directly with the "memory", so I just need to use DataProvider.Create().&nbsp; Give a try...<DIV>&nbsp;</DIV><DIV>I don't know if this information is in your strConnectionString, but I read in help that : </DIV><DIV>"For all custom data provider the <a href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20SuitePro%20ActiveX%20v11.2.2\Help\SymbolReference.chm::/XtremeCalendarC&#111;ntrol~CalendarDataProvider~C&#111;nnecti&#111;nString.html" target="_blank"><FONT color=#800080>ConnectionString</FONT></A>&nbsp;must contain "Provider=custom".&nbsp; "</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 07:38:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31913&amp;title=please-help-event#31913</guid>
  </item> 
  <item>
   <title><![CDATA[Please help Event : yes  Public Sub OpenProvider(ByVal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31909&amp;title=please-help-event#31909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3814">malban</a><br /><strong>Subject:</strong> 9798<br /><strong>Posted:</strong> 05 March 2008 at 6:27am<br /><br />yes<DIV>&nbsp;</DIV><DIV>Public Sub OpenProvider(ByVal eDataProviderType As CodeJockCalendarDataType, ByVal strConnectionString As String)<BR>&nbsp;&nbsp;&nbsp; Set m_pCustomDataHandler = Nothing<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; ' SQL Server provider<BR>&nbsp;&nbsp;&nbsp; If eDataProviderType = cjCalendarData_SQLServer Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set m_pCustomDataHandler = New providerSQLServer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '' Create DSN "Calendar_SQLServer" to connect to SQL Server Calendar DB<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_pCustomDataHandler.OpenDB strConnectionString<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_pCustomDataHandler.SetCalendar CalendarControl<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; CalendarControl.SetDataProvider strConnectionString<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If eDataProviderType = cjCalendarData_SQLServer Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.DataProvider.CacheMode = xtpCalendarDPCacheModeOnRepeat<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; CalendarControl.DataProvider.Create<BR>&nbsp;&nbsp;&nbsp; If Not CalendarControl.DataProvider.Open Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CalendarControl.DataProvider.Create<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; m_eActiveDataProvider = eDataProviderType<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; CalendarControl.Populate<BR>&nbsp;&nbsp;&nbsp; DatePicker.RedrawControl</DIV><DIV>End Sub</DIV>]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 06:27:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31909&amp;title=please-help-event#31909</guid>
  </item> 
  <item>
   <title><![CDATA[Please help Event : did you create dataprovider ?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31908&amp;title=please-help-event#31908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 9798<br /><strong>Posted:</strong> 05 March 2008 at 6:25am<br /><br /><P>did you create dataprovider ? &nbsp;<strong>dataprovider.create()</strong></P>]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 06:25:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31908&amp;title=please-help-event#31908</guid>
  </item> 
  <item>
   <title><![CDATA[Please help Event : I make this but nothing is displayed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31906&amp;title=please-help-event#31906</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3814">malban</a><br /><strong>Subject:</strong> 9798<br /><strong>Posted:</strong> 05 March 2008 at 6:12am<br /><br />I make this but nothing is displayed on the calendar]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 06:12:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31906&amp;title=please-help-event#31906</guid>
  </item> 
  <item>
   <title><![CDATA[Please help Event : **** Basically I use this steps...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31904&amp;title=please-help-event#31904</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 9798<br /><strong>Posted:</strong> 05 March 2008 at 5:57am<br /><br /><P><FONT size=2>**** Basically I use this steps (MS FOXPRO) :</P><DIV></FONT><FONT face="Courier New" color=#0000ff><FONT size=2>with </FONT></FONT><FONT face="Courier New"><FONT size=2>xtremecalendar</FONT></DIV><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT size=2>.dataprovider.</FONT></FONT><FONT face="Courier New" color=#0000ff size=2>Create</FONT><FONT face="Courier New"><FONT size=2>() </FONT></P><P><FONT size=2>.dataprovider.labellist.initdefaultvalues()</FONT></P><P><FONT size=2>.dataprovider.removeallevents()</FONT></P><P><FONT size=2>.populate()</FONT></P><P><FONT size=2>Do while NOT EOF()</FONT></FONT><FONT face="Courier New"></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT size=2>oevent = .dataprovider.createevent()</FONT></P><P></FONT><FONT face="Courier New" color=#0000ff size=2>with </FONT><FONT face="Courier New"><FONT size=2>oevent</FONT></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT size=2>.starttime = starttime</FONT></P><P><FONT size=2>.endtime = endtime</FONT></P><P><FONT size=2>.subject = </FONT></FONT><FONT face="Courier New" color=#0000ff size=2>Alltrim</FONT><FONT face="Courier New"><FONT size=2>(subject)</FONT></P><P><FONT size=2>.body = body</FONT></P><P><FONT size=2>.</FONT></FONT><FONT size=2><FONT face="Courier New" color=#0000ff>Label </FONT><FONT face="Courier New">= </FONT></FONT><FONT face="Courier New" color=#0000ff><FONT size=2>Label</FONT></P><P></FONT><FONT face="Courier New"><FONT size=2>.busystatus = busystatus</FONT></P><P><FONT size=2>.importance = importance</FONT></P><P><FONT size=2>.privateflag = Private</FONT></P><P><FONT size=2>.meetingflag = meeting</FONT></P><P><FONT size=2>.customproperties.property('ukey') = myID</FONT></P></BLOCKQUOTE><P></FONT><FONT face="Courier New" color=#0000ff><FONT size=2>endwith </FONT></P><P></FONT><FONT face="Courier New"><FONT size=2>.dataprovider.addevent( oevent )</FONT></P></BLOCKQUOTE><P><FONT size=2>ENDDO</FONT></FONT><FONT face="Courier New"></P><P><FONT size=2>.populate()</FONT></P></BLOCKQUOTE><P></FONT><FONT face="Courier New" color=#0000ff size=2>endwith</P></FONT>]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 05:57:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31904&amp;title=please-help-event#31904</guid>
  </item> 
  <item>
   <title><![CDATA[Please help Event : When I created by evenements nothing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31902&amp;title=please-help-event#31902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3814">malban</a><br /><strong>Subject:</strong> 9798<br /><strong>Posted:</strong> 05 March 2008 at 5:17am<br /><br />When I created by evenements nothing is displayed on the calendar.<DIV>my code in vb6 :</DIV><DIV>&nbsp;</DIV><DIV>Dim StrSujet&nbsp; As String<BR>&nbsp; Dim StartTime As Date, EndTime As Date<BR>&nbsp; Dim lngTmpIdSoin As Long<BR>&nbsp; <BR>&nbsp; Dim RR As ADODB.Recordset<BR>&nbsp; Dim RE As ADODB.Recordset<BR>&nbsp; Dim RC As New ADODB.Recordset<BR>&nbsp; <BR>&nbsp; Dim calEvent As CalendarEvent<BR>&nbsp; <BR>&nbsp; Set RE = New ADODB.Recordset<BR>&nbsp; Set RC = New ADODB.Recordset<BR>&nbsp; Set RR = New ADODB.Recordset<BR>&nbsp; <BR>&nbsp; strSQL = "SELECT * FROM AGENDA WHERE IdSite = " &amp; lngNSite &amp; "&nbsp; AND Supprimer = 0"<BR>&nbsp; RE.Open strSQL, ObjConnect.ADOConnectionObject, adOpenStatic<BR>&nbsp; <BR>&nbsp; Do While Not RE.EOF<BR>&nbsp;&nbsp;&nbsp; StartTime = RE.Fields("DateHeureRVD").Value<BR>&nbsp;&nbsp;&nbsp; EndTime = RE.Fields("DateHeureRVF").Value<BR>&nbsp;&nbsp;&nbsp; StrSujet = vbNullString<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set calEvent = g_DataResourcesMan.DataProvider(0).CreateEventEx(RE.Fields("IdAgenda").Value)<BR>&nbsp;&nbsp;&nbsp; 'Set calEvent = Me.CalendarControl.DataProvider.CreateEventEx(RE.Fields("IdAgenda").Value)<BR>&nbsp;&nbsp;&nbsp; calEvent.StartTime = StartTime<BR>&nbsp;&nbsp;&nbsp; calEvent.EndTime = EndTime<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; strSQL = "SELECT * FROM CLIENT WHERE IdClient =&nbsp; " &amp; RE.Fields("IdClient").Value &amp; " AND IdSite = " &amp; lngNSite<BR>&nbsp;&nbsp;&nbsp; RC.Open strSQL, ObjConnect.ADOConnectionObject, adOpenStatic<BR>&nbsp;&nbsp;&nbsp; If Not RC.EOF Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strSQL = "SELECT * FROM CIVILITE WHERE IdCivilite = " &amp; RC.Fields("IdCivilite").Value<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RR.Open strSQL, ObjConnect.ADOConnectionObject, adOpenStatic<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Not RR.EOF Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StrSujet = StrSujet &amp; RR.Fields("Libelle").Value &amp; Space$(1) &amp; RC.Fields("Nom").Value &amp; " " &amp; RC.Fields("Prenom").Value<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StrSujet = StrSujet &amp; RC.Fields("Nom").Value &amp; " " &amp; RC.Fields("Prenom").Value<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RR.Close<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StrSujet = "Aucun Client"<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; RC.Close<BR>&nbsp;&nbsp;&nbsp; StrSujet = StrSujet &amp; Space$(1) &amp; FormatDateTime(StartTime, vbShortTime) &amp; " - " &amp; FormatDateTime(EndTime, vbShortTime)<BR>&nbsp;&nbsp;&nbsp; calEvent.Subject = StrSujet<BR>&nbsp;&nbsp;&nbsp; calEvent.ScheduleID = RE.Fields("IdLieu").Value<BR>&nbsp;&nbsp;&nbsp; calEvent.CustomProperties("IdAgenda") = RE.Fields("IdAgenda").Value<BR>&nbsp;&nbsp;&nbsp; calEvent.CustomProperties("IdLieu") = RE.Fields("IdLieu").Value<BR>&nbsp;&nbsp;&nbsp; calEvent.BusyStatus = xtpCalendarBusyStatusBusy<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; 'Afficher les soins Agendas<BR>&nbsp;&nbsp;&nbsp; If RetrieveEnv("AFFICHER_SOIN_AGENDA", , True) &lt;&gt; "0" And RetrieveEnv("AFFICHER_SOIN_AGENDA", , True) &lt;&gt; vbNullString Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If RE.Fields("IdSoin").Value &gt; 0 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If RE.Fields("IdSousSoin").Value &gt; 0 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngTmpIdSoin = RE.Fields("IdSousSoin").Value<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngTmpIdSoin = RE.Fields("IdSoin").Value<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strSQL = "SELECT * FROM ARTICLE WHERE IdArticle = " &amp; lngTmpIdSoin<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RR.Open strSQL, ObjConnect.ADOConnectionObject, adOpenStatic<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Not RR.EOF Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; calEvent.Location = "Soins : " &amp; RR.Fields("Libelle").Value &amp; IIf(RR.Fields("Duree_Abonnement").Value &gt; 0, " (" &amp; RR.Fields("Duree_Abonnement").Value &amp; " min.)", vbNullString)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; calEvent.Location = "Soins : " &amp; "Aucun"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RR.Close<BR>&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; calEvent.Location = "Soins : " &amp; "Aucun"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; 'Afficher les Estheticienne Agendas<BR>&nbsp;&nbsp;&nbsp; strSQL = "SELECT * FROM VACATAIRE WHERE IdVacataire = " &amp; RE.Fields("IdOperateur").Value<BR>&nbsp;&nbsp;&nbsp; RR.Open strSQL, ObjConnect.ADOConnectionObject, adOpenStatic<BR>&nbsp;&nbsp;&nbsp; If Not RR.EOF Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; calEvent.Body = "Esthéticien(ne) : " &amp; RR.Fields("Nom").Value &amp; Space$(1) &amp; RR.Fields("Prenom").Value<BR>&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; calEvent.Body = "Esthéticien(ne) : Aucun"<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; RR.Close<BR>&nbsp;&nbsp;&nbsp; g_DataResourcesMan.DataProvider(0).AddEvent calEvent<BR>&nbsp;&nbsp;&nbsp; 'Me.CalendarControl.DataProvider.AddEvent calEvent<BR>&nbsp;&nbsp;&nbsp; CalendarControl.Populate<BR>&nbsp;&nbsp;&nbsp; CalendarControl.RedrawControl<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; RE.MoveNext<BR>&nbsp; Loop<BR>&nbsp; RE.Close</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 05:17:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9798&amp;PID=31902&amp;title=please-help-event#31902</guid>
  </item> 
 </channel>
</rss>