[OPEN] Unexpected text control error when accessing cell text for merged cells
I am getting an 'unexpected text control error (1-b07)' when I iterate through the cells of a table that contains merged cells, e.g. in Delphi if I do the following where I merge column 1 for rows...
View ArticleTextControl.Web: Custom mail merge preview
In a recent blog entry, we explained how to add custom code to ribbon buttons and how to cancel the event bubbling. This works for the majority of buttons, but doesn't work for the Preview Merge...
View ArticleNew HTML5 reporting demo website online
We just published a new reporting demo website that gives an overview of the Text Control Reporting functionality and provides a demo web application with a sample template and a demo database....
View ArticleNew Text Control Reporting online demo launched
As part of our new Text Control Reporting Microsite, we launched a new, lightweight demo application that shows the Text Control Reporting Framework (TXTextControl.DocumentServer.MailMerge) in...
View Article[OPEN] Find By backcolor
Hi, How can I search in an RTF document occurrences of a background color? Tk
View ArticleCreate database excerpt files from assemblies
The engine MailMerge interprets all public properties of objects in an IEnumerable collection as table columns and child tables. Properties of type IEnumerable are automatically instantiated as...
View Article[OPEN] Bullet lists and bold text
I am having a problem using TX for .NET version 21. If I create a bulleted list then change the formatting on the first word (or character) of a list item to bold the bullet for that list item is also...
View Article[OPEN] Remove empty pages
Hello, I need to remove all empty pages of the document which content is auto-generated. I also tried to use your code snippet which is suggested on your website but I had to extend it. The method...
View Article[SOLVED] Comparing table rows
Hello, why does the following comparison return false? Note that I have selected the last row of the table while running this code! Code: Table tbl = _textControl.Tables.GetItem(1); TableRow row1 =...
View ArticleHighEdit Converter Plus launched
We just launched HighEdit Converter Plus, a high-performance and accurate tool that converts HED files to RTF, DOC, DOCX, PDF and TX Text Control format. HED files are documents created with the...
View Article[OPEN] Error on licx file when changed framework version on compile time
Hi, When compiling I get the error: Error Exception occurred creating type 'TXTextControl.ServerTextControl, TXTextControl.Server, Version=21.0.600.500, Culture=neutral,...
View ArticleHTML5: Loading local documents using pure Javascript
Web.TextControl provides a code-behind API to load and save documents from and to the server. Additionally, local files can be loaded using drag and drop on the control workspace. Client-side, the...
View Article[OPEN] Document spacing not preserved from original Word file
I am using TX Text Control in a web application that opens an existing, server-side Word document. I noticed that the page spacing begins to differ between the original Word document and it's...
View ArticleMailMerge: MergeFields with CRLFs
Merge fields are pre-formatted in a template and populated with database content during the merge process. Usually, a merge field accepts plain text from a database column field or an XML element...
View Article[OPEN] Set Margins for the whole document in TxTC 20 (ActiveX)
Hi, I have a problem of backwards compatibility between TxTC 20 and TxTC 12. This is the scenario: I write an RTF document with a program that uses TxTC 20 (Active X component) and then, I have to...
View ArticleWeb.TextControl: Can't connect to the server?
TX Text Control's HTML5 web editor is updated and synchronized with the server automatically using WebSockets. WebSockets is a protocol providing full-duplex communication channels using a single TCP...
View Article[OPEN] Is there any way to get the current cursor postion ?
I have tried the following way to get the current cursor position. TextEditorLib::_DTextEditorPtr pEditor = m_Editor.GetTextEditorCtrl(); VARIANT cur = pEditor->GetCurrentInputPosition(); int...
View ArticleHTML5: Loading local documents - Part 2
In a recent blog entry, we showed how to load a local document using pure Javascript and an HTML input element. In this second part, we show how to hide the HTML input element and to overwrite the...
View Article[OPEN] Can TxTextControl be used to print labels to Dynamo printer (roll of...
I have a customer who wishes to print labels on a Dynamo printer where the labels are feed in off a roll in. As the labels are feed in vertically the printing also needs to be done vertically. The...
View ArticleText Control at BASTA! 2015
Typically, the BASTA! conference in September is the start of our conference season in the second half of the year. We support this conference since many years and BASTA! is always a highlight in...
View Article