Search found 6 matches

by StevieO
Mon Nov 24, 2008 4:33 pm
Forum: Support
Topic: I can't save a RichView into a Field
Replies: 7
Views: 15051

Sergey Tkachenko wrote:You can use TSRichViewEdit.RichViewEdit.SaveRVFToStream to save to the field.
The Parameters are OK!

Yes of course but there is the problem with the data:

-8 1 3
-7 0 -1 0 0 0 0 -16777211
-9 2 0 0 2 0 1
Style
¢

??? :-)
by StevieO
Mon Nov 24, 2008 3:43 pm
Forum: Support
Topic: I can't save a RichView into a Field
Replies: 7
Views: 15051

Make sure that DBSRichViewEdit.RVFOptions property includes rvfoSaveTextStyles and rvfoParaStyles, and DBSRichViewEdit.RVFTextStylesReadMode = DBSRichViewEdit.RVFParaStylesReadMode = rvf_sInsertMerge. Must I use the TDBSRichViewEdit ??? Could not use the TSRichViewEdit ??? I dont need the direkt ...
by StevieO
Mon Nov 24, 2008 12:40 pm
Forum: Support
Topic: I can't save a RichView into a Field
Replies: 7
Views: 15051

It is saved, but loaded as a plain text, because reading in RVF format failed. It happens because the document was saved without text, paragraph and list styles. In this mode, it can be loaded only to TRichView having exactly the same collections of styles. To fix this problem, double click ...
by StevieO
Wed Oct 08, 2008 2:12 pm
Forum: Support
Topic: Changing filename automatic after Import...
Replies: 4
Views: 10828

If you want to change file name for new documents, use RVAControlPanel.DefaultFileName (change it before execution of TrvActionNew). If you want to change file name for document with assigned name (assigned after executing TrvActionOpen or TrvActionSaveAs), you can use TrvActionSave.Documents ...
by StevieO
Wed Oct 08, 2008 7:54 am
Forum: Support
Topic: Changing filename automatic after Import...
Replies: 4
Views: 10828

Sergey Tkachenko wrote:RichViewActions cannot save DOC files, so DOC files are available only in Insert | File dialog, not in File | Open dialog.
That was'nt my question... :D I know that!
I want to know how to change the filename, before the SaveAs dialog displaying it?

Thanks!
by StevieO
Tue Oct 07, 2008 4:09 pm
Forum: Support
Topic: Changing filename automatic after Import...
Replies: 4
Views: 10828

Changing filename automatic after Import...

Hi!

How could I change the filename after Importing a *.DOC ??

To see it when I close the APP and the question appers "Save changes in xxx?"

Thanks!!!!

Stevie