Search found 26 matches

by msimmons15
Tue May 11, 2021 7:08 pm
Forum: Support
Topic: Export of DevExpress Grid with TRichViewEdit blank
Replies: 1
Views: 6256

Re: Export of DevExpress Grid with TRichViewEdit blank

Please ignore this. I decided to use a different approach.
by msimmons15
Tue May 11, 2021 2:49 pm
Forum: Support
Topic: Export of DevExpress Grid with TRichViewEdit blank
Replies: 1
Views: 6256

Export of DevExpress Grid with TRichViewEdit blank

I am using a TRichViewEdit as a column editor in a DevExpress cxGrid to display RVF from a FireBird 3 blob. The component is very easy to use and works well. But I found that when I use the DevExpress ExportGridToXLSX function to export the grid to an XLSX file, the column that uses the TRichViewEdi...
by msimmons15
Tue May 11, 2021 2:13 pm
Forum: Support
Topic: Garbled rendering of TppDBRichview
Replies: 6
Views: 13507

Re: Garbled rendering of TppDBRichview

Thank you Sergey!
by msimmons15
Thu May 06, 2021 8:17 pm
Forum: Support
Topic: Garbled rendering of TppDBRichview
Replies: 6
Views: 13507

Re: Garbled rendering of TppDBRichview

The code changes you suggested did fix the error. Thanks! The font size combobox (first created many years ago) does not even use actions. Here is the code just so you know what was used. procedure TElementEditor.cmbFontSizeChange(Sender: TObject); begin if RVE = nil then Exit; if UpdatingCombos the...
by msimmons15
Thu Apr 29, 2021 6:37 pm
Forum: Support
Topic: Garbled rendering of TppDBRichview
Replies: 6
Views: 13507

Re: Garbled rendering of TppDBRichview

I've attached a zipped sample project which includes a small Firebird 3 DB. This is a Delphi 10.4 project using Firebird 3 and ReportBuilder 20.04. When you open up the project you will need to adjust the Database location in FDConnection1. You may need to adjust the VendorLib property in FDPhysFBDr...
by msimmons15
Wed Apr 28, 2021 5:02 pm
Forum: Support
Topic: Garbled rendering of TppDBRichview
Replies: 6
Views: 13507

Garbled rendering of TppDBRichview

I am using TRichview 19, Delphi XE3, Firebird 3 and Report builder 20.04

Please see the attached images. Any idea why this is happening?

Thanks,
Mike Simmons
by msimmons15
Tue Jul 21, 2020 8:01 pm
Forum: Support
Topic: RvDxSpellChecker events not firing?
Replies: 0
Views: 68770

RvDxSpellChecker events not firing?

In my application I am converting from AddictSpell to DevExpress spellchecker. I have been using the DxSpellChecker onSpellingComplete event to determine if the user cancelled out of the spell check dialog or finished the spell check. This is important when I am spellchecking multiple dataset record...
by msimmons15
Tue Apr 07, 2020 4:52 pm
Forum: Support
Topic: Words will not wrap past certain width
Replies: 2
Views: 12349

Re: Words will not wrap past certain width

This did not help or change the behavior. But I then found the rvoClientTextWidth option. I turned this option on and the behavior became what I wanted. Thanks for pointing me to the area to look at.
by msimmons15
Tue Apr 07, 2020 3:13 pm
Forum: Support
Topic: Words will not wrap past certain width
Replies: 2
Views: 12349

Words will not wrap past certain width

Hi Sergey, See attached image. I'm having a problem with a word wrap limit. As I shrink the control width the text will wrap to a point. After that width is reached words are no longer wrapped to the next line and the scroll bar must be used to view the text. Have you seen this behavior? Is there a ...
by msimmons15
Sat May 21, 2016 5:19 pm
Forum: Support
Topic: TDBRichviewEdit Performance Question
Replies: 7
Views: 25244

No problem

Sergey - It seems that Eurekalog processing is creating this long delay. I discovered an option in it that I had to adjust. Once I did that, performance was normal again. So I have no problems at this point. Please ignore my previous email.

Thanks,
Mike Simmons
by msimmons15
Sat May 21, 2016 4:01 pm
Forum: Support
Topic: TDBRichviewEdit Performance Question
Replies: 7
Views: 25244

Change never made?

Hi Sergey It appears the change you planned to do in your March 3, 2014 post was never done. I'm still seeing the same Abort statement and I'm still getting a very long delay as Eurekalog processes the abort. I will have to see how to disable error processing of "abort" statements in Eurek...
by msimmons15
Tue Feb 17, 2015 6:47 pm
Forum: Support
Topic: Prevent numbered list changes in pasted rich text
Replies: 1
Views: 10877

Prevent numbered list changes in pasted rich text

Hi Sergey, I am breaking up a large MS Word document and placing the content into a blob field using TDBRichViewEdit. The way that the document is being broken up results in portions of numbered lists being separated into different table records. When I paste the richtext in, the numbering is reset,...
by msimmons15
Fri May 09, 2014 2:53 pm
Forum: Support
Topic: SaveTextToStreamW - string too long
Replies: 2
Views: 11710

Thanks Sergey!
by msimmons15
Fri May 02, 2014 7:03 pm
Forum: Support
Topic: SaveTextToStreamW - string too long
Replies: 2
Views: 11710

SaveTextToStreamW - string too long

I have a firebird blob field field (memo) that contains uncompressed rich text. I am extracting just the plain text using the function below. My basic problem is that the text being stored in the SaveTextToStreamW method is double what it should be. Just to compare results, I also called SaveTextW. ...
by msimmons15
Mon Mar 03, 2014 7:58 pm
Forum: Support
Topic: TDBRichviewEdit Performance Question
Replies: 7
Views: 25244

That will help. Thanks!