Search found 5 matches

by janavida
Thu Mar 12, 2009 8:28 am
Forum: Support
Topic: Save Header in RTF
Replies: 8
Views: 15830

It would be nice if you could give me a small example. Thanks! :-)
by janavida
Wed Mar 04, 2009 1:04 pm
Forum: Support
Topic: Save Header in RTF
Replies: 8
Views: 15830

I'm using Word2003.
RichViewPDF is the RolePDF from Roledata. I think its a problem of this program. So im looking for another solution.
by janavida
Wed Mar 04, 2009 7:54 am
Forum: Support
Topic: Save Header in RTF
Replies: 8
Views: 15830

Thanks for your fast answers!! Now I tried this without any code around it - then it works! But it doesn't solved my problem. I am saving the RTF. When I open it with word I can see the Header. Then I open it again with RichViewPDF RichViewPDF.TopMargin:=0; RichViewPDF.LeftMargin:=0; RichViewPDF ...
by janavida
Tue Mar 03, 2009 2:28 pm
Forum: Support
Topic: Save Header in RTF
Replies: 8
Views: 15830

Thank you!! That was it. Now I'm trying to save header like this: rveHeader.clear; rveHeader.InsertText('test'); rveHeader.Format; rve.Clear; rve.RTFReadProperties.SetHeader(rveHeader.RVData); rve.FORMAT; rve.SaveRTF(rtfcomplete,FALSE); But there will be no Header in the RTF document.. I can't find ...
by janavida
Tue Mar 03, 2009 10:07 am
Forum: Support
Topic: Save Header in RTF
Replies: 8
Views: 15830

Save Header in RTF

Hello,
I will save Header in RTF. For that I have activated the rtfoption rvrtfSaveHeaderFooter. But now I get an error 'Error at reading from rve.RTFOptions'