Search found 5 matches
- Thu Mar 12, 2009 8:28 am
- Forum: Support
- Topic: Save Header in RTF
- Replies: 8
- Views: 15805
- Wed Mar 04, 2009 1:04 pm
- Forum: Support
- Topic: Save Header in RTF
- Replies: 8
- Views: 15805
- Wed Mar 04, 2009 7:54 am
- Forum: Support
- Topic: Save Header in RTF
- Replies: 8
- Views: 15805
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 ...
- Tue Mar 03, 2009 2:28 pm
- Forum: Support
- Topic: Save Header in RTF
- Replies: 8
- Views: 15805
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 ...
- Tue Mar 03, 2009 10:07 am
- Forum: Support
- Topic: Save Header in RTF
- Replies: 8
- Views: 15805
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'
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'