<?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 : previewmode</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : previewmode]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:11:58 +0000</pubDate>
  <lastBuildDate>Sat, 10 Sep 2005 12:28:02 +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=2861</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[previewmode : ok Oleg, it works, i used an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8565&amp;title=previewmode#8565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1467">adam_right</a><br /><strong>Subject:</strong> 2861<br /><strong>Posted:</strong> 10 September 2005 at 12:28pm<br /><br />ok Oleg,<br>it works, i used an array to handle this.<br>like this ...<br>--------<br>ReDim arCont(wndReportControl.Records.count)<br>For i = 0 To wndReportControl.Records.count - 1<br>&nbsp;&nbsp;&nbsp; arCont(i) = wndReportControl.Records(i).PreviewText<br>&nbsp;&nbsp;&nbsp; wndReportControl.Records(i).PreviewText = ""<br>Next i<br>wndReportControl.PreviewMode = True<br>wndReportControl.Populate<br>--------<br>and with RowDblClick event<br>--------<br>&nbsp;If wndReportControl.Records(Row.Record.Index).PreviewText = "" Then<br>&nbsp;&nbsp;&nbsp; wndReportControl.Records(Row.Record.Index).PreviewText = arCont(Row.Record.Index)<br>Else<br>&nbsp;&nbsp;&nbsp; wndReportControl.Records(Row.Record.Index).PreviewText = ""<br>End If<br>wndReportControl.Populate<br>--------<br><br>Thanks a lot ...<br><br>Adam]]>
   </description>
   <pubDate>Sat, 10 Sep 2005 12:28:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8565&amp;title=previewmode#8565</guid>
  </item> 
  <item>
   <title><![CDATA[previewmode : I see only one way 1. Set PreviewMode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8555&amp;title=previewmode#8555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2861<br /><strong>Posted:</strong> 09 September 2005 at 1:16pm<br /><br /><P>I see only one way</P><P>1. Set PreviewMode to true</P><P>2. Set _All_ PreviewText to ""</P><P>3. After DblClick set&nbsp;&nbsp;PreviewText of this item to its real value.</P>]]>
   </description>
   <pubDate>Fri, 09 Sep 2005 13:16:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8555&amp;title=previewmode#8555</guid>
  </item> 
  <item>
   <title><![CDATA[previewmode : hi oleg,  But i want to make...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8552&amp;title=previewmode#8552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1467">adam_right</a><br /><strong>Subject:</strong> 2861<br /><strong>Posted:</strong> 09 September 2005 at 9:30am<br /><br />hi oleg,<br><br>But i want to make this for one record.<br>for example there are 10 rows, and all rows has previewtext but previewmode is false.<br>When user DblClick one row, only this rows previewtext should be visible, not all ...<br><br>Thanks again...<br><br><br>Adam<br><br><br>]]>
   </description>
   <pubDate>Fri, 09 Sep 2005 09:30:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8552&amp;title=previewmode#8552</guid>
  </item> 
  <item>
   <title><![CDATA[previewmode : Hi, Set record.previewTextto...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8550&amp;title=previewmode#8550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2861<br /><strong>Posted:</strong> 09 September 2005 at 5:39am<br /><br /><P>Hi,</P><P>Set record.previewText&nbsp;to "" and&nbsp;preview will dissappear for this record.</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 09 Sep 2005 05:39:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8550&amp;title=previewmode#8550</guid>
  </item> 
  <item>
   <title><![CDATA[previewmode : Hi!  How can i change previewmode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8540&amp;title=previewmode#8540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1467">adam_right</a><br /><strong>Subject:</strong> 2861<br /><strong>Posted:</strong> 08 September 2005 at 6:07pm<br /><br /><p>Hi!</p><p>How can i change previewmode property for the only one specific row ?<br>For example,<br>with "<span style="font-weight: bold;">RowDblClick</span>" event, can i change the previewmode property for that row ?<br></p><p>Thank you for help<br></p><p>Adam <br><br></p>]]>
   </description>
   <pubDate>Thu, 08 Sep 2005 18:07:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2861&amp;PID=8540&amp;title=previewmode#8540</guid>
  </item> 
 </channel>
</rss>