Search found 14 matches

by Usch Wildt
Sat Mar 27, 2010 1:03 pm
Forum: Support
Topic: additional space after RTF field
Replies: 3
Views: 12302

Oh, sorry, you were right!
That was the problem,
thanks a lot!

Usch
by Usch Wildt
Sat Mar 27, 2010 12:55 pm
Forum: Support
Topic: additional space after RTF field
Replies: 3
Views: 12302

No, the space is after the field.
In word it looks like this, if you make the field functions visible:

see also: {REF Usch1 \r \h \*MERGEFORMAT } !

The space is not part of the field, it is behind the field.
by Usch Wildt
Fri Mar 26, 2010 2:33 pm
Forum: Support
Topic: additional space after RTF field
Replies: 3
Views: 12302

additional space after RTF field

Hi, I have a problem exporting rtf from TRichView 12.1/ScaleRichView 3.1. My text contains rtf reference fields to numbered lists. In the resulting rtf, there is always a space character after the field. Example: I have a document with one paragraph with text "Usch 1", which is a numbered ...
by Usch Wildt
Wed Apr 02, 2008 3:09 pm
Forum: Support
Topic: replace every occurrence of a text by another text
Replies: 1
Views: 8817

replace every occurrence of a text by another text

Hi, it sounds very simple, but I dont' find a way for this: I habe a formatted text in a TRichViewEdit control. There can be tables in the text. Now I want to find any occurence (also in tables) of a text snippet, e.g. "xyz" and replace it by another text, e.g. "example text". Th...
by Usch Wildt
Wed Oct 17, 2007 10:19 am
Forum: Support
Topic: copy text with checkpoint in it
Replies: 1
Views: 8623

copy text with checkpoint in it

Hi, I just tried to copy and paste some paragraphs in one RichViewEdit. One of the selected items contains a checkpoint. Now when I copy & paste the selected text, only the first paragraphs up to the checkpoint are pasted. The item with the checkpoint and all following items are not pasted. Isn'...
by Usch Wildt
Fri Oct 12, 2007 8:27 am
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 33383

reference with dynamic text?

Hi, thank you for your quick answer! Unfortunately I think I need bookmarks on a text fragment, noit only a position, because I would like to make dynamic text references like "see chapter xxx", where xxx is the text of the chapter title, and the text "see chapter xxx" changes to...
by Usch Wildt
Thu Oct 11, 2007 4:50 pm
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 33383

some more explanation?

Hello, I also need internal references in documents, but I don't understand you explanations in this topic. I know how to create a Checkpoint, but how can I create a link to this checkpoint? Where and to what do I add the "{\field{...". If I just add it as text, it is just text of course. ...
by Usch Wildt
Thu Oct 11, 2007 12:03 pm
Forum: Support
Topic: delete a style
Replies: 1
Views: 8770

delete a style

Hi, I want to delete Text- and ParaStyles. In the online help it says about TFontInfos.Delete: "Obsolete, please do not use. In order to delete i-th item from text styles, use TRVStyle.TextStyles .Free" But is that also correct for BCB6? TextStyles->Delete(i) and ParaStyles->Delete(i) seem...
by Usch Wildt
Thu Jul 26, 2007 8:57 am
Forum: Support
Topic: How to create a TRichView at runtime
Replies: 1
Views: 8922

How to create a TRichView at runtime

Hi, I would like to create and fill a document or TRichViewEdit at runtime with CB6 and save it without showing it in the gui. Something like: TRichViewEdit *rve = new TRichViewEdit(NULL); TRVStyle* style = new TRVStyle(NULL); rve->Style = style; rve->InsertText("test"); TMemoryStream*Stre...
by Usch Wildt
Wed Jul 25, 2007 4:42 pm
Forum: Support
Topic: Load styles from ini witout deleting existing styles?
Replies: 1
Views: 8963

Load styles from ini witout deleting existing styles?

Hi, I developed an application where users can generate text modules and build together documents from several of these text modules. Now I would like add a possibility for the users to configure some standard styles, e.g. one for "normal text", one for "heading", one "stand...
by Usch Wildt
Tue Feb 06, 2007 3:42 pm
Forum: Support
Topic: load userdefined style information to existing text
Replies: 4
Views: 20947

about the numeration problem: I had a problem with numbered lists; you gave me a fix for it; and you wrote (August 06): "The problem is in the following. Each list style has its own random generated identifier. These identifiers were created to distinguish lists with the same properties on merg...
by Usch Wildt
Thu Feb 01, 2007 3:30 pm
Forum: Support
Topic: load userdefined style information to existing text
Replies: 4
Views: 20947

load userdefined style information to existing text

Hello Sergey, I have a question: I use TRichview in an CB6-application where the users can create and format text modules. Later the users can select text modules to generate a document. I merge the document from the selected modules using InsertRVFFromStream. Until now the RVStyle for the modules c...
by Usch Wildt
Mon Oct 02, 2006 11:04 am
Forum: Support
Topic: text modules with numbered lists
Replies: 2
Views: 11241

Hi, I found out some more: First, that my problem also happens in the ActionsTest-Aplication: When I format two text passages in one document as continuing lists there, anyway the second list starts with 1. So I implemented code that creates a special style. I run this code when I start the applicat...
by Usch Wildt
Fri Sep 29, 2006 12:10 pm
Forum: Support
Topic: text modules with numbered lists
Replies: 2
Views: 11241

text modules with numbered lists

Hi, I use TRichview in an application where the users can create and format text modules. I use the RichViewActions there. Later the users can select text modules to generate a document. I merge the document from the selected modules using InsertRVFFromStream. Now my problem: When the user selects t...