Search found 10 matches
- Mon Oct 17, 2022 10:15 am
- Forum: Support
- Topic: Problem copying from one RichView blob to another
- Replies: 1
- Views: 4225
Re: Problem copying from one RichView blob to another
Using TRichView.RVFOptions :=[rvfoSavePicturesBody, rvfoSaveTextStyles, rvfoSaveParaStyles] seems to fix the problem.
- Mon Oct 17, 2022 9:30 am
- Forum: Support
- Topic: Problem copying from one RichView blob to another
- Replies: 1
- Views: 4225
Problem copying from one RichView blob to another
I use a TDBRichViewEdit to save text and images in a field of a Firebird table. I want to add this content to the end of another TBDRichView edit, for this, I create a TDBRichview linked to the source table field and save this content to a Tmemorystrem through SaveRVFToStream, to add it to the ...
- Sun Sep 18, 2022 8:42 am
- Forum: Support
- Topic: RvHtmlImporter doesn't download the images
- Replies: 2
- Views: 5087
Re: RvHtmlImporter doesn't download the images
Problem solved procedure TForm1.RVImportPicture(Sender: TCustomRichView; const Location: TRVUnicodeString; Width, Height: Integer; var Graphic: TGraphic); var Stream: TMemoryStream; begin if Pos('http://', AnsiLowerCase(Location))=1 then begin Stream := TMemoryStream.Create; try IdHTTP1.Get(Location ...
- Sat Sep 17, 2022 7:53 pm
- Forum: Support
- Topic: RvHtmlImporter doesn't download the images
- Replies: 2
- Views: 5087
Re: RvHtmlImporter doesn't download the images
The images are urls, not base64 embedded images
- Sat Sep 17, 2022 7:40 pm
- Forum: Support
- Topic: RvHtmlImporter doesn't download the images
- Replies: 2
- Views: 5087
RvHtmlImporter doesn't download the images
When importing a html document with images from a file or from a string, the images are not downloaded to show them in the Trichviewedit.
I use D11.1 on W10 and Richview 20.3
I use D11.1 on W10 and Richview 20.3
- Fri Sep 02, 2022 5:34 pm
- Forum: Support
- Topic: Problem with TDBRichViewEdit
- Replies: 2
- Views: 4886
Re: Problem with TDBRichViewEdit
Ok. Thank you. Problem solved.
- Thu Sep 01, 2022 8:09 pm
- Forum: Support
- Topic: Problem with TDBRichViewEdit
- Replies: 2
- Views: 4886
Problem with TDBRichViewEdit
I have a TDBRichViewEdit connected to a blob field. If I write directly on the component there is no problem. But if I insert text through code and perform a format, this text is not saved unless I write later on the component. Nor if I run the AppedRVFFromStream procedure that I use to add text ...
- Tue Aug 09, 2022 6:50 am
- Forum: Support
- Topic: Problem LiveBindings with Tblobfields
- Replies: 4
- Views: 6489
Re: Problem LiveBindings with Tblobfields
I am using Delphi 11 in an FMX project using Firebird 2.5 as the database. I have included from the beginning the fmxDBRV unit as indicated in the documentation. But when activating the query to the database, the exception "EvalError : Cannot assing TBlobField to a TRVDocumentProperty" is thrown ...
- Mon Aug 08, 2022 9:14 am
- Forum: Support
- Topic: Problem LiveBindings with Tblobfields
- Replies: 4
- Views: 6489
Re: Problem LiveBindings with Tblobfields
If the query is closed, it allows the link to be made, but when activating it, the "EvalError" exception is thrown
- Mon Aug 08, 2022 9:00 am
- Forum: Support
- Topic: Problem LiveBindings with Tblobfields
- Replies: 4
- Views: 6489
Problem LiveBindings with Tblobfields
I am trying to bind a TblobField with a TRichViewEdit. I have included the fmxDBRV unit in the form.
Binding throws an exception: "EvalError in : Cannot assign a TBlobField to TRVDocumentProperty".
I have installed the latest version 20.3.1
Binding throws an exception: "EvalError in : Cannot assign a TBlobField to TRVDocumentProperty".
I have installed the latest version 20.3.1