<?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 : adding control - please help</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : adding control - please help]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 21:14:53 +0000</pubDate>
  <lastBuildDate>Wed, 12 Oct 2011 19:26:35 +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=18679</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[adding control - please help : it take me two days to find this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18679&amp;PID=66588&amp;title=adding-control-please-help#66588</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5940">JamGodz</a><br /><strong>Subject:</strong> 18679<br /><strong>Posted:</strong> 12 October 2011 at 7:26pm<br /><br />it take me two days to find this solution thanks to you guys!<br><br>But i have a problem... when i scroll down/up the DatePicker did not go with item. <br><br>thanks...<br>]]>
   </description>
   <pubDate>Wed, 12 Oct 2011 19:26:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18679&amp;PID=66588&amp;title=adding-control-please-help#66588</guid>
  </item> 
  <item>
   <title><![CDATA[adding control - please help : hiAaron,i dont know what to say...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18679&amp;PID=65374&amp;title=adding-control-please-help#65374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6904">rishal01</a><br /><strong>Subject:</strong> 18679<br /><strong>Posted:</strong> 20 July 2011 at 4:45am<br /><br />&nbsp;hi&nbsp;<span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">&nbsp;Aaron,</span><div><span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">i dont know what to say ... you help me a lot .... thank you so much ... many ... many thank you&nbsp;<img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" alt="Big smile" title="Big smile" />&nbsp;<img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" alt="Big smile" title="Big smile" />&nbsp;&nbsp;<img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" alt="Big smile" title="Big smile" /><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" alt="Clap" title="Clap" />&nbsp;<img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" alt="Clap" title="Clap" /></span></div><div><span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"><br></span></div><div><span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;">I did not realize was a solution to this problem is very simple. but for those who do not know like me that will make the headache. once again thank you very much</span></div><div><span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">Private Sub wndReportControl_FocusChanging(ByVal NewRow As XtremeReportControl.IReportRow, ByVal NewColumn As XtremeReportControl.IReportColumn, ByVal NewItem As XtremeReportControl.IReportRecordItem, Cancel As Boolean)</span></div><div><span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"><div><br></div><div><div>&nbsp; &nbsp;Dim l As Long</div><div>&nbsp; &nbsp; Dim t As Long</div><div>&nbsp; &nbsp; Dim b As Long</div><div>&nbsp; &nbsp; Dim r As Long</div><div>&nbsp; &nbsp;&nbsp;</div></div><div><div>&nbsp; Me.wndReportControl.Rows(NewRow.Index).GetItemRect NewItem, l, t, r, b</div><div>&nbsp;&nbsp;</div></div></span></div><div><span ="Apple-style-span" style="font-size: 11px; line-height: 15px; -webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><div>&nbsp; With Me.DateTimePicker1</div><div>&nbsp; &nbsp; &nbsp; &nbsp; .Move l, t, r - l, b - t</div><div>&nbsp; &nbsp; &nbsp; &nbsp; .ZOrder 0</div><div>&nbsp; &nbsp; &nbsp; &nbsp; .Visible = NewColumn.Index = 2 'only use third column for showing datepicker</div><div>&nbsp; &nbsp; &nbsp; &nbsp; .Value = NewItem.Value</div><div>&nbsp; &nbsp; End With</div><div>&nbsp;End Sub</div><div><br></div><div>&nbsp;just add this code then the problem is resolved.</div><div><br></div><div><div>Private Sub DateTimePicker1_Change()</div><div>&nbsp; &nbsp; &nbsp;wndReportControl.FocusedRow.Record(2).Value = DateTimePicker1.Value</div><div>&nbsp; &nbsp; &nbsp;wndReportControl.Populate</div><div>End Sub</div></div><div><br></div><div><br></div><div><br></div><div><br></div></span></div>]]>
   </description>
   <pubDate>Wed, 20 Jul 2011 04:45:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18679&amp;PID=65374&amp;title=adding-control-please-help#65374</guid>
  </item> 
  <item>
   <title><![CDATA[adding control - please help : Hi,  Here&amp;#039;s a small demo...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18679&amp;PID=65363&amp;title=adding-control-please-help#65363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18679<br /><strong>Posted:</strong> 19 July 2011 at 3:01pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Here's a small demo for positioning DateTimePicker <strong>and</strong> your own UserControl. </DIV><DIV>&nbsp;</DIV><DIV>First you have to decide what you want to use because you need some 'workaround' to save value to reportItem. Let me know which one you like best and I will see what I can do.</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/uploads/3701/Test.zip" target="_blank">uploads/3701/Test.zip</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Good luck <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 19 Jul 2011 15:01:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18679&amp;PID=65363&amp;title=adding-control-please-help#65363</guid>
  </item> 
  <item>
   <title><![CDATA[adding control - please help : Hi everybody,i&amp;#039;m trying usingreport...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18679&amp;PID=65314&amp;title=adding-control-please-help#65314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6904">rishal01</a><br /><strong>Subject:</strong> 18679<br /><strong>Posted:</strong> 17 July 2011 at 12:21am<br /><br /><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">Hi everybody,</span><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">i'm trying using&nbsp;</span><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">report control... to add my custom date control&nbsp;within cells. i dont want using date picker.&nbsp;<a href="uploads/6904/UserC&#111;ntrol1.rar" target="_blank">uploads/6904/UserControl1.rar</a>&nbsp; . but it seem codejock report control would allow it. can any body give some clue ? ... later i'm trying some code that mimics my usercontrol like this :</span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><div>Private Sub ListEntries_InplaceEditChanging(ByVal Row As XtremeReportControl.IReportRow, ByVal Column As XtremeReportControl.IReportColumn, ByVal Item As XtremeReportControl.IReportRecordItem, NewValue As String, Cancel As Boolean)</div><div>'</div><div>If Len(NewValue) = 2 Then SendKeys "{-}"</div><div>If Len(NewValue) = 5 Then</div><div>&nbsp; &nbsp; If InStr(6, NewValue, "-", vbTextCompare) = 0 Then SendKeys "{-}"</div><div>End If</div><div>End Sub</div><div><br></div><div>but this code looks ugly when user entered backspace... is there better idea ??</div><div><br></div><div>Thanks.</div></span></div>]]>
   </description>
   <pubDate>Sun, 17 Jul 2011 00:21:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18679&amp;PID=65314&amp;title=adding-control-please-help#65314</guid>
  </item> 
 </channel>
</rss>