Search found 25 matches
- Tue Jan 11, 2011 6:38 am
- Forum: Support
- Topic: create checkpoint in table cell
- Replies: 1
- Views: 9531
- Tue Jan 11, 2011 4:26 am
- Forum: Support
- Topic: create checkpoint in table cell
- Replies: 1
- Views: 9531
create checkpoint in table cell
Sergey, I am attempting to create an HTML output with checkpoints. I use tables in a TRichViewEdit control. I would like one checkpoint per table cell so that I have a named attribute for each cell on HTML output. I can get checkpoints to work outside of tables but not in cells. Could you provide me ...
- Mon Jun 02, 2008 9:01 pm
- Forum: Support
- Topic: Arrow/TAB not working in tables
- Replies: 5
- Views: 18299
- Wed Apr 16, 2008 4:47 pm
- Forum: Support
- Topic: Arrow/TAB not working in tables
- Replies: 5
- Views: 18299
- Tue Apr 15, 2008 4:27 pm
- Forum: Support
- Topic: Arrow/TAB not working in tables
- Replies: 5
- Views: 18299
- Tue Mar 25, 2008 2:03 am
- Forum: Support
- Topic: Arrow/TAB not working in tables
- Replies: 5
- Views: 18299
Arrow/TAB not working in tables
Sergey, This is an odd question ... my apologies. I compiled my entire application as an ActiveX control. TRichViewEdit generally works fine. The arrow and TAB keys work as expected in a plain document. When the cursor is within a table, the arrow keys treat the table as a single object, and ...
- Tue Feb 05, 2008 6:17 pm
- Forum: Support
- Topic: List index out of bounds when deleting cell text
- Replies: 2
- Views: 12194
- Tue Feb 05, 2008 4:50 am
- Forum: Support
- Topic: List index out of bounds when deleting cell text
- Replies: 2
- Views: 12194
List index out of bounds when deleting cell text
Sergey, I read the post "Inserting TRichViewEdit content into several table cells" from August 2007 and I selected option 1, which was to set the read modes to rvf_signore. I use the following code to copy selected RVF text from one control to the cell of another. It copies fine, and it looks like ...
- Thu Nov 08, 2007 4:50 pm
- Forum: Support
- Topic: TRichViewEdit, Actions and ExpressBars
- Replies: 2
- Views: 12088
Sergey, Thanks. I figured it out. I did not understand how actions were able to update the connected controls. The issue was the same as a 2004 post about no automatic updates in DLL's. The code you posted did not work: Re: TDBRichViewEdit in the DLL Date: Sat, 4 Sep 2004 19:05:44 +0400 procedure ...
- Thu Nov 08, 2007 7:32 am
- Forum: Support
- Topic: TRichViewEdit, Actions and ExpressBars
- Replies: 2
- Views: 12088
TRichViewEdit, Actions and ExpressBars
Sergey, I am replacing the standard toolbars in the RichView Actions demo with ExpressBars from DevExpress. I assigned actions to all of the toolbar buttons and they are working. However, the buttons do not reflect the editor state. For example, when the Bold button is clicked, it does not stay ...
- Mon Mar 12, 2007 8:35 pm
- Forum: Support
- Topic: Saving styles to a data table
- Replies: 1
- Views: 9534
Saving styles to a data table
Sergey,
I would like to store a TParaInfo instance in a BLOB field and retrieve it. How would I go about doing this?
I would like to store a TParaInfo instance in a BLOB field and retrieve it. How would I go about doing this?
- Sun Oct 29, 2006 6:16 pm
- Forum: Support
- Topic: Format On Error
- Replies: 1
- Views: 10165
Format On Error
Sergey, I store my RVF documents in database BLOB fields. They are loaded into TRichViewEdit components using RVFLoadFromStream followed by Format. I have had a couple of instances where apparently corrupted RVF's are loaded and when Format is called I get endless "Index Out of Bounds" errors. Is ...
- Thu Oct 19, 2006 11:33 pm
- Forum: Support
- Topic: DefaultTabWidth
- Replies: 3
- Views: 14408
- Wed Oct 18, 2006 3:46 am
- Forum: Support
- Topic: DefaultTabWidth
- Replies: 3
- Views: 14408
DefaultTabWidth
Greetings, Is there any way to set the "DefaultTabWidth" in a TRichView or TppRichView component without using TRuler? I am loading RTF text into a TppRichView component. If there are tab characters in the document I want it to honor whatever the current default tab setting is in the RTF text (which ...
- Wed Aug 16, 2006 12:44 am
- Forum: Support
- Topic: TppRichView Anchors
- Replies: 1
- Views: 9579
TppRichView Anchors
I am using ReportBuilder version 10 that supports anchors for stretchable components. I need this feature because ShiftWithParent has been replaced with this new property. I have a TppRichView component that is stretchable and it must appear at the bottom of a dynamic group footer band. It would be ...