Search found 4 matches

by CGM
Wed Oct 08, 2025 1:43 pm
Forum: Support
Topic: Division by zero when dragging application
Replies: 2
Views: 11151

Division by zero when dragging application

Hi

I get Division by zero when I drag a application to a monitor with scale 125% from a monitor with scale 100%.
The error only occurs when TRichViewEdit.WordWrap := False and TAB occurs in text.

RichViewEdit1.WordWrap := False;
RichViewEdit1.InsertText('Kalle '#9'Olle'#$D#$A);

I found some ...
by CGM
Mon Sep 16, 2019 7:54 am
Forum: Support
Topic: Problem saving to PDF using RVRB and Report Builder
Replies: 1
Views: 13242

Problem saving to PDF using RVRB and Report Builder

Hi,

I got a problem when saving a ppReport to a PDF-file using ppRichView component.
RTF tables created by TRichView and inserted into to a ppRichView looks strange when saving the report to pdf-file.

Se attached images, pdf and code.

Report Builder ver 19.03
TRichView ver 17.6

Any ideas ...
by CGM
Wed Mar 08, 2017 12:29 pm
Forum: Support
Topic: Problem with MergeCells and SaveRTF
Replies: 2
Views: 13593

Re: Problem with MergeCells and SaveRTF

Hi

Thanks for the quick reply :D .
As you stated in your reply it's working just fine in 16.13.5.
by CGM
Tue Mar 07, 2017 1:04 pm
Forum: Support
Topic: Problem with MergeCells and SaveRTF
Replies: 2
Views: 13593

Problem with MergeCells and SaveRTF

Hi,

I got a problem when loading RichView from a rtf-file when using TRVTableItemInfo and MergeCells.
When loading the RichView from a rtf-file the merged cells format in a strange format (se attached image and code in Unit1.zip).

Any ideas ?

/Thanks

Using TRichView v16.9.5