Search found 9 matches

by pbarrettx1
Wed Dec 17, 2014 1:46 am
Forum: Support
Topic: A simple footer on all pages in a TRichview report
Replies: 8
Views: 22419

Thanks Sergey

Many thanks for the reply.

In the end I went for a 'computed' footer (counting lines used per page, using a suitable bottom margin, and the insertion of a footer line on the last possible line before a new page is triggered). Not pretty but does the job!

Regards .. Paul
by pbarrettx1
Fri Dec 05, 2014 8:37 pm
Forum: Support
Topic: A simple footer on all pages in a TRichview report
Replies: 8
Views: 22419

Hmm .. the problem is very clear now .. Working with your Headers demo, I can see exactly what you are doing ... The problem really does come down to how to 'insert' the file with its header into RVReportHelper, so that I can fire up the pdfengine command: e.g. gtPDFEngine1.FileName := 'test.pdf ...
by pbarrettx1
Fri Dec 05, 2014 8:12 pm
Forum: Support
Topic: A simple footer on all pages in a TRichview report
Replies: 8
Views: 22419

Thanks Sergey I was playing with the Headers demo program yesterday - and noted that your program did automaticaly pick up my 'manually inserted' footer in the RTF file as a footer. I could print the file with footer using RVPrint without any problems. What I couldn't figure out was how to load the ...
by pbarrettx1
Wed Dec 03, 2014 7:49 pm
Forum: Support
Topic: A simple footer on all pages in a TRichview report
Replies: 8
Views: 22419

This is really annoying. I inserted a footer into an RTF document save by Richview (with suitable RTF code). I can load the RTF document in Word 2013 and the footnote is perfect. However, no footer is displayed when loading the same document in Richview. I'm assuming Richview really is blind to raw ...
by pbarrettx1
Tue Dec 02, 2014 9:13 pm
Forum: Support
Topic: A simple footer on all pages in a TRichview report
Replies: 8
Views: 22419

Ah, thanks Sergey

That explains why I could'nt figure out the sheer volume of commands used to put the footer onto a page!

I'll see what I can do.

Thanks .. Paul
by pbarrettx1
Mon Dec 01, 2014 10:52 pm
Forum: Support
Topic: A simple footer on all pages in a TRichview report
Replies: 8
Views: 22419

A simple footer on all pages in a TRichview report

I'm assuming this is just not possible in Richview. I've created a report (lbox), which uses the Richview component - everything is fine. Before I save it to RTF, I want to put a simple text footer, right justified, on the page. A border line just bove the test might also be nice but is optional; I ...
by pbarrettx1
Sun Nov 16, 2014 5:24 am
Forum: Support
Topic: Compiler debugging/command prompts inhibited by Richview
Replies: 4
Views: 15322

Compiler debugging/command prompts & Richview

Ah, OK .. thanks Sergey .. I'll take a look .. nice to know what's causing the pronlem - even if it will be a pain looking for same-name files!
by pbarrettx1
Fri Nov 14, 2014 7:02 pm
Forum: Support
Topic: Compiler debugging/command prompts inhibited by Richview
Replies: 4
Views: 15322

Compiler debugging/command prompts & Richview

Thanks Sergey

Do you mean a unit in the program (i.e. I'm using 4 forms - but all with different names)

or

'unit' refers to anything in a "Uses" clause within the "interface" paragraph?

Thanks .. Paul
by pbarrettx1
Fri Nov 14, 2014 2:04 am
Forum: Support
Topic: Compiler debugging/command prompts inhibited by Richview
Replies: 4
Views: 15322

Compiler debugging/command prompts inhibited by Richview

This is an awkward one - I'm sure I must be missing some kind of environment command or something .. but, since using Richview circa 2007 and onwards with Delphi (now just upgraded to XE7), I'm still experiencing the same issues when using Richview: 1. When making coding errors in a VCL Forms ...