Search found 26 matches
- Tue May 11, 2021 7:08 pm
- Forum: Support
- Topic: Export of DevExpress Grid with TRichViewEdit blank
- Replies: 1
- Views: 7758
Re: Export of DevExpress Grid with TRichViewEdit blank
Please ignore this. I decided to use a different approach.
- Tue May 11, 2021 2:49 pm
- Forum: Support
- Topic: Export of DevExpress Grid with TRichViewEdit blank
- Replies: 1
- Views: 7758
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 ...
- Tue May 11, 2021 2:13 pm
- Forum: Support
- Topic: Garbled rendering of TppDBRichview
- Replies: 6
- Views: 17687
Re: Garbled rendering of TppDBRichview
Thank you Sergey!
- Thu May 06, 2021 8:17 pm
- Forum: Support
- Topic: Garbled rendering of TppDBRichview
- Replies: 6
- Views: 17687
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 ...
- Thu Apr 29, 2021 6:37 pm
- Forum: Support
- Topic: Garbled rendering of TppDBRichview
- Replies: 6
- Views: 17687
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 ...
- Wed Apr 28, 2021 5:02 pm
- Forum: Support
- Topic: Garbled rendering of TppDBRichview
- Replies: 6
- Views: 17687
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
Please see the attached images. Any idea why this is happening?
Thanks,
Mike Simmons
- Tue Jul 21, 2020 8:01 pm
- Forum: Support
- Topic: RvDxSpellChecker events not firing?
- Replies: 0
- Views: 107745
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 ...
- Tue Apr 07, 2020 4:52 pm
- Forum: Support
- Topic: Words will not wrap past certain width
- Replies: 2
- Views: 14167
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.
- Tue Apr 07, 2020 3:13 pm
- Forum: Support
- Topic: Words will not wrap past certain width
- Replies: 2
- Views: 14167
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 ...
- Sat May 21, 2016 5:19 pm
- Forum: Support
- Topic: TDBRichviewEdit Performance Question
- Replies: 7
- Views: 29224
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
Thanks,
Mike Simmons
- Sat May 21, 2016 4:01 pm
- Forum: Support
- Topic: TDBRichviewEdit Performance Question
- Replies: 7
- Views: 29224
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 Eurekalog. I ...
- Tue Feb 17, 2015 6:47 pm
- Forum: Support
- Topic: Prevent numbered list changes in pasted rich text
- Replies: 1
- Views: 11764
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 ...
- Fri May 09, 2014 2:53 pm
- Forum: Support
- Topic: SaveTextToStreamW - string too long
- Replies: 2
- Views: 13128
- Fri May 02, 2014 7:03 pm
- Forum: Support
- Topic: SaveTextToStreamW - string too long
- Replies: 2
- Views: 13128
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 ...
- Mon Mar 03, 2014 7:58 pm
- Forum: Support
- Topic: TDBRichviewEdit Performance Question
- Replies: 7
- Views: 29224