Hi.
An example code in which, when typing a lowercase letter after a period character, it becomes uppercase.
I have managed to do it in the OnChange event (through the TDBRichViewEdit.SetItemTex and TDBRichViewEdit.InsertText methods), but later the Redo and Undo methods for the converted ...
Search found 48 matches
- Sat Nov 21, 2020 3:54 pm
- Forum: Support
- Topic: TDBRichViewEdit (Special Edition)
- Replies: 1
- Views: 14080
- Fri Nov 20, 2020 10:45 pm
- Forum: Support
- Topic: Tdbrichviewedit onchanging event
- Replies: 1
- Views: 13136
Tdbrichviewedit onchanging event
Hi
Can any of you give me a small example of code to use the onchanging event?
Thanks in advance
Can any of you give me a small example of code to use the onchanging event?
Thanks in advance
- Sat Nov 14, 2020 2:39 pm
- Forum: Support
- Topic: TdbRichViewEdit cursor position
- Replies: 1
- Views: 12200
TdbRichViewEdit cursor position
Hi
Can somebody help me?
How can you detect that the cursor is positioned on the first character of a line (with or without a bullet)?
Thanks in advance
Can somebody help me?
How can you detect that the cursor is positioned on the first character of a line (with or without a bullet)?
Thanks in advance
- Sun Dec 15, 2019 11:32 am
- Forum: Examples, Demos
- Topic: Load multiple pieces of data into TRichView/TRichViewEdit
- Replies: 1
- Views: 138641
Load multiple pieces of data into TRichView/TRichViewEdit
Hi.
How can I add, sequentially, a series of text values and RVF values, in a richview or richviewedit, without losing the previous piece.
Small example?
Thanks in advance.
How can I add, sequentially, a series of text values and RVF values, in a richview or richviewedit, without losing the previous piece.
Small example?
Thanks in advance.
- Sat Aug 11, 2018 11:06 am
- Forum: Support
- Topic: GetItemTextR
- Replies: 4
- Views: 20779
Re: GetItemTextR
Hi, thank you so much for everything.
- Fri Aug 10, 2018 9:32 am
- Forum: Support
- Topic: GetItemTextR
- Replies: 4
- Views: 20779
Re: GetItemTextR
I compose a text string, concatenating each line of a 'tdbrichview', stored in rvf format, in a blob field in the database.
Some lines contain information such as the following.
'Name'#$D#$A'Discount'#$D#$A'Others'#$D#$A'10.03.2011 – 11.03.2011'#$D#$A
#9
With this code in function ...
Some lines contain information such as the following.
'Name'#$D#$A'Discount'#$D#$A'Others'#$D#$A'10.03.2011 – 11.03.2011'#$D#$A
#9
With this code in function ...
- Thu Aug 09, 2018 11:13 am
- Forum: Support
- Topic: GetItemTextR
- Replies: 4
- Views: 20779
GetItemTextR
Hi
The following function produces an error when compiling with trichview 17, because the "GetItemTextR" method does not exist
Who can give me an alternative that works. Thanks in advance
function GetItemText2Mod(RVData: TCustomRVData; ItemNo: Integer): TRVAnsiString;
begin
if RVData ...
The following function produces an error when compiling with trichview 17, because the "GetItemTextR" method does not exist
Who can give me an alternative that works. Thanks in advance
function GetItemText2Mod(RVData: TCustomRVData; ItemNo: Integer): TRVAnsiString;
begin
if RVData ...
- Thu Mar 23, 2017 8:41 am
- Forum: Support
- Topic: How to update bullets in tdbRichViewEdit?
- Replies: 5
- Views: 22483
Re: How to update bullets in tdbRichViewEdit?
Hello.
After knowing the situation, I will not modify the list of bullets,
Anyway, if it is not much effort, it would be interesting to know an example of the last option that you indicate, about application to bullets and numbering of the list level
Thanks again for the help.
After knowing the situation, I will not modify the list of bullets,
Anyway, if it is not much effort, it would be interesting to know an example of the last option that you indicate, about application to bullets and numbering of the list level
Thanks again for the help.
- Wed Mar 22, 2017 12:41 pm
- Forum: Support
- Topic: How to update bullets in tdbRichViewEdit?
- Replies: 5
- Views: 22483
Re: How to update bullets in tdbRichViewEdit?
Hello, only the bullets associated with the selected text scope
Thanks
Thanks
- Tue Mar 21, 2017 11:20 am
- Forum: Support
- Topic: How to update bullets in tdbRichViewEdit?
- Replies: 5
- Views: 22483
How to update bullets in tdbRichViewEdit?
Hello
I want to resize the bullets, when I change the font size of the associated text, keeping the existing formatting (indentation, characters used for bullets, etc.)
A simple way to do it ?, a small example code?
thank you for your attention
I want to resize the bullets, when I change the font size of the associated text, keeping the existing formatting (indentation, characters used for bullets, etc.)
A simple way to do it ?, a small example code?
thank you for your attention
- Tue Mar 21, 2017 7:58 am
- Forum: Support
- Topic: PrintPreview with images and text
- Replies: 8
- Views: 35529
Re: PrintPreview with images and text
Hello, I have found my error.
It is not in the tdbrichviewedit but in PrintPreview, specifically in onpageprepaint event, there is an align modification with settextalign that causes the problem.
I have corrected it by saving the alignment previously and restoring it later
Sorry and thanks.
It is not in the tdbrichviewedit but in PrintPreview, specifically in onpageprepaint event, there is an align modification with settextalign that causes the problem.
I have corrected it by saving the alignment previously and restoring it later
Sorry and thanks.
- Mon Mar 20, 2017 7:04 pm
- Forum: Support
- Topic: PrintPreview with images and text
- Replies: 8
- Views: 35529
Re: PrintPreview with images and text
Hello
I see text correctly in my tdbrichviewedit (and in Editor2 demo), but
in PrintPreview text appears before left margin
I attach two files: ppl (printpreview with rvaleft alignment in tdbrichviewedit) and ppj (printpreview with rvajustify alignment in tdbrichviewedit)
Thanks in advance
I see text correctly in my tdbrichviewedit (and in Editor2 demo), but
in PrintPreview text appears before left margin
I attach two files: ppl (printpreview with rvaleft alignment in tdbrichviewedit) and ppj (printpreview with rvajustify alignment in tdbrichviewedit)
Thanks in advance
- Mon Mar 13, 2017 8:28 am
- Forum: Support
- Topic: PrintPreview with images and text
- Replies: 8
- Views: 35529
Re: PrintPreview with images and text
Hello
I also think you're right but I can not find a way to solve it.
I attach two files, one with bullets that has a correct indentation and other without bullets with erroneous indentation (left of the left margin)
Thanks in advance
I also think you're right but I can not find a way to solve it.
I attach two files, one with bullets that has a correct indentation and other without bullets with erroneous indentation (left of the left margin)
Thanks in advance
- Thu Mar 09, 2017 3:58 pm
- Forum: Support
- Topic: PrintPreview with images and text
- Replies: 8
- Views: 35529
Re: PrintPreview with images and text
Ignore previous solution since it is erroneous.The problem persistsjota wrote: Thu Mar 09, 2017 1:31 pm It happens with TRichViewEdit.bidimode property equal to rvbdUnspecified. Changed to rvbdLeftoRight works fine.
If I insert bullet to the previous text, it adjusts to the left margin correctly
- Thu Mar 09, 2017 1:31 pm
- Forum: Support
- Topic: PrintPreview with images and text
- Replies: 8
- Views: 35529
Re: PrintPreview with images and text
Hello.
It´s not problem with images.
It happens with TRichViewEdit.bidimode property equal to rvbdUnspecified. Changed to rvbdLeftoRight works fine.
Thanks
It´s not problem with images.
It happens with TRichViewEdit.bidimode property equal to rvbdUnspecified. Changed to rvbdLeftoRight works fine.
Thanks