digitalmetaphors
Comments
-
Sorry, about that. This has been fixed for the next maintenance release. You
should have all of you old reports and the old RB install program. Revert
back to RB5.56 for D5 and when we get the maintenance release out you can
reinstal… -
The text should print on a clipped region, however, it may not be supported
on some printer drivers. Make sure the latest printer driver is installed.
Does it print correctly when autosize is true?
The only reason I said that it… -
Are you using RB 6.0? If the height of the dbText is smaller than what the
text height, then the part of the text that will fit should print within a
clipped region. It's working in tests here. This problem must only be
showing up w… -
Thanks for already being a (legal) Enterprise user. Apologies for my
assumption. You may not absolutely need RAP, but it sure can make life
easier when facing a problem such as this. I was only trying to say that RAP
allows you to co… -
Order ReportBuilder Enterprise, use RAP event handlers, and your problem
will be solved. The event handlers will be stored inside of the report
definition.
Cheers,
Jim Bennett
Digital Metaphors
… -
I went to download release for TeeChart 5.02, but I could only find a beta
version for D6.
Since we don't have a copy of their official D6 release, we have not yet
rebuilt our Teechart packages to support it.
We only … -
Have a look at demo #33 in the main reports demo project.
Cheers,
Jim Bennett
Digital Metaphors
-
You can convert inches to screen pixels by using these two functions in
ppUtils.pas. Include ppTypes in the uses clause as well.
Thousandths of a millimeter is the same as microns.
liMicrons := ppToMMThousandths(1.5, utIn… -
What version are you using RB?Delphi? It works for me. You may have a
corrupt installation. See the Installation thread on the TechTips
newsgroup.
Cheers,
Jim Bennett
Digital Metaphors
-
Also, since it made sense, I stuck it in the Get for the property read so it
should be in a future maintenance release.
Cheers,
Jim Bennett
Digital Metaphors
-
Instead of calling Report.AutoSearchDescription(Memo.Lines) write your own
procedure:
procedure TForm1.GetAutoSearchDescriptionLines(aLines: TStrings);
var
liIndex: Integer;
begin
aLines.Clear;
Glad to hear it.
Cheers,
Jim Bennett
Digital Metaphors
IP2000 is the latest Infopower support that we provide. It looks like
Infopower is going to officially release IP3000 next week. As soon as we
have a final release we'll support IP3000 in ReportBuilder. You can always
change the Info…What does you report look like exactly? The basic left to right generation
appears to be working correctly when I create them. Perhaps I don't have it
setup just like yours, with the regions and ShiftRelativeTo. Could you
provide a …We were going to demo the next step in the future of reporting. However, we
are still in development and it is not ready for release. We cannot provide
any specific information other than this.
Cheers,
Jim Ben…For the "Canvas does not allow drawing" error, make sure the printer driver
is valid. Make sure you have a default printer installed.
Cheers,
Jim Bennett
Digital Metaphors
Go into the Component | Install Packages and try to install the package by
pointing it to your bpl in the Delphi6\RBuilder\Lib directory. I just
installed Standard into D6 and the sample components were installed
properly. Not sure …Only one detail band will print in association with one record traversal in
the pipeline. Subreports are generally used when you want to print multilpe
records within one band. The subreport will print within the height of the
band it…Shoot Lisa another email at info@digital-metaphors.com for the download
link.
Cheers,
Jim Bennett
Digital Metaphors
We have found that sometimes the calculations fire for variables/dbCalcs
when a band generates because it must generate to find if it will fit on a
page. So if the band doesn't fit on the page and you access the
variable/dbCalc's valu…If the only difference between the machines is the video card and driver,
then this would appear to be the problem.
Cheers,
Jim Bennett
Digital Metaphors
If you want to make this specific for a single report, then you could use
RAP and a pass through function to get a value from your Delphi code. Make
the call in the GlobalOnCreate event in Rap. Just assign the text to a
label's cap…There is nothing to convert Crystal reports, yet. The only expert utility
that is available is one that has just been released by Jim Waler. It
converts QuickReports to RB Reports. The website is www.waler.com
Cheers,Autosearch should use the regional settings defined in Windows and when the
autosearhc is used, it should demand that it be in the proper format based
on the regional settings.
Cheers,
Jim Bennett
Digital M…It is saved in the rtm file. The AllowPrintToFile is saved as part of this
file.
If the template is saved as ascii and not binary (see the template property
on the report component) you can see the property value which is saved…Sorry, we didn't respond sooner. We were at BorCon.
Demo 127 prints here. Do any of the demos print?
Cheers,
Jim Bennett
Digital Metaphors
1. The column width is determined by the crosstab renderer and isn't fixed
width because there is no text wrapping. You can write your own crosstab
renderer, though it isn't the easiest thing to do, but it is possible.
2. Demo…This question was answered today in the Datapipelines newgroup:
---
The following is an example that displays the QueryDesigner. I think the
QueryWizard would be very similar.
in Execute Query Wizard Without going into the Report Designer Comment by digitalmetaphors July 2001I went into D5 and created a report with a TeeChart and a DBTeeChart in the
report using the registered TeeChart 5 version. Then I built with runtime
packages in D6 and loaded that report and had no problems. Perhaps you are
using o…There is also a newly released QR->RB expert which is available from
www.waler.com
Cheers,
Jim Bennett
Digital Metaphors