Search found 20 matches

by leandersantosm
Mon Jan 20, 2020 6:56 pm
Forum: Support
Topic: Convert RTF to view in a webpage
Replies: 2
Views: 15479

Re: Convert RTF to view in a webpage

Alright, I will go for the first option for now.

I can't go for the second one because I have thousands of clients with thousands of documents. I should have to update my software to convert them all before they receive the web module.

Thanks!!
by leandersantosm
Fri Jan 17, 2020 9:39 pm
Forum: Support
Topic: Convert RTF to view in a webpage
Replies: 2
Views: 15479

Convert RTF to view in a webpage

Hi, is there a way to see a RTF saved in MySQL as a LONGBLOB in a webpage? For example, I created a new RTF in my software, typed a text formatted with bold and italic, and I want to use the same database to my PHP project. Then, I create a page that could be able to read this RTF, but the informati...
by leandersantosm
Thu Aug 09, 2012 8:21 pm
Forum: Support
Topic: SclRVRuler - Margins
Replies: 3
Views: 11952

I tried to change the DBSRichView margins before, but it does no changes the ruler margins.

What am I missing?
by leandersantosm
Wed Aug 08, 2012 8:09 pm
Forum: Support
Topic: SclRVRuler - Margins
Replies: 3
Views: 11952

SclRVRuler - Margins

Hello! I have the code below in my project: SclRVRuler1.LeftMargin := DBSRichViewEdit2.PageProperty.LeftMargin; SclRVRuler1.RightMargin := DBSRichViewEdit2.PageProperty.RightMargin; The code should change the left and right margins of my SclRVRuler1. The problem is: this code only changes the left m...
by leandersantosm
Wed Feb 29, 2012 8:39 pm
Forum: Support
Topic: List index out of bounds (22)
Replies: 1
Views: 8193

List index out of bounds (22)

Hello!

When I try to change the font size using DBSRichViewEdit, the message "List index out of bounds (22)" is shown.

I have another RichView components in same project, and it is working fine.

Someone knows whwat is wrong?

Thanks.
by leandersantosm
Mon Aug 08, 2011 5:55 pm
Forum: Support
Topic: There is some free component to export to PDF?
Replies: 3
Views: 13177

There is some free component to export to PDF?

Hello!

Anyone knows if there is some free component to export the richview documents to PDF?

I found one in richview resources webpage (TRichViewPDF by Roledata Information Technology), but the website is offline, so I can't download it.

Thanks.
by leandersantosm
Fri Jun 17, 2011 5:08 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

[...]
I guess he was requesting the new version by mail contact yesterday.
The version was already sent to him?
If yes, I will update the components.
Thanks.
by leandersantosm
Fri Jun 17, 2011 4:52 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

I'm using RichView 11.0.2 (checked on readme.txt).
by leandersantosm
Fri Jun 17, 2011 4:50 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

TList.Error('List index out of bounds (%d)',-60) TList.Error($41D53C,-60) TList.Get(-60) TRVTableRow.Get(???) TRVTableRows.GetMainCell(3,-60,3,-60) TSRichViewEdit.checkTable(???,242,387,???) TSRichViewEdit.MouseMove([],266,282) TControl.WMMouseMove((512, 0, 266, 282, (266, 282), 0)) TControl.WndProc...
by leandersantosm
Thu Jun 16, 2011 6:49 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

Forget the error leaving the form, I fixed it.

Back to the tables, if I create a new table before the table that works fine, this new table will have the error of List index.
by leandersantosm
Thu Jun 16, 2011 6:30 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

The error disappeared.

But when I try to leave the form that contains the RichView, a new error occurs "List index out of bounds (1)"

This error points me to the file Classes, line 2790:

raise EListError.CreateFmt(Msg, [Data]) at ReturnAddr;
by leandersantosm
Thu Jun 16, 2011 5:59 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

First table: TBAUX := TRVTableItemInfo.CreateEx(5,6,TLRESULTADOS.DBSRichViewEdit1.RichViewEdit.RVData); //TBAUX.BorderColor := $00A98E10; //TBAUX.CellBorderColor := $00A98E10; TBAUX.BorderWidth := 0; TBAUX.CellBorderWidth := 0; {TBAUX.Cells[2,2].BestWidth := 130; TBAUX.Cells[2,5].BestWidth := 130; T...
by leandersantosm
Thu Jun 16, 2011 5:52 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

No, the only difference between the codes is the variable name.

First's table name is TABLEECOCAR, second's TBAUX.
by leandersantosm
Thu Jun 16, 2011 5:35 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

Copy of the code ** I mean

I just copied the code that creates the second table, to create the first (the table that shows up the error when I move the mouse over the border).

The codes are perfectly the same, but just the first table shows the error.
by leandersantosm
Thu Jun 16, 2011 4:45 pm
Forum: Support
Topic: Add text with different formats in a cell
Replies: 22
Views: 49186

I don't know if this can help, but I use the same code on same button to create another 2 tables, and this error does not happens with that tables, just the first one. The code used to create the first table is a copy of the second table, just like the same. Other things that can help to discover th...