Search found 9 matches

by zehdopulo
Mon Aug 22, 2011 9:07 pm
Forum: Support
Topic: How to open many HTML files
Replies: 3
Views: 10687

And about second question?
by zehdopulo
Sat Aug 20, 2011 1:10 am
Forum: Support
Topic: How to open many HTML files
Replies: 3
Views: 10687

How to open many HTML files

Hi, I have the below situation: There are about 5 html files in a TList and they must be loaded in a only RVHtmlImporter and RVEdit. How do I do to concatenate it? Other question: I load html files to RVHtmlImporter by LoadHtml method, but I don't now to "transfer" it to RVEdit. How? Thanks
by zehdopulo
Sat Jul 23, 2011 2:39 am
Forum: Support
Topic: [ILINK32 Error] Error: Unable to open file 'RVSTYLE.RES'
Replies: 1
Views: 10074

[ILINK32 Error] Error: Unable to open file 'RVSTYLE.RES'

Hello, I installed successfully TRichView in my CB2007, but when I am compile my project, the below error happens: [ILINK32 Error] Error: Unable to open file 'RVSTYLE.RES' [ILINK32 Error] Error: Unable to open file 'RVTABLE.RES' Remark 1: The path of linker and compiler is correct and I, for caution ...
by zehdopulo
Mon Jul 27, 2009 6:21 pm
Forum: Support
Topic: Error loading TCustomRVFormattedData from Stream
Replies: 1
Views: 8412

Error loading TCustomRVFormattedData from Stream

I have the follow code: void TForm::AddHeader(TCustomRVFormattedData *aSrc, TCustomRVFormattedData *aDest) { TMemoryStream *ms = new TMemoryStream; aSrc->SaveRVFToStream(ms, false, NULL, NULL, NULL); ms->Position = 0; aDest->InsertRVFFromStream(ms, aDest->ItemCount, NULL, NULL, NULL, false ...
by zehdopulo
Mon Jul 27, 2009 5:15 pm
Forum: Support
Topic: How to assign content of a RichViewEdit List in unique RVE
Replies: 3
Views: 10946

I have a similar code, but don't works if my RVPrint has Header. In Header, I add Controls, like a Panels, Labels and Edits, and when I call LoadFromStream, this generates a EClassNotFound exception... What do I do?
by zehdopulo
Fri Jul 24, 2009 1:15 pm
Forum: Support
Topic: How to assign content of a RichViewEdit List in unique RVE
Replies: 3
Views: 10946

How to assign content of a RichViewEdit List in unique RVE

Hi, a don't found a method to do this. Like a AnsiString, I need to concatenate RichViewEdit content in other, with iteraction, has follow: AnsiString global = ""; TStringList *list = new TStringList(); for (int i == 0; i < list->Count; i++) { global += list->Strings[i]; //HERE I need to concatenate ...
by zehdopulo
Thu Jul 23, 2009 4:59 pm
Forum: Support
Topic: Several RVEdit with one RVPrint
Replies: 1
Views: 7624

Several RVEdit with one RVPrint

I need do print several RVEdit with one RVPrint. Why? Because I need to send it to printer like a buffer. But I want to know how I can do this, 'cause the pages must be formatted according to the single RVPrint.
Thank you
by zehdopulo
Thu Jul 23, 2009 4:26 pm
Forum: Support
Topic: RichView works with QuickReport?
Replies: 1
Views: 7870

RichView works with QuickReport?

I have a QR form and I need to know if RVEdit can be bound with him? I would add the QR header and contents as the RVEdit, formatted wth RVPrint, of course
by zehdopulo
Wed Jul 22, 2009 12:58 pm
Forum: Support
Topic: Printer on the network requests the password each printed pg
Replies: 1
Views: 7454

Printer on the network requests the password each printed pg

Hi. Mi first message.
I have a RVPrint component, and I want know how to save the password for a printer on the network temporarily, because if I have 10 pages, the password is requested for each. Thank you.