Page 1 of 1

RVOfficeConverter Problem with load Worddocument Header/Foot

Posted: Wed Jun 17, 2009 5:25 pm
by Jmich
Hi,

I Would like to load my RVOfficeConverter with Word documents including header and footer loaded. but this is not working .

Word documents without header and footer work properly.

Has anyone a good solution - or is there none?

best greetings

Jmich

Posted: Wed Jun 17, 2009 6:39 pm
by Sergey Tkachenko
TRVReportHelper cannot display header and footer.
You need to load it in separate documents, for example another ReportHelpers.
To do it, call

Code: Select all

rvhMain.RichView.RTFReadProperties.SetHeader(rvhHeader.RichView.RVData);
rvhMain.RichView.RTFReadProperties.SetFooter(rvhFooter.RichView.RVData);
before loading RTF.

Continues to be a problem with RCOfficeConverter

Posted: Thu Jun 18, 2009 6:42 pm
by Jmich
I can unfortunately not do the code.

My call in the program is:
LoadDocFile ( 'D: \ Temp \ jm.doc', Richview1, RVOfficeConverter1);

The 'jm.doc'- has a file header. This header is a header of worddocument and not in Richview1 displayed.

What can be done and is perhaps the complete code execution.

Regards

Jmich