nicocizik
Comments
-
Hi Kevin,
ReportBuilder is already in runtime packages. If you want to add the entire
RB product to your own runtime package, it would definitely be possible. It
would more or less be a matter of adding the RB source to your… -
Hi,
The width and height of the cross tab component are defined by the data in
each cell. Unfortunately it is not possible to customize the size of each
cell in the current version of ReportBuilder.
--
Regard… -
Hi Anton,
ReportBuilder is only available in Standard, Professional, Enterprise, and
Server editions. Unfortunately we do not sell separate individual
components of ReportBuilder. If you are looking for a stand alone label <… -
Check out the following example of how to add the outline and the textsearch
to a completely re-designed preview window (built from scratch).
Hi Andrew,
See the following example on adding an outline to a TppViewer.
http://www.digital-metaphors.com/tips/AddOultineToTppViewer.zip<…Hi Steffen,
Just to clear things up. The ppChReg.pas file is used strictly to register
TeeChart with RB at Delphi design time. If you take a look at the run time
packages for TeeChart (rbTCxx.dpk, and rbTCUIxx.dpk) you will …Hi Steffen,
Below is a list of all the RB/TeeChart files you need to have available for
TeeChart to work with ReportBuilder.
ppChDPEdDlg.dcu
ppChReg.dcu
ppChrt.dcu
ppChrtDP.dcu
ppChrtDB.dcu
ppChrt…Hi Steffen,
You need to add ppChrtUI to your uses clause. See the article below on the
registration of components at runtime.
------------------------------------------------------------
Article: Controlling the End…Hi Adam,
Once the first label has been generated, you should be able to alter it, and
still retain the properties you have already given it. In my testing, I was
able to successfully get a label in the first column header to …Hi Nick,
This is not a known issue. First, try pointing your library path to
\RBuilder\Source\... rather than \RBuilder\Lib\.. and see if that helps. If
not, check the TppTextSearchCustomPreview class inside the
ppText…Hi Ronny,
You need to be sure your margins are within the printable area of the
printer you are using. If they aren't, you may loose some report objects on
paper.
--
Regards,
Nico Cizik
Digita…Hi Ronny,
If you have an object's ParentWidth set to True, then it will always stretch
to the exact width of its parent (either a band or a region). A band's
width always lies between the margins set in the printer setup.
Hi,
The following example shows how to create a three page report (out of three
section subreports) with one apearing in a different orientation. You'll
probably want to forget the orientation aspect but it will give you an i…Hi,
Instead of using three regions, try placing three Section style Subreports
in the detail band of your main report, with the copies of each report
inside each subreport. Section style subreports will print on their own
Hi Ace,
You can do this using report parameters. You can create and assign the
report parameters using the Report.Parameters property or the parameters
editor available from the object inspector. See the RB help on the
Hi Clinton,
There is not built in way to do this in ReportBuilder however you might
check out the GetTimeZoneInformation procedure and the TIME_ZONE_INFORMATION
structure in the Windows API. I imagine you could use these item…Hi Justin,
ReportBuilder 8 would have been ReportBuilder for Delphi VCL .Net (or Delphi
8). However due to the poor quality of Delphi 8, we made the decision not
to release it. ReportBuilder 9 is to keep things in a nice seq…Hi Cary,
No, RB 7.03 will not compile in Delphi 2005.
We are currently in the final stages of testing ReportBuilder 9.
--
Regards,
Nico Cizik
Digital Metaphors
in Rebuilding RB7.03 Enterprise for D2005... Comment by nicocizik November 2004This is a multi-part message in MIME format.
This is a multi-part message in MIME format.
Hi Can,
Yes, you can do this by creating a preview plugin class. Follow the link
below for an example of hiding one of the preview tool buttons. This should
get you on the right track.
in Can the Toolbar buttons in preview screen be manipulated? Comment by nicocizik November 2004Hi John,
Once you define the Report.Parameters property, you can access them inside
the report using the same technique. In RAP...
Report.Parameters['parametername']. Check out the following example.
in Passing a parameter Comment by nicocizik November 2004Hi Paul,
In order to update the main menu when you select a tab you need to get a
hold of the TdaDataManager object. This can be done in a "round about" way
by typecasting the Page.Tag property as a TdaDataManager. Something…Hi Matt,
You can do one of two things.
1. Re-install ReportBuilder (the installation program will detect which
version of TeeChart you currently have installed and install the proper
packages.
2. Rebuild…Hi Dave,
Are your groups not keeping together or is this another issue? Which
version of ReportBuilder are you using? Since ReportBuilder does not
support nested regions, you may need to use another subreport with its
…Hi Vincent,
Unfortunately there is not an easy way to accomplish, however it is possible
to create a draw command once your group has broken and then manually add it
to the last detail line before the group ended. I created t…Hi Andrew,
I'm unsure how TExtraDevices works for this type of export. Each device
should descend from the TppDevice class and override the ReceivePage method.
Using the method I gave you, you are only sending one page to the…Hi Andrew,
Check out demo 124 located in the \RBuilder\Demos\1. Reports\... directory
(dm0124.pas). This demo shows how to send a given page or pages to the
print device at the time of printing.
--
Regards,Hi Peter,
The Learning ReportBuilder application is a stand-alone .exe however it will
only give you a very limited idea of what was added to ReportBuilder 9.
This can be downloaded from the following link.
Hi Didier,
I believe the current DADE plugin supports the latest version of Nexus DB.
Though I have not tested it, there should not be any major issues getting
this plugin to work with ReportBuilder 9. You may want to contact…