Yes, they do have the same RVFOptions propertySergey Tkachenko wrote:Do these editors have the same values of RVFOptions property?
Search found 34 matches
- Sun May 22, 2016 10:09 pm
- Forum: Support
- Topic: Copy content of TDBRichView into TRichEdit not complete
- Replies: 8
- Views: 37150
- Sun May 22, 2016 3:31 pm
- Forum: Support
- Topic: Copy content of TDBRichView into TRichEdit not complete
- Replies: 8
- Views: 37150
Hello,
I have a different issue on the same procedure now.
After having copied the content from RVLetterTemplate to RVActualLetter I checked if the two contents are identical and implemented temporary Stream1 and Stream 2. After the copy, Stream1.Size is <> than Stream2.Size. Is there anything else ...
I have a different issue on the same procedure now.
After having copied the content from RVLetterTemplate to RVActualLetter I checked if the two contents are identical and implemented temporary Stream1 and Stream 2. After the copy, Stream1.Size is <> than Stream2.Size. Is there anything else ...
- Sat May 21, 2016 6:10 pm
- Forum: Support
- Topic: Copy content of TDBRichView into TRichEdit not complete
- Replies: 8
- Views: 37150
In the first version of your code, you used RTF (Rich Text Format). In the final version, you use RVF (RichView Format).
When you use RVF, document is the same after reloading. When you use RTF, a conversion to RTF and back is performed, and the resulting document is not exactly like the original ...
When you use RVF, document is the same after reloading. When you use RTF, a conversion to RTF and back is performed, and the resulting document is not exactly like the original ...
- Sat May 21, 2016 10:53 am
- Forum: Support
- Topic: Copy content of TDBRichView into TRichEdit not complete
- Replies: 8
- Views: 37150
- Sat May 21, 2016 10:03 am
- Forum: Support
- Topic: Copy content of TDBRichView into TRichEdit not complete
- Replies: 8
- Views: 37150
Re: Copy content of TDBRichView into TRichEdit not complete
Hello,
I have a form with the following code:
TStrategiesExecute = class(TForm)
RVStyle1: TRVStyle;
RVLetterTemplate: TDBRichView;
RVStyle: TRVStyle;
RVActualLetter: TRichView;
public
function CopyTemplate: Boolean;
...
end;
function TStrategiesExecute.CopyTemplate: Boolean;
var ...
I have a form with the following code:
TStrategiesExecute = class(TForm)
RVStyle1: TRVStyle;
RVLetterTemplate: TDBRichView;
RVStyle: TRVStyle;
RVActualLetter: TRichView;
public
function CopyTemplate: Boolean;
...
end;
function TStrategiesExecute.CopyTemplate: Boolean;
var ...
- Thu May 19, 2016 10:18 pm
- Forum: Support
- Topic: Copy content of TDBRichView into TRichEdit not complete
- Replies: 8
- Views: 37150
Copy content of TDBRichView into TRichEdit not complete
Hello,
I have a form with the following code:
TStrategiesExecute = class(TForm)
RVStyle1: TRVStyle;
RVLetterTemplate: TDBRichView;
RVStyle: TRVStyle;
RVActualLetter: TRichView;
public
function CopyTemplate: Boolean;
...
end;
function TStrategiesExecute.CopyTemplate: Boolean;
var
Stream ...
I have a form with the following code:
TStrategiesExecute = class(TForm)
RVStyle1: TRVStyle;
RVLetterTemplate: TDBRichView;
RVStyle: TRVStyle;
RVActualLetter: TRichView;
public
function CopyTemplate: Boolean;
...
end;
function TStrategiesExecute.CopyTemplate: Boolean;
var
Stream ...
- Sun May 15, 2016 9:36 pm
- Forum: Support
- Topic: Mailmerge, tags and TDBRichViewEdit
- Replies: 2
- Views: 17628
- Sun May 15, 2016 9:11 pm
- Forum: Support
- Topic: Mailmerge, tags and TDBRichViewEdit
- Replies: 2
- Views: 17628
- Fri May 13, 2016 10:24 pm
- Forum: Support
- Topic: Mailmerge, tags and TDBRichViewEdit
- Replies: 2
- Views: 17628
Mailmerge, tags and TDBRichViewEdit
I am adding a mailmerge feature in my application and I have applied the idea in the example MailMergeI
The template is saved in a DB record and later on the application retrieves the template and replace the tags with the data.
For the template editing I drop a TDBRichViewEdit in a form, connect ...
The template is saved in a DB record and later on the application retrieves the template and replace the tags with the data.
For the template editing I drop a TDBRichViewEdit in a form, connect ...
- Thu Apr 28, 2016 9:14 pm
- Forum: Support
- Topic: Export using synpdf (synopse) - No ScaleRichView
- Replies: 14
- Views: 70145
really appreciated. Thank you !Sergey Tkachenko wrote:See here: http://www.trichview.com/forums/viewtopic.php?t=7304
- Wed Apr 27, 2016 11:03 pm
- Forum: Support
- Topic: Export using synpdf (synopse) - No ScaleRichView
- Replies: 14
- Views: 70145
- Thu Apr 21, 2016 10:39 pm
- Forum: Support
- Topic: Export using synpdf (synopse) - No ScaleRichView
- Replies: 14
- Views: 70145
- Thu Apr 21, 2016 10:03 pm
- Forum: Support
- Topic: Export using synpdf (synopse) - No ScaleRichView
- Replies: 14
- Views: 70145
- Sun Apr 03, 2016 6:48 pm
- Forum: Support
- Topic: Export using synpdf (synopse) - No ScaleRichView
- Replies: 14
- Views: 70145
Export using synpdf (synopse) - No ScaleRichView
Hello,
Is it possible to export the content of TRichview to PDF without having TScaleRichView ?
I have found this example http://www.trichview.com/forums/viewtopic.php?t=6010 but this works only with TScaleRichView.
Many thanks
Alberto
Is it possible to export the content of TRichview to PDF without having TScaleRichView ?
I have found this example http://www.trichview.com/forums/viewtopic.php?t=6010 but this works only with TScaleRichView.
Many thanks
Alberto
- Tue Mar 29, 2016 10:01 pm
- Forum: Support
- Topic: Memory leak in TDBRichView
- Replies: 5
- Views: 22108