Search found 9 matches
- Mon Aug 22, 2011 9:07 pm
- Forum: Support
- Topic: How to open many HTML files
- Replies: 3
- Views: 10763
- Sat Aug 20, 2011 1:10 am
- Forum: Support
- Topic: How to open many HTML files
- Replies: 3
- Views: 10763
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
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
- Sat Jul 23, 2011 2:39 am
- Forum: Support
- Topic: [ILINK32 Error] Error: Unable to open file 'RVSTYLE.RES'
- Replies: 1
- Views: 10122
[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 ...
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 ...
- Mon Jul 27, 2009 6:21 pm
- Forum: Support
- Topic: Error loading TCustomRVFormattedData from Stream
- Replies: 1
- Views: 8472
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 ...
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 ...
- Mon Jul 27, 2009 5:15 pm
- Forum: Support
- Topic: How to assign content of a RichViewEdit List in unique RVE
- Replies: 3
- Views: 11075
- Fri Jul 24, 2009 1:15 pm
- Forum: Support
- Topic: How to assign content of a RichViewEdit List in unique RVE
- Replies: 3
- Views: 11075
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 ...
AnsiString global = "";
TStringList *list = new TStringList();
for (int i == 0; i < list->Count; i++) {
global += list->Strings[i]; //HERE I need to ...
- Thu Jul 23, 2009 4:59 pm
- Forum: Support
- Topic: Several RVEdit with one RVPrint
- Replies: 1
- Views: 7686
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
Thank you
- Thu Jul 23, 2009 4:26 pm
- Forum: Support
- Topic: RichView works with QuickReport?
- Replies: 1
- Views: 7934
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
- Wed Jul 22, 2009 12:58 pm
- Forum: Support
- Topic: Printer on the network requests the password each printed pg
- Replies: 1
- Views: 7520
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.
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.