digitalmetaphors
Comments
-
The IBO pipeline went out of date when the pipeline architecture was changed
for RB 5.5, which supports data pipeline linking, as well as hooking
multiple subreports to the same datapipeline. Our pipelines can connect to
any TDataset… -
If you're loading a report template, make sure to reassign the event
handler.
Cheers,
Jim Bennett
Digital Metaphors
-
Check out the main reports demo. Look at demo #124- it shows how to change
the pagelist which should be sent to the printer.
Cheers,
Jim Bennett
Digital Metaphors
-
In the second pass, the events get refired. To workaround this, perform the
calculations in the first pass only by placing using this boolean property
on the report:
if Report.FirstPass then
DoSomething;
Use a font like courier new 10 pt. Can the memo be reposistioned in the
band in order to print better?
Cheers,
Jim Bennett
Digital Metaphors
See the tech tips newgroup in the formats and devices thread.
------------------------------------------------
Tech Tip: Controlling the Built-in Previewer
------------------------------------------------
Cheers…Sorry, about that. We just fixed it. Download it again.
Cheers,
Jim Bennett
Digital Metaphors
Your most welcome!
Cheers,
Jim Bennett
Digital Metaphors
I did manage to get hte AV in Win2K and the problem has been fixed. The
patch will be included in the next maintenance release. I 'm sending the
fixed unit to you via email which you can use in your project.
Cheers,
<…I ran on RB 6.01 (D5) on my Win98 machine at home last night and did
instantly get the AV in the manner you described. We're gonna have to
install Win98 here and determine the cause.
Cheers,
Jim Bennett
Di…I'll run RB 6.01 (D5) on Win98 tonight to see if I can reproduce it in order
to try and track down the cause.
Cheers,
Jim Bennett
Digital Metaphors
I'm running on a Win 2K machine and can't duplicate your problem. We
uninstalled Win 98 and Win ME from our laptops and installed Win 2K for
Borcon. We'll have to reinstall Win 98 on one of our machines. Can you
test on a Win NT or…I just installed RB6.01 into D5. I ran our report explorer demo. I opened
and also created some reports at runtime- couldn't get an AV. So, then I
went into Delphi design time- still, no AV's.
Can you reproduce the problem wit…This only happens when printing to TIF? The RB rich text relies on Delphi's
TRichEdit. Make sure you are using the latest printer driver. You could
also try contacting James Waler at www.waler.com (the author of
TExtradevices) if i…When RB installs, and if the TeeChart support checkbox is checked in the
installation program, then the proper RBTeeChart package should be copied to
you machine and loaded into Delphi, based on the detection of the latest
version of …It sounds like it isn't a driver problem. Can you describe the layout of
this report or send an example to support@digital-metaphors.com? Something
in the report must be causing the page break, in which case we'll have to
isolate it…If the custom paper size is big enough for one band (check), then that's all
that will fit on a page. Make the custom page size large enough for all 3
checks. You may want to use the BottomOffset property to create space
between wher…First, I would probably try to build a SQL statement dynamically to do this
for the enduser behind the scenes, such that the data being read by the
report is already in sorted by distinct field2 values and also returns the
max value o…Set Report.PrinterSetup.PrinterName to Screen. Then RB will use the screen
canvas instead of accessing the default printer's canvas to generate.
Cheers,
Jim Bennett
Digital Metaphors
Sorry, to hear of your troubles. I'm talking to Roger Ash in a thread just
above this one where he is encountering an AV on Win 98. What OS are you
running? I can't reproduce it.
When a report is opened in a newer version of …The Crosstab.Edit method was added because there was no way to launch the
crosstab designer, other than choosing it from the popup menu on the
crosstab. Now, you can add a menu option in the designer to lauch the
crosstab designer for…Sorry, you'll have to move back into the design workspace tab in order to
edit the report in any way.
Cheers,
Jim Bennett
Digital Metaphors
I would make sure to test the report on the printer when designing it,
instead of only in the previewer. Sometimes the printed output doesn't
match the preview, because RB generates using the printer canvas.
The report's printe…Try getting the latest printer driver.
There was a small leak found and fixed which existed in the previewer (the
icons for the buttons were the problem). This could be something to
consider.
Put a breakpoint after t…There is no C++ Builder support at this time. We can't promise a date if
and when it may be released.
Cheers,
Jim Bennett
Digital Metaphors
ReportBuilder 6.01 is a stable release and is being used successfully in
production by other customers. However, we're still working on a few other
issues and hopefully we'll have a maintenance release within the next couple
of weeks…We should have a maintenance release within the next couple of weeks.
Cheers,
Jim Bennett
Digital Metaphors
It has been fixed, but we can't send you a patch if you're using RB
Enterprise because there was an interface section change- we don't supply
the source to RAP.
Cheers,
Jim Bennett
Digital Metaphors
Thanks for reporting the issue. This should be fixed for the next
maintenance release.
Cheers,
Jim Bennett
Digital Metaphors
Any form that descends from TppForm is replaceable in RB. Descend from
TppCustomCancelDialog. See the ppCDlg.pas unit for an example of createing
the cancel dialog. Create a new unit, add it to your project, and create
your new canc…