<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>TX Text Control Community</title>
		<link>http://forums.textcontrol.com/</link>
		<description>These support forums are the central support channels for TX Text Control</description>
		<language>en</language>
		<lastBuildDate>Wed, 16 May 2012 23:20:30 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.textcontrol.com/images/misc/rss.png</url>
			<title>TX Text Control Community</title>
			<link>http://forums.textcontrol.com/</link>
		</image>
		<item>
			<title>Text Control @ Philly Code Camp 2012</title>
			<link>http://forums.textcontrol.com/showthread.php?325272-Text-Control-Philly-Code-Camp-2012&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 17:01:00 GMT</pubDate>
			<description>What a location, what great weather, what a code camp! 650+ attendees in a new, very nice venue. As always, the organization was perfect - thanks to Andy Schwam (@schwammy) and all other volunteers from the Philly Code Camp. Thanks to all attendees, TX Text Control users and speakers for stopping...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>What a location, what great weather, what a code camp! 650+ attendees in a new, very nice venue. As always, the organization was perfect - thanks to Andy Schwam (@schwammy) and all other volunteers from the Philly Code Camp. Thanks to all attendees, TX Text Control users and speakers for stopping by our table. We really enjoyed the discussions...<br />
<br />
<a href="http://www.textcontrol.com/en_US/blog/archive/20120515/" target="_blank">More...</a></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?21-TX-Text-Control-Blog">TX Text Control Blog</category>
			<dc:creator>RSS Feed</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325272-Text-Control-Philly-Code-Camp-2012</guid>
		</item>
		<item>
			<title>Meet Text Control at GOTO conference 2012 in Denmark</title>
			<link>http://forums.textcontrol.com/showthread.php?325271-Meet-Text-Control-at-GOTO-conference-2012-in-Denmark&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 17:01:00 GMT</pubDate>
			<description>For the first time, we are sponsoring the GOTO International Software Development Conference in Copenhagen, Denmark. The GOTO conference is an international series of events in Denmark, Netherlands and the United States. GOTO Copenhagen is an international software development conference designed...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>For the first time, we are sponsoring the GOTO International Software Development Conference in Copenhagen, Denmark. The GOTO conference is an international series of events in Denmark, Netherlands and the United States. GOTO Copenhagen is an international software development conference designed for developers, team leads, architects and...<br />
<br />
<a href="http://www.textcontrol.com/en_US/blog/archive/20120516/" target="_blank">More...</a></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?21-TX-Text-Control-Blog">TX Text Control Blog</category>
			<dc:creator>RSS Feed</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325271-Meet-Text-Control-at-GOTO-conference-2012-in-Denmark</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] Using Mergefields with Dynamic MSWord tables]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325270-Using-Mergefields-with-Dynamic-MSWord-tables&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 13:44:56 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I I'm working with the TXTextControl 17.0 with VS2008....have a MSWord template with some merge fields inserted, I would now like to have these merge fields inserted into a table. The number of rows in the table is unknown as the data comes from a dataset using C#.  I've designed the...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello,<br />
<br />
I I'm working with the TXTextControl 17.0 with VS2008....have a MSWord template with some merge fields inserted, I would now like to have these merge fields inserted into a table. The number of rows in the table is unknown as the data comes from a dataset using C#.  I've designed the table with one header row for the column names and initially one detail row which contains the mergefield.  Is this proper way to achieve this or should I NOT use mergefields and simply just insert the text into each cell.  I assume I will need to loop through the rows in my datatable and insert a new row into the MSWord table as I iterate through the rows in the datatable.<br />
<br />
Can I have some direction on the best way to handle this or maybe an example of achieving the above with or WITHOUT mergefields....mergefields seems a little more flexible as it allows the user to change the layout without programming change while inserting text will require programming change if the user decides to change the column order or add/delete a new column.<br />
<br />
Thank You,<br />
<br />
Kerry</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?2-TX-Text-Control-NET-for-Windows-Forms">TX Text Control .NET for Windows Forms</category>
			<dc:creator>kcassanova</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325270-Using-Mergefields-with-Dynamic-MSWord-tables</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] How to Get Bold header in a table in Txtext Control?]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325269-How-to-Get-Bold-header-in-a-table-in-Txtext-Control&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 12:15:32 GMT</pubDate>
			<description><![CDATA[Hi, 
 
In my wpf Project i used TxText Control. 
Here i am generating Table dynamically.But i am not differentiating data and header. 
I want to put header with bold. 
I wrote code as  
 
Code: 
--------- 
  if (labResults.Count > 0)]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
In my wpf Project i used TxText Control.<br />
Here i am generating Table dynamically.But i am not differentiating data and header.<br />
I want to put header with bold.<br />
I wrote code as <br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; if (labResults.Count &gt; 0)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this._txtextControl.Tables.Add(labResults.Count + 1, 6, ++this._tableID);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TXTextControl.Table table = this._txtextControl.Tables.GetItem(this._tableID);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Create row header<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(1, 1).Text = &quot;Test Name&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(1, 2).Text = &quot;Result&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(1, 3).Text = &quot;Units&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(1, 4).Text = &quot;Flag&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(1, 5).Text = &quot;Reference Range&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(1, 6).Text = &quot;Specimen Source&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for (int i = 0; i &lt; labResults.Count; i++)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // create row data<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(i + 2, 1).Text = labResults[i].TestInfo;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(i + 2, 2).Text = labResults[i].Result;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(i + 2, 3).Text = labResults[i].UnitsOfMeasure;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(i + 2, 4).Text = labResults[i].AbnormalFlags;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(i + 2, 5).Text = labResults[i].ReferenceRanges;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; table.Cells.GetItem(i + 2, 6).Text = labResults[i].SpecimenSource;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!string.IsNullOrEmpty(labPanelItem.Notes))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Lab Panel note found then check for Individual Test note<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Begin Test Notes for Panel Number: 2160 TestNumber: 2110<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; notes = CLUtilities.GetNoteFor(labPanelItem.Notes, &quot;Begin Test Notes for Panel Number: &quot; + labPanelItem.PanelNumber + &quot; Test Number: &quot; + labResults[i].TestInfo);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!string.IsNullOrEmpty(notes))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this._txtextControl.Selection.Bold = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this._txtextControl.Selection.Text = &quot;\r\n&quot; + &quot;&nbsp; Test Notes: &quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this._txtextControl.Selection.Bold = false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this._txtextControl.Selection.Text = notes;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->When i browse regarding this i got some code like this as<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">int tableID = 10; <br />
textControl1.Tables.Add(6, 3, tableID); <br />
TXTextControl.Table table = textControl1.Tables.GetItem(tableID); <br />
table.Cells.GetItem(1, 1).Text = &quot;Date / Time&quot;; <br />
table.Cells.GetItem(1, 2).Text = &quot;Customer data&quot;; <br />
table.Cells.GetItem(1, 3).Text = &quot;Result&quot;; <br />
textControl1.Selection.Start = table.Cells.GetItem(1, 1).Start - 1; <br />
textControl1.Selection.Length = table.Cells.GetItem(1, 3).Start - 1 <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  + table.Cells.GetItem(1, 3).Length; <br />
textControl1.Selection.Bold = true; <br />
textControl1.Selection.ParagraphFormat.Alignment = TXTextControl.HorizontalAlignment.Center; <br />
textControl1.Selection.Length = 0;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->After adding above example into my code i got total font with bold.<br />
<br />
Can any one help on my issue?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?31-TX-Text-Control-NET-for-WPF">TX Text Control .NET for WPF</category>
			<dc:creator>Ramki451</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325269-How-to-Get-Bold-header-in-a-table-in-Txtext-Control</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] Which version of TX Text Contorl  support VS 2005]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325268-Which-version-of-TX-Text-Contorl-support-VS-2005&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 09:55:59 GMT</pubDate>
			<description>Hello guys~ 
 
Does TX V17.0 support VS 2005 ? 
 
And from which version of TX support VS 2005 ?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello guys~<br />
<br />
Does TX V17.0 support VS 2005 ?<br />
<br />
And from which version of TX support VS 2005 ?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?2-TX-Text-Control-NET-for-Windows-Forms">TX Text Control .NET for Windows Forms</category>
			<dc:creator>AngryBird</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325268-Which-version-of-TX-Text-Contorl-support-VS-2005</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] V17 generating non-standard RTF for Hyperlinks?]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325266-V17-generating-non-standard-RTF-for-Hyperlinks&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 17:39:39 GMT</pubDate>
			<description><![CDATA[Has anyone noticed that the RTF code v17 generates for hyperlinks to external websites or to internal bookmarks lacks the link display text in the right place?  
 
For example, notice in the screenshot below where the link's display text SHOULD be. Now, v17 will read a saved RTF file properly. But...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Has anyone noticed that the RTF code v17 generates for hyperlinks to external websites or to internal bookmarks lacks the link display text in the right place? <br />
<br />
For example, notice in the screenshot below where the link's display text SHOULD be. Now, v17 will read a saved RTF file properly. But no other RTF editor will, because the RTF standard is to show the hyperlink display link in the place indicated in the screenshot below. After opening an RTF file saved with v17, any other RTF editor (like Wordpad, MS Word, OpenOffice Write, etc) will display the content of the link (the URL or the path to/name of the bookmark) instead of the link's display text.<br />
<br />
<a href="http://forums.textcontrol.com/attachment.php?attachmentid=1778&amp;d=1337103402" id="attachment1778" rel="Lightbox_0" target="_blank" ><img src="http://forums.textcontrol.com/attachment.php?attachmentid=1778&amp;d=1337103402&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	v17-rtf-missing-part.jpg&nbsp;
Views:	3&nbsp;
Size:	101.3 KB&nbsp;
ID:	1778" class="thumbnail" style="float:CONFIG" /></a></div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:10px">
			<!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->

<a href="http://forums.textcontrol.com/attachment.php?attachmentid=1778&amp;d=1337103402" 
rel="Lightbox_40976" id="attachment1778"
 target="_blank"><img class="thumbnail" src="http://forums.textcontrol.com/attachment.php?attachmentid=1778&amp;stc=1&amp;thumb=1&amp;d=1337103402" 
alt="Click image for larger version.&nbsp;

Name:	v17-rtf-missing-part.jpg&nbsp;
Views:	N/A&nbsp;
Size:	101.3 KB&nbsp;
ID:	1778"/></a>
&nbsp;

<!-- END TEMPLATE: postbit_attachmentthumbnail -->
			</div>
		</fieldset>
	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?2-TX-Text-Control-NET-for-Windows-Forms">TX Text Control .NET for Windows Forms</category>
			<dc:creator>Josh Bond</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325266-V17-generating-non-standard-RTF-for-Hyperlinks</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] Inaccurate Word to Pdf conversion]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325265-Inaccurate-Word-to-Pdf-conversion&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 16:07:53 GMT</pubDate>
			<description><![CDATA[Hi 
 
I'm evaluating Tx Text Control .Net Server. I was trying to convert a Word document into PDF. The conversion does occur, but the result is quite inaccurate. 
 
These are my first steps with TxTextControl, so I do not set any particolar options when converting the file. The code is very simple...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi<br />
<br />
I'm evaluating Tx Text Control .Net Server. I was trying to convert a Word document into PDF. The conversion does occur, but the result is quite inaccurate.<br />
<br />
These are my first steps with TxTextControl, so I do not set any particolar options when converting the file. The code is very simple indeed.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; var doc = new ServerTextControl() ;<br />
&nbsp; &nbsp; &nbsp; doc.Create() ;<br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; doc.Load(DocFileName, StreamType.MSWord) ;<br />
&nbsp; &nbsp; &nbsp; var output = System.IO.Path.GetTempFileName() ;<br />
&nbsp; &nbsp; &nbsp; doc.Save(output, StreamType.AdobePDF);<br />
&nbsp; &nbsp; &nbsp; doc.Dispose() ;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->DLL versions<br />
txtextcontrol.server 17.0.200.500<br />
txtextcontrol 17.0.1000.500<br />
txkernel 17.0.1700.500<br />
tx17_doc 17.0.540.501<br />
tx17_pdf 17.0.140.501<br />
<br />
I've attached some pictures showing the original document and the same document saved as pdf.<br />
<br />
Any suggestions?<br />
<br />
<a href="http://forums.textcontrol.com/attachment.php?attachmentid=1775&amp;d=1337097607" id="attachment1775" rel="Lightbox_0" target="_blank" ><img src="http://forums.textcontrol.com/attachment.php?attachmentid=1775&amp;d=1337097607&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	pdf1.jpg&nbsp;
Views:	2&nbsp;
Size:	64.0 KB&nbsp;
ID:	1775" class="thumbnail" style="float:CONFIG" /></a><a href="http://forums.textcontrol.com/attachment.php?attachmentid=1774&amp;d=1337097594" id="attachment1774" rel="Lightbox_0" target="_blank" ><img src="http://forums.textcontrol.com/attachment.php?attachmentid=1774&amp;d=1337097594&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	word1.jpg&nbsp;
Views:	2&nbsp;
Size:	59.3 KB&nbsp;
ID:	1774" class="thumbnail" style="float:CONFIG" /></a><a href="http://forums.textcontrol.com/attachment.php?attachmentid=1777&amp;d=1337098034" id="attachment1777" rel="Lightbox_0" target="_blank" ><img src="http://forums.textcontrol.com/attachment.php?attachmentid=1777&amp;d=1337098034&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	pdf-word.jpg&nbsp;
Views:	3&nbsp;
Size:	92.1 KB&nbsp;
ID:	1777" class="thumbnail" style="float:CONFIG" /></a></div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:10px">
			<!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->

<a href="http://forums.textcontrol.com/attachment.php?attachmentid=1775&amp;d=1337097607" 
rel="Lightbox_40973" id="attachment1775"
 target="_blank"><img class="thumbnail" src="http://forums.textcontrol.com/attachment.php?attachmentid=1775&amp;stc=1&amp;thumb=1&amp;d=1337097607" 
alt="Click image for larger version.&nbsp;

Name:	pdf1.jpg&nbsp;
Views:	N/A&nbsp;
Size:	64.0 KB&nbsp;
ID:	1775"/></a>
&nbsp;

<!-- END TEMPLATE: postbit_attachmentthumbnail --><!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->

<a href="http://forums.textcontrol.com/attachment.php?attachmentid=1774&amp;d=1337097594" 
rel="Lightbox_40973" id="attachment1774"
 target="_blank"><img class="thumbnail" src="http://forums.textcontrol.com/attachment.php?attachmentid=1774&amp;stc=1&amp;thumb=1&amp;d=1337097594" 
alt="Click image for larger version.&nbsp;

Name:	word1.jpg&nbsp;
Views:	N/A&nbsp;
Size:	59.3 KB&nbsp;
ID:	1774"/></a>
&nbsp;

<!-- END TEMPLATE: postbit_attachmentthumbnail --><!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->

<a href="http://forums.textcontrol.com/attachment.php?attachmentid=1777&amp;d=1337098034" 
rel="Lightbox_40973" id="attachment1777"
 target="_blank"><img class="thumbnail" src="http://forums.textcontrol.com/attachment.php?attachmentid=1777&amp;stc=1&amp;thumb=1&amp;d=1337098034" 
alt="Click image for larger version.&nbsp;

Name:	pdf-word.jpg&nbsp;
Views:	N/A&nbsp;
Size:	92.1 KB&nbsp;
ID:	1777"/></a>
&nbsp;

<!-- END TEMPLATE: postbit_attachmentthumbnail -->
			</div>
		</fieldset>
	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?16-TX-Text-Control-NET-Server">TX Text Control .NET Server</category>
			<dc:creator>rioka</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325265-Inaccurate-Word-to-Pdf-conversion</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Printing White Text on Black Background]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325264-Printing-White-Text-on-Black-Background&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 15:32:27 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm currently having difficulties in printing text when the background is black and the text is white.   
 
The version of TextControl is 16 and the printer we are using is a Canon iR3235. 
 
This is something that can be easily replicated via TX Text Control Words, by creating a table,...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I'm currently having difficulties in printing text when the background is black and the text is white.  <br />
<br />
The version of TextControl is 16 and the printer we are using is a Canon iR3235.<br />
<br />
This is something that can be easily replicated via TX Text Control Words, by creating a table, changing the background of a cell to black and then typing in a white font.  If you then look at the Print Preview, the text has vanished.<br />
<br />
I have tried this on other printers and it does seem to look OK, which suggests a problem with this specific printer and the TextControl.  All drivers for the printer are up to date.<br />
<br />
Any help would be appreciated.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?2-TX-Text-Control-NET-for-Windows-Forms">TX Text Control .NET for Windows Forms</category>
			<dc:creator>Pops</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325264-Printing-White-Text-on-Black-Background</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] PageMargins vs. PageBorder]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325263-PageMargins-vs-PageBorder&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 09:23:38 GMT</pubDate>
			<description>The PageBorder class is new in Text Control 17. Would it be wise to still use the PageMargins class? As I see it PageBorder has the same functionality plus some new features. When should I use PageMargins and when should I use PageBorder?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>The PageBorder class is new in Text Control 17. Would it be wise to still use the PageMargins class? As I see it PageBorder has the same functionality plus some new features. When should I use PageMargins and when should I use PageBorder?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?2-TX-Text-Control-NET-for-Windows-Forms">TX Text Control .NET for Windows Forms</category>
			<dc:creator>Kawoosh</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325263-PageMargins-vs-PageBorder</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] Printing Problem With TXControl 15.1]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325262-Printing-Problem-With-TXControl-15-1&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 03:52:26 GMT</pubDate>
			<description><![CDATA[I use the demo "TX Text Control Words" installed with the TX Text Conrol. 
 
When I set the text`s forecolor  white and backcolor black ,and print it with printer Epson LQ 1600k.But the setting is invalid ,the print result is black words and white background. 
 
That`s really confused me.I`m...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I use the demo &quot;TX Text Control Words&quot; installed with the TX Text Conrol.<br />
<br />
When I set the text`s forecolor  white and backcolor black ,and print it with printer Epson LQ 1600k.But the setting is invalid ,the print result is black words and white background.<br />
<br />
That`s really confused me.I`m looking forward your help~<br />
<br />
Thanks and Regards</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?2-TX-Text-Control-NET-for-Windows-Forms">TX Text Control .NET for Windows Forms</category>
			<dc:creator>AngryBird</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325262-Printing-Problem-With-TXControl-15-1</guid>
		</item>
		<item>
			<title><![CDATA[Class 'Zend\Soap\Client' not found - library\Zend\Service\LiveDocx\AbstractLiveDocx]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325261-Class-Zend-Soap-Client-not-found-library-Zend-Service-LiveDocx-AbstractLiveDocx&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 00:02:19 GMT</pubDate>
			<description><![CDATA[Need help determining WHY I'm getting the Soap/Client class NOT FOUND... while running the "check-environment.php". I'm new to this, and could really use some help/pointers ASAP on what could be wrong. Thanks in advance. 
 
This is what I'm getting when I run the check-environment.php 
...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Need help determining WHY I'm getting the Soap/Client class NOT FOUND... while running the &quot;check-environment.php&quot;. I'm new to this, and could really use some help/pointers ASAP on what could be wrong. Thanks in advance.<br />
<br />
This is what I'm getting when I run the <i>check-environment.php</i><br />
<br />
<font size="2"><span style="font-family: Courier New">Environment Checker for Zend Framework LiveDocx Component<br />
<br />
If requested by technical support, please send the entire output of this script<br />
to the support engineers. The information contained within is vital to debug<br />
your environment. Thank you.<br />
<br />
 1: Checking OS (WINNT)...........................................  ..........PASS<br />
 2: Checking PHP version (5.3.8)...........................................  .PASS<br />
 3: Checking memory limit (128M)............................................  PASS<br />
 4: Checking HTTP stream wrapper...........................................  .PASS<br />
 5: Checking HTTPS stream wrapper...........................................  PASS<br />
 6: Checking Zend Framework path............................................PA  SS<br />
 7: Checking Zend Framework version (2.0.0beta3)............................PASS<br />
 8: Checking OpenSSL extension (OpenSSL 1.0.0d 8 Feb 2011)..................PASS<br />
 9: Checking SOAP extension.........................................  ........PASS<br />
10: Checking DOM extension.........................................  .........PASS<br />
11: Checking SimpleXML extension.........................................  ...PASS<br />
12: Checking libXML extension (2.7.8).......................................PASS<br />
13: Checking your IP address (71.195.192.143)...............................PAS  S<br />
14: Checking your city (Logan)...........................................  ...PASS<br />
15: Checking your region (Utah)............................................  .PASS<br />
16: Checking your country (United States)...................................PASS<br />
17: Checking backend WSDL (1.76s)...........................................  PASS<br />
18: Checking backend credentials are defined................................PASS<br />
<br />
( ! ) Fatal error: Class 'Zend\Soap\Client' not found in C:\Program Files\wamp\www\LiveDocx\ZendFramework-2.0.0beta3\library\Zend\Service\LiveDocx\AbstractL  iveDocx.php on line 167 Call Stack # Time Memory Function Location 1 0.0017 782960 {main}( ) ..\check-environment.php:0 2 1.9675 2020248 Zend\Service\LiveDocx\MailMerge-&gt;listTemplates( ) ..\check-environment.php:249 3 1.9675 2020248 Zend\Service\LiveDocx\AbstractLiveDocx-&gt;logIn( ) ..\MailMerge.php:705 4 1.9676 2020248 Zend\Service\LiveDocx\AbstractLiveDocx-&gt;initSoapClient( ) ..\AbstractLiveDocx.php:354 </span></font></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?23-LiveDocx-Support">LiveDocx Support</category>
			<dc:creator>KBurton</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325261-Class-Zend-Soap-Client-not-found-library-Zend-Service-LiveDocx-AbstractLiveDocx</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] Selection.Text comparison to Carriage Return]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325259-Selection-Text-comparison-to-Carriage-Return&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 08:04:46 GMT</pubDate>
			<description>I have a table in the Header and Footer of a page. I want to detect if a carriage return exists after a certain position. When I run code that is similar to the code below it always return True for my Boolean variable bELSE_CR. It seems that the selected text after the last image in a Table Cell...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have a table in the Header and Footer of a page. I want to detect if a carriage return exists after a certain position. When I run code that is similar to the code below it always return True for my Boolean variable bELSE_CR. It seems that the selected text after the last image in a Table Cell thinks that it has a carriage return when in fact it does not have anything after it. Could someone please help me.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Dim txSel As TXTextControl.HeaderFooter<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; txSel.Selection.Start = 5<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; txSel.Selection.Length = 1<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If txSel.Selection.Text = vbLf Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bELSE_CR = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bELSE_CR = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?3-TX-Text-Control-ActiveX">TX Text Control ActiveX</category>
			<dc:creator>arge</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325259-Selection-Text-comparison-to-Carriage-Return</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] Error - Unknow Format 1-241c]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325258-Error-Unknow-Format-1-241c&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 14:22:46 GMT</pubDate>
			<description><![CDATA[Hello! I'm AJ and this is my first post here. 
 
Our application develop using VS2010 with C# programming using tx text control ver 16 (no sp). 
 
This error, Unknown Format 1-241c appear when the application merge several rtf document that were saved before. Sometimes when the document have more...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello! I'm AJ and this is my first post here.<br />
<br />
Our application develop using VS2010 with C# programming using tx text control ver 16 (no sp).<br />
<br />
This error, Unknown Format 1-241c appear when the application merge several rtf document that were saved before. Sometimes when the document have more than 10 pages, it has no problem to save and open but when merge with other document, this error will appear.  However, the error will not appear if using ver 16 sp1 but the problem is the formatting already mess up.<br />
<br />
Any help or advice other than upgrade tx version if possible?<br />
<br />
Thanks</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?3-TX-Text-Control-ActiveX">TX Text Control ActiveX</category>
			<dc:creator>scar_lore</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325258-Error-Unknow-Format-1-241c</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] DocumentServer get lost after Debug]]></title>
			<link>http://forums.textcontrol.com/showthread.php?325257-DocumentServer-get-lost-after-Debug&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 14:07:13 GMT</pubDate>
			<description><![CDATA[hallo guys, 
i get this error every time i rebuild or debug the Projekt 
 
The type or namespace name 'Document Server' is in namespace "TXTextControl" does not exist. (Are you missing an assembly reference?) 
 
the references are included: TXDocumentServer, TXTextControl and...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>hallo guys,<br />
i get this error every time i rebuild or debug the Projekt<br />
<br />
The type or namespace name 'Document Server' is in namespace &quot;TXTextControl&quot; does not exist. (Are you missing an assembly reference?)<br />
<br />
the references are included: TXDocumentServer, TXTextControl and TxTextControl.Windows.Form<br />
<br />
can someone help pls</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?2-TX-Text-Control-NET-for-Windows-Forms">TX Text Control .NET for Windows Forms</category>
			<dc:creator>qmsneumann</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325257-DocumentServer-get-lost-after-Debug</guid>
		</item>
		<item>
			<title>Error merging large number of records</title>
			<link>http://forums.textcontrol.com/showthread.php?325256-Error-merging-large-number-of-records&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 20:25:19 GMT</pubDate>
			<description><![CDATA[We are using the premium service. I am trying to merge 225 records, but I get the following error every time. 
Server was unable to process request. ---> The operation could not be performed. An unexpected error has occurred. (01-0A02)  
 
I do not get this error when I decrease the number of...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>We are using the premium service. I am trying to merge 225 records, but I get the following error every time.<br />
Server was unable to process request. ---&gt; The operation could not be performed. An unexpected error has occurred. (01-0A02) <br />
<br />
I do not get this error when I decrease the number of records I am trying to merge. <br />
<br />
Template file is attached. </div>


	<div style="padding:10px">

	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.textcontrol.com/forumdisplay.php?23-LiveDocx-Support">LiveDocx Support</category>
			<dc:creator>tessan</dc:creator>
			<guid isPermaLink="true">http://forums.textcontrol.com/showthread.php?325256-Error-merging-large-number-of-records</guid>
		</item>
	</channel>
</rss>

