digitalmetaphors
Comments
-
There was a bug in 6.03 where the report wasn't being regenerated for the
new paper size. I can send you a patch if you send an email to
support@digital-metaphors.com
Cheers,
Jim Bennett
Digital Metaphors<… -
ReportBuilder 7 includes support for Delphi 7, 6 and possibly 5, plus new
features such as the Outline, DBArchiveReader and PreviewFormSettings, and
also the bug fixes for 6.03. If you want all the cool stuff in RB 7, then
upgrade to… -
We are waiting on the full version of Teechart to be released for sale for
D7. Once we have that version, then we can build a wrapper so that you can
use it in RB. Teechart 5.02 for D6 is not going to work in D7 as far as the
Teechar… -
ReportBuilder 7 will definitely support Delphi 6 and 7. We will see how it
goes with Delphi 5. Delphi 4 is not going to be supported. The last
version of RB for Delphi 4 is RB 6.03.
Most notably, the main new feature is going… -
From the Tech Tips newsgroup:
------------------------------------------------
Tech Tip: Controlling the Built-in Previewer
------------------------------------------------
You can control the built-in preview form vi… -
I can send you two examples via email that show how to draw a line in the
last detail band of a page. Send an email requesting them to
support@digital-metaphors.com
Cheers,
Jim Bennett
Digital Metaphors
One approach to printing a section of data is to use the original dataset,
but use the techniques as shown in demo #111-116 of the main reports demo
project to only print the records that you want to print.
Cheers,
I meant to say that it fires once per page, not once per report:)
Cheers,
Jim Bennett
Digital Metaphors
Use the OnStartPage event of the report object. This should fire only once
and should let you configure the PageStyle band as you want to.
Cheers,
Jim Bennett
Digital Metaphors
Use a TppDBMemo instead of the TppDBText. Set its Stretch property to true.
Cheers,
Jim Bennett
Digital Metaphors
Thankyou for the suggestion! It is on the ToDo list. Currently, there are
two solutions to creating a new page. You can use a group (NewPage = True)
and set its break value to a new value to force a page break. You can also
use the …I emailed an example to your email address specified in this post.
Cheers,
Jim Bennett
Digital Metaphors
The title band will only print at the begining of the report. Page headers
and footers are not supported in child type subreports. Use a Section Style
subreport if you would like to have page headers and footers. Set the
Subreport.P…The easiest way to do this is to convert the EPS to a WMF and load it into a
TppImage component, so that TppImage can recognize the format.
Cheers,
Jim Bennett
Digital Metaphors
This will require some effort. You'll have to detect the last page when you
have an orphaned summary and move the detail band from the previous page to
the last page and shift the summary band down. This can all be done by
modifying…When you load a report template, you can register a specific preview class
if you want at that time. You don't have to place the registration calls to
unregister.register in the initialization/finalization sections.
Cheers…Add the following unit to your project if you want to respond to the
pressing of the close button in your own way:
unit myPreviewPlugin;
interface
uses
ppPreview;
type
{TppMyPrevie…You should copy the old implementation of hte preview form and use that to
replace the form instead of descending from it. The alternative is to use
the new architecture to create a preview plugin in which you can descend
from TppPre…Example has been sent.
--
Cheers,
Jim Bennett
Digital Metaphors
That seems ok, all you need to be sure of is that the size of the offset
area is correct so that the report knows where to start reading data from
the template beyond the offset area.
Cheers,
Jim Bennett
D…Add your data field to the select clause and set the display format on that
field. This way you get to set it to MMM and have it display the month name
in the crosstab.
Cheers,
Jim Bennett
Digital Metaphors…There is code generation in RAP! Click an event handler in the Events panel
of RAP. Then click in the code workspace in the bottom left corner of the
calc workspace- an event handler declaration is created automatically! Then
move …>
Yes. The server generates it's own 'zero-client' (JavaScript/XHTML)
application for selecting and previewing reports. The application is
launched by accessing the main ISAPI DLL or Apache shared module on the
server via a UR…Are you using the latest printer driver available for the HP5550? Surf
www.hp.com I saw a Win2K driver dated 6-1-02. How is the speed compared to
a normal node, instead of draft mode for this report on the HP5550? Are you
using a f…Thankyou for the suggestion!
Cheers,
Jim Bennett
Digital Metaphors
RB can do anything QR can do. How is the report constructed? Do you have
multiple reports or the same one with different data? Can you describe in
detail how you want this report to work. If you have two reports, you can
load them in…My email was returned. Please send an email to support@digital-metaphors.com
or post you email address where I can email you an example delphi project.
Cheers,
Jim Bennett
Digital Metaphors
I'm emailing you an example zigzag@Krosoft.fr which shows how to use
subreports to print different columns and then merge them together to create
the pages in order such that it appears to flow over multiple pages.
Cheers,…Toggle the DirectDraw property on the RB image component. See he help file
for more info on this property of TppImage.
Cheers,
Jim Bennett
Digital Metaphors
You event handler looks like a RAP one. You need to surface yoru method in
RAP. There are examples of creating RAP passthrough functions in your
RBuilder\Demos\RAP directory.
Cheers,
Jim Bennett
Digital M…