<?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 : Add Column Event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Add Column Event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 15:27:57 +0000</pubDate>
  <lastBuildDate>Tue, 29 Jul 2008 11:13:17 +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=11584</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[Add Column Event : That&amp;#039;s good to know Andrei!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=39099&amp;title=add-column-event#39099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 11584<br /><strong>Posted:</strong> 29 July 2008 at 11:13am<br /><br />That's good to know Andrei! I just saw a Tag property, and figured it was the same as the standard VB Tag property. I'll revisit the documentation along with Aaron ;)<br>]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 11:13:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=39099&amp;title=add-column-event#39099</guid>
  </item> 
  <item>
   <title><![CDATA[Add Column Event : Hi, I did not know that , I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=39082&amp;title=add-column-event#39082</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11584<br /><strong>Posted:</strong> 29 July 2008 at 8:31am<br /><br /><P>Hi,</P><DIV>I did not know that <img src="https://forum.codejock.com/smileys/smiley9.gif" border="0">&nbsp;, I have to read the documentation a bit more than I do now.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for update, this is also very usefull for me <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 08:31:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=39082&amp;title=add-column-event#39082</guid>
  </item> 
  <item>
   <title><![CDATA[Add Column Event : OurTag property is Variant too...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=39080&amp;title=add-column-event#39080</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3233">AndreiM</a><br /><strong>Subject:</strong> 11584<br /><strong>Posted:</strong> 29 July 2008 at 8:23am<br /><br />Our&nbsp;Tag property is Variant too :).<DIV>Folowing objects have Tag property:</DIV><DIV>&nbsp;&nbsp;- ReportColumn&nbsp;&nbsp; </DIV><DIV>&nbsp; - ReportRecord</DIV><DIV>&nbsp; - ReportRecordItem</DIV><DIV>&nbsp;</DIV><DIV>EXAMPLE:</DIV><DIV>&nbsp;</DIV><DIV>'' Store</DIV><DIV>&nbsp;&nbsp;&nbsp; Set Column.Tag = New Collection<BR>&nbsp;&nbsp;&nbsp;&nbsp;Column.Tag.Add "Column.Tag = Collection"</DIV><DIV>&nbsp;</DIV><DIV>'' Using</DIV><DIV>&nbsp;&nbsp;&nbsp; wndReportControl.Columns(3).Tag.Item(1)</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 29 Jul 2008 08:23:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=39080&amp;title=add-column-event#39080</guid>
  </item> 
  <item>
   <title><![CDATA[Add Column Event : Hi Andrei,The Tag property is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38949&amp;title=add-column-event#38949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 11584<br /><strong>Posted:</strong> 27 July 2008 at 5:00pm<br /><br />Hi Andrei,<br><br>The Tag property is useful, but very limited. I use the ComponentOne VSFlexGrid control a lot, and it has some very useful properties: RowData, ColData and CellData. The great thing about these properties is that they accept Variants instead of just strings, so you can create a class with a bunch of your own properties that you want to track for Rows, Columns and individual Cells, and then attach the class to the appropriate property. Similar properties in the ReportControl would be very useful and much more powerful that using Tag.<br>]]>
   </description>
   <pubDate>Sun, 27 Jul 2008 17:00:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38949&amp;title=add-column-event#38949</guid>
  </item> 
  <item>
   <title><![CDATA[Add Column Event :   AndreiM wrote:Hi,  There is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38946&amp;title=add-column-event#38946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11584<br /><strong>Posted:</strong> 27 July 2008 at 1:53pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by AndreiM" alt="Originally posted by AndreiM" style="vertical-align: text-bottom;" /> <strong>AndreiM wrote:</strong><br /><br />Hi, <DIV><strong>There is no special event for add/remove columns. </strong></DIV><DIV><FONT color=#cccccc>But you may store names of visible columns in some collection and check is this changed in ColumnOrderChanged. </FONT></DIV><DIV>As I see this easy to implement.</DIV><DIV><FONT color=#cccccc>Also you may use Column.Tag property to identify column.</FONT></DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Andrei,</DIV><DIV>Add the event and a few thousand users won't have to add code to do it themselves <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">. As I said in my post: Managing columns, also support members are welcome with ideas and maybe you have already implemented some. You're welcome to add them or share with us, Andrei&nbsp;<img src="https://forum.codejock.com/smileys/smiley4.gif" border="0">&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance</DIV>]]>
   </description>
   <pubDate>Sun, 27 Jul 2008 13:53:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38946&amp;title=add-column-event#38946</guid>
  </item> 
  <item>
   <title><![CDATA[Add Column Event : Thanks for the advice, I already...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38939&amp;title=add-column-event#38939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1971">Fossil</a><br /><strong>Subject:</strong> 11584<br /><strong>Posted:</strong> 27 July 2008 at 8:30am<br /><br />Thanks for the advice, I already use the tag for something else, but a collection would work just fine.&nbsp; If its possible to have it be an enhancement to the control that would be great for future.]]>
   </description>
   <pubDate>Sun, 27 Jul 2008 08:30:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38939&amp;title=add-column-event#38939</guid>
  </item> 
  <item>
   <title><![CDATA[Add Column Event : Hi,  There is no special event...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38938&amp;title=add-column-event#38938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3233">AndreiM</a><br /><strong>Subject:</strong> 11584<br /><strong>Posted:</strong> 27 July 2008 at 6:02am<br /><br />Hi, <DIV>There is no special event for add/remove columns. </DIV><DIV>But you may store names of visible columns in some collection and check is this changed in ColumnOrderChanged. </DIV><DIV>As I see this easy to implement.</DIV><DIV>Also you may use Column.Tag property to identify column.</DIV>]]>
   </description>
   <pubDate>Sun, 27 Jul 2008 06:02:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38938&amp;title=add-column-event#38938</guid>
  </item> 
  <item>
   <title><![CDATA[Add Column Event : Hi,Is there any way to determine...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38910&amp;title=add-column-event#38910</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1971">Fossil</a><br /><strong>Subject:</strong> 11584<br /><strong>Posted:</strong> 25 July 2008 at 3:39pm<br /><br />Hi,<br><br>Is there any way to determine when a column gets added or removed from the report control from the field chooser.&nbsp; I know _ColumnOrderChanged captures this, however I only want to know if something gets added not if other things happen such as column location changes or group by box changes which are also covered in this event.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Fri, 25 Jul 2008 15:39:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11584&amp;PID=38910&amp;title=add-column-event#38910</guid>
  </item> 
 </channel>
</rss>