nardmoseley
Comments
-
I would need to see an example. Sounds like the report thought it could not
fit on the page for some reason.
--
Nard Moseley
Digital Metaphors
http://www.… -
Without seeing the report layout, it is difficult to diagnose. Check all of
the layouts for the report and subreport to try to determine what causes the
page break. Check whether there are some title, summary bands with newpage
… -
For the detail datapipeline set SkipWhenNoRecords to False.
If you are linking dataviews in the Data workspace of the Report Designer,
then you can click on the visual link to display the Link dialog and
configure this opt… -
Sorry, but you cannot place a Region inside a Region, this is not supported
in RB 6, or RB7. The Region has a region property because it is a descendant
of TppComponent. However, it overrides the SetRegion method to do nothing -
Send an e-mail to support@digital-metaphors.com and specify the exact RB
version that you are using - there may be a patch that will help. Although
it is very strange that only machine does not work properly. There must a
differ…
The RB report engine checks for page breaks based upon the page size that
you specify for the report. The equivalent to a line in RB is a detail band.
If you need print each record with a call to Report.Print, then you could
Open myCheckBox.pas and search for "WingDings". Make sure that the code does
not say "WingDingss". When we released RB 7 this issue appeared. I think an
engineer must have been performing a test and then accidentally checked in
…
This is not possible. You need to purchase an update to RB 7..
RB 7 includes.....
- support for Delphi 5, Delphi 6 and Delphi 7.
- years worth of fixes and enhancements (i.e. since RB 6.x)
- new features
- …
TeeChart 6 support will be included with the next maintenance release.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
1. ReportBuilder has built-in Query Wizards and Report Wizards that
generate queries and report layouts. You can literally create a report in
seconds.
2. You can use the DataDictionary to predefine what tables are availab…
1. First you need to update to RB 7.01, it contains some fixes for this
issue. If you are a registered user you can info@digital-metaphors.com with
your full registration info, including serial no, and request updat info.
…
That is correct. If you want to fire this event when the Preview form is
closed, then create a custom preview dialog and register it for use with RB.
The default preview dialog is located in ppPrvDlg.pas.
--
Nard Mose…
I will send you a patch that you can try - it may help.
Otherwise we need an example that we can run here, please e-mail in zip
format to support@digital-metaphors.com.
--
Nard Moseley
Digital M…
Try this....
1. Define the search condition as AutoSearch
2. Use the Report.BeforeAutoSearchDialogCreate event to set
Report.ShowAutoSearchDialog := False;
3. Use the Report.OnGetAutoSearchFieldValu…
DADE is designed to support autosearch criteria, which are used to
dynamically generate the SQL Where clause. There is no built-in support for
filtering a dataset.
Top pursue this you would need to create your own custom d…
1. Starting with RB 6, the TppTeeChart is the owner of the TppChartControl.
Thus the chart, the series, etc. are no longer owned by the Form. This
change was needed to support Delphi 6.
2. There is converstion logic for th…
Other than the suggestions that I made previously I do not have many ideas.
Perhaps you can use RichText with another font, other than terminal? If the
columnar data is separated by tabs or spaces, etc. then I would think that
w…
The TppMemo supports tabs, but only for indenting from the left, not for
columns.
If you want to build columns use a separate memo for each column or use a
subreport connected to a JITPipeline, the JITPipeline can provide …
I would have no idea what might cause this.
We have had no reported issues like this. Nor have we encountered any issues
with RB Server Edition. Our live demo server stays up for literally months
at a time. (FWIW, it is ru…
1. Due to a timing issue, if you want to group on a TppVariable or TppLabel,
you need to use the OnGetText event rather than the OnCalc:
procedure TForm2.ppVariable1GetText(Sender: TObject; var Text: String);
begin
…
I just sent you a patch that I think will fix this issue.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
See the "CodeBased" thread of the Tech Tips newsgroup for an article
called "Creating a Group in Code"
As stated in the article, "Digital Metaphors creative team is currently
working towards creating RB4D4DN ".
Currently = Now
The messages are not from my machine, by from a machine that is infected
with the W32/BugBear.b@MM virus. More information on this virus is
available from
in Warning!!!!!!!!!!!!!!!!! Comment by nardmoseley June 2003
------------------------------------------------------------
Article: Controlling the End-User Environment
------------------------------------------------------------
If you are having difficulty getting the Data tab, the…
Another approach is to use RB's LookAhead feature to accomplsh this. Below
is an example that you can download
http://www.digital-metaph…
From the online help, select ReportBuilder Reference | TeeChart | Delphi 7.
This topic explains compability issues between RB and TeeChart for D7.
You are encountering a limitation of using TeeChart 4.04 which comes with
D…
The DADE plug-ins are the same for Delphi 5 as for Delphi 7. The difference
will be the package - for Delphi 7 a suffix of 77 is used (RB 7 for D7) and
for Delphi 5 a suffix of 75 is used (RB 7 for D5). And the requires clause
…