<?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 : Preview Text editing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Preview Text editing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:07:07 +0000</pubDate>
  <lastBuildDate>Mon, 02 Oct 2006 17:33:07 +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=5169</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[Preview Text editing : Awesome... I new it was somethingsimple...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16237&amp;title=preview-text-editing#16237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 5169<br /><strong>Posted:</strong> 02 October 2006 at 5:33pm<br /><br />Awesome... I new it was something&nbsp;simple that&nbsp;I was missing, I wasn't setting the previewitem.editable = true.&nbsp; Now if I can figure out how to Extend the tree lines when using&nbsp;the preview mode... i'll be set. Thanks<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 17:33:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16237&amp;title=preview-text-editing#16237</guid>
  </item> 
  <item>
   <title><![CDATA[Preview Text editing : Well, if you mean editing by user,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16236&amp;title=preview-text-editing#16236</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5169<br /><strong>Posted:</strong> 02 October 2006 at 5:18pm<br /><br />Well, if you mean editing by user, then setup should look like below:<br><table width="99%"><tr><td><pre class="BBcode"><br>...<br>ReportControl.AllowEdit = True<br>ReportControl.PreviewMode = True<br>...<br>Record.PreviewItem.Editable = True<br>'and if needed:<br>Record.PreviewItem.CreateEditOptions<br>Record.PreviewItem.EditOptions....<br></pre></td></tr></table><br><br>You can use access to PreviewItem property as described below in the documentation. Just in case I've just tested it and it works fine. <br><br>But if you mean start editing using ReportControl.EditItem method, that will be a problem -- that's what I meant.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 17:18:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16236&amp;title=preview-text-editing#16236</guid>
  </item> 
  <item>
   <title><![CDATA[Preview Text editing : Really? So would you say that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16234&amp;title=preview-text-editing#16234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 5169<br /><strong>Posted:</strong> 02 October 2006 at 4:34pm<br /><br />Really? So would you say that the documentation is&nbsp;not accurate?<DIV>&nbsp;</DIV><DIV>here is a screen shot of the help file:</DIV><DIV><img src="http://forum.codejock.com/uploads/avatars/20061002_163104_preview.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 16:34:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16234&amp;title=preview-text-editing#16234</guid>
  </item> 
  <item>
   <title><![CDATA[Preview Text editing :  Hi,I&amp;#039;m afraid this piece...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16230&amp;title=preview-text-editing#16230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5169<br /><strong>Posted:</strong> 02 October 2006 at 4:21pm<br /><br />Hi,<br><br>I'm afraid this piece of functionality isn't available in Report Control yet.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 16:21:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16230&amp;title=preview-text-editing#16230</guid>
  </item> 
  <item>
   <title><![CDATA[Preview Text editing : Hi, I was wondering how to edit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16172&amp;title=preview-text-editing#16172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 5169<br /><strong>Posted:</strong> 28 September 2006 at 6:09pm<br /><br />Hi, I was wondering how to edit the preview text? I'm getting stuck on how the preview item interacts with the false column that it's supposely pointing back to. <DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 28 Sep 2006 18:09:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5169&amp;PID=16172&amp;title=preview-text-editing#16172</guid>
  </item> 
 </channel>
</rss>