Hello Sergey,
I asked a question a few days ago. May be, you could not read it yet and so I ask again.
First thank you for the demo to generate documents with Header and footer. It helps and works, but I have still a Problem with creating srichviewedit at runtime.
I took the demo and made the ...
Search found 7 matches
- Thu Sep 06, 2018 7:32 am
- Forum: Support
- Topic: Documents with Headers and Footers
- Replies: 2
- Views: 11459
- Fri Aug 31, 2018 7:39 am
- Forum: Support
- Topic: FirstPageHeader and NormalHeaders
- Replies: 4
- Views: 17326
Re: FirstPageHeader and NormalHeaders
Hello Sergey,
first thank you for the demo to generate documents. It helps and works, but I have still a Problem.
I took the demo and made the following changes. I deleted the SRichViewEdit1 - component from the form and builded the Editor at runtime like this
.... TForm7
public
{ Public ...
first thank you for the demo to generate documents. It helps and works, but I have still a Problem.
I took the demo and made the following changes. I deleted the SRichViewEdit1 - component from the form and builded the Editor at runtime like this
.... TForm7
public
{ Public ...
- Thu Aug 23, 2018 1:22 pm
- Forum: Support
- Topic: FirstPageHeader and NormalHeaders
- Replies: 4
- Views: 17326
Re: FirstPageHeader and NormalHeaders
I found an additional aspect:
The code
SRichview.Currentpage:=2;
SRichView.StartEditing(srvrveHeader);
... insert elements ....
like shown in the main theme
works fine, if the header for normalpagehaeders is not empty, for example if I wrote some text by editing the header manually in the ...
The code
SRichview.Currentpage:=2;
SRichView.StartEditing(srvrveHeader);
... insert elements ....
like shown in the main theme
works fine, if the header for normalpagehaeders is not empty, for example if I wrote some text by editing the header manually in the ...
- Thu Aug 23, 2018 12:33 pm
- Forum: Support
- Topic: FirstPageHeader and NormalHeaders
- Replies: 4
- Views: 17326
FirstPageHeader and NormalHeaders
Hi Community,
I'm using SRichviewEdit-component and tried to add content like text or pictures in the header at the first page and different content in header of other pages at runtime by doing this:
...
SRichView.PageProperty.HeaderVisible:=true;
SRichView.PageProperty.TitlePage:=true ...
I'm using SRichviewEdit-component and tried to add content like text or pictures in the header at the first page and different content in header of other pages at runtime by doing this:
...
SRichView.PageProperty.HeaderVisible:=true;
SRichView.PageProperty.TitlePage:=true ...
- Sat Oct 28, 2017 12:21 pm
- Forum: Support
- Topic: Printing RichView with QRRVCtrls (Quickreport)
- Replies: 4
- Views: 16956
Re: Printing RichView with QRRVCtrls (Quickreport)
Hello Sergey,
Thank you very much. It works fine.
regards
Bernd
Thank you very much. It works fine.
regards
Bernd
- Fri Oct 27, 2017 10:42 am
- Forum: Support
- Topic: Printing RichView with QRRVCtrls (Quickreport)
- Replies: 4
- Views: 16956
Re: Printing RichView with QRRVCtrls (Quickreport)
Hello Sergey,
thank you for response.
I use Windows 7 and Delphi XE7 with the QRCtrls-Unit at runtime because there was no possibility to install the QRVCtrls in Delphi XE7.
So I had to add RVQRCtrls and others to the uses - clause and create TQRDBRichView at runtime. I add my small demo - project ...
thank you for response.
I use Windows 7 and Delphi XE7 with the QRCtrls-Unit at runtime because there was no possibility to install the QRVCtrls in Delphi XE7.
So I had to add RVQRCtrls and others to the uses - clause and create TQRDBRichView at runtime. I add my small demo - project ...
- Wed Oct 25, 2017 9:21 am
- Forum: Support
- Topic: Printing RichView with QRRVCtrls (Quickreport)
- Replies: 4
- Views: 16956
Printing RichView with QRRVCtrls (Quickreport)
Hi,
I’m using TRichViewEdit and TQRRichView and TQRDBRichView for printing. It works fine, but there seems to be a problem with some Windows-Fonts.
If I print them, some Fonts are not printed in TQRRichView or TQRDBRichView, for example Garamond, Old English and many other Windows-Fonts.
They work ...
I’m using TRichViewEdit and TQRRichView and TQRDBRichView for printing. It works fine, but there seems to be a problem with some Windows-Fonts.
If I print them, some Fonts are not printed in TQRRichView or TQRDBRichView, for example Garamond, Old English and many other Windows-Fonts.
They work ...