digitalmetaphors
Comments
-
2. The left margin is built into the rich text when it is rendered. We'll
need to take this out, and make it a margins property, without breaking all
existing reports. Thanks for the feedback.
Cheers,
Jim Ben… -
The transparency doesn't work on all printers for richtext or images. Our
screen preview uses the riched.dll to render on our screen canvas. You may
want to research using Infopower or WPTools rich text components in RB.
I just created a report in D6 and RB 6.01. Dropped a label with autosize =
true. report untis are in millimeters. Top left set to (2,2). Saved it as
a template and opened it up and the top left was still (2,2). So then I
saved the…You're right Ed. I didn't see it until now, these lines cause Win98 to run
out of memory for this report.
ppReport1.DeviceType := dtPrinter;
ppViewer1.Report := ppReport1;
ppReport1.Print;
Win 98 can't handle…Please, do not post attachments to the newsgroup, however small it may be.
Perhaps post a link to a website where the project can be downloaded
instead- Thanks.
It does sound like the printer driver for Win 98 needs to be upgrad…Backup all of your reports and download RB6.01 to see if some of your
problems go away. It is still a free upgrade I believe. Contact
info@digital-metaphors.com with your full registration information for the
download link for 6.01.<…Out of curiousity, are they using the latest driver for the okidata? Is the
HP also a dot-matrix printer? Update the Okidata driver if possible.
Cheers,
Jim Bennett
Digital Metaphors
We'll need some more info than this. Does it print like this every time?
What about on other printers? Doe sthe column print on the next page?
Cheers,
Jim Bennett
Digital Metaphors
You can delete the records in the database tables for Tables, Fields and
Joins. Then update the metacache in Dade by adding daMetaData to your uses
clause and then call gMetaData.Clear (global singleton object) which clears
the cached…Use a DBCalc and set its DBCalcType property to count. Set its ResetGroup
property to your group.
Cheers,
Jim Bennett
Digital Metaphors
I have D6, RB, and IP3000 installed on Win 2K, but don't have ABC installed
or SP2 for Win2K. We haven't heard of this behavior before.
Is the ReportDesigner open?
Is this in a project group, or are you opening a project …Use a rich text control and place a tag in the rich text like [Calculation]
or some arbitrary tag, and then set its font. When the rich text generates,
you could change the text from [Calculation] to your value.
The reason why …To see the SQL that is being generated, Crtl-click over the dataview- you
should have a window popup with the actual SQL that is going to be set to
the server. What does the SQL look like? Is it incorrect? Try upgrading
to RB 6.01 …Can't be sure on the release since it is still in development. Within the
next couple weeks appears most likely.
Cheers,
Jim Bennett
Digital Metaphors
The problem is reproducable only at Delphi design time in D6, and where a
database BDE/ADO connection can't be found on the datamodule. However, it
can be found when it is on another form. We're working on a fix for the
next release.…You can remove bands in the designer by going into the Report menu and
unchecking the bands that you want in the report.
Cheers,
Jim Bennett
Digital Metaphors
Place a TppDBCalc in the detailband and set it to visible = false. Then in
the OnPrint event of the line, use this code:
procedure TForm1.ppLine1Print(Sender: TObject);
begin
if ((ppDBCalc1.Value mod 5) = 0) thenYou'll need to create a draw command in the Report.OnEndPageEvent.
In the AfterPrint event of the last band printed (which could be a detail
band, group footer, or summary band) you'll want to get the printing
position right aft…The package names are listed from Component | Install Packages menu in
Delphi. The installation program for RB should remove the older
installation of RB for you when installing. It is probably more efficient
to remove all traces of…Sounds like the runtime packages list has older package names because this
package is RB 5 for Delphi 4. What you should have are package names with
55 postfixed, such as rbDAD55 which would be the correct package in your
case.
…Our current previewer doesn't have HTML support when it renders at this
time.
HTML report output is supported in TExtraDevices which is an add-on product
to ReportBuilder www.waler.com The entire report is generated in HTML,
Haven't heard of this behavior before. There isn't anyhtign special about
loading a template, wether from file or from a database which would give you
this error. Did you have any results from further testing? We'll need more
infor…Our next release will contain TeeChart support for TeeChart 5.02 in Delphi
6.
Cheers,
Jim Bennett
Digital Metaphors
When you create the region, you can call Region.SendToBack and it will push
the region behind the other controls so you can see them. You could also
set the Region.Transparent = true.
Cheers,
Jim Bennett
D…Set the Region property of a component so that the component will be
controlled by the region.
Cheers,
Jim Bennett
Digital Metaphors
Place everything in the summary band in a stretching region component which
has been resized to the size of the summary band. There is a KeepTogether
property on the region component which will force the region to print on on
page if…Can you isolate which report is causing this error?
Quite a few things have changed since 4.22. We'll need your report template
in 4.22 format so that we can trace what the conversion error is. Send it
to support@digital-metap…Our next release will support TeeChart 5.02 for Delphi 6. Our current
release does not support it because it appeared that 5.02 was a pre-release
as advertised on TeeMach's website when we built RB 6.0 and 6.01, however
everyone is u…Also, since the patch requires you to recompile using our source, then
you'll want to create your reports using the runtime report designer so that
the patch will have an effect.
Cheers,
Jim Bennett
Digital…This was a bug which has been fixed.
I'm sending you a patch via email.
Cheers,
Jim Bennett
Digital Metaphors