nicocizik
Comments
-
Marc,
You can get to the dataset using rap through a datapipeline. Try using a
JIT pipeline with your dataset and accessing that through RAP. This way you
will be able to use the built-in features of RAP without having to crea… -
Hi Marc,
Are you able to see the result of a Stored Procedure at design time without
the use of ReportBuilder? If so, you will probably be able to retrieve any
data and view it at design time with a DataPipeline connected to a … -
Sorry about that, here is a better example.
http://www.digital-metaphors.com/tips/MDRapRunningTotalInFooter.zip
--
-
Marc,
The following examples should get you on the right track in solving this
problem. The first one is assuming you are not using RAP. The second one
assumes that you are.
in dividing row values with grand total to get % of grand total Comment by nicocizik July 2003 -
This is a multi-part message in MIME format.
-
Hi Marc,
I received your examples through e-mail and am researching a solution for
you. I'll let you know as soon as I get something. Thanks for your
patience.
--
-
Hi Marc,
I just created another example that displays the grand total of the
subreports in the header of the main report using RAP. If you would like to
keep a running total, you will have to adjust the timing property of theMarc,
Be sure that you are using the ppDBCalc's OnCalc event to perform any
calculations. Please send a small example demonstrating the problem to
support@digital-metaphors.com and we'll take a closer look for you.
-…Hi Joseph,
Ok, I didn't realize where you were placing your crosstabs. The easiest way
to do this would be to create a summary dataset separate from your initial
dataset and connect it to a subreport. Then, in the summary band…Joseph,
Try using a SubReport to display the summerized data. You shouldn't need
another crosstab to display this information.
--
Bernd,
Check out the friends | rcl page on our website
(http://www.digital-metaphors.com). There are other freeware grid
components available for download such as T…Stefaan,
Check your .bpl/.dcp output path by selecting the Tools | Environment
Options menu option in your Delphi IDE and then selecting the Library tab.
Be sure that these paths are correct and that maybe Delphi is not trying t…Joachim,
Try saving the TChart to a bitmap instead of an emf and see if the results
are better.
--
Joachim,
The TppTeeChart component in ReportBuilder is just a wrapper around an
acutal TChart component. When you place one on a report, you are
instantiating a TChart component behind the scenes.
If you need to disp…Weverton,
You may not need to find these values to accomplish the goal you are after.
Take a look at the example below and see if that helps you. It fills the
empty space below the detail band with empty lines for a memo or not…Hi Harry,
Sorry, we must have missed your post. I saw that you posted again in the
Server newsgroup. Since that is a more suitable place for this question, it
will be answered there.
--
Hello,
When using the TppDesigner, ReportBuilder tries to write the RBuilder.ini
file by default to your WINNT/System directory. You may not have the
correct permissions to write to this directory. You can change the settings<…Rick,
You will need to use the Report.Template property to access the template of
the report you create at run-time and then load that template into the other
report already on the form. Here is an example of what you might do:…Leon,
Thanks for the suggestion. Currently the /tips/ directory has been used to
give individual support to users of the newsgroup and e-mail support. These
examples are not fully documented or not documented at all. It is on…Hi Bill,
Sorry, this section of the Developer's Guide needs to be updated. Below is
an article and example that will get you on the right track.
-----------------------------------------
Article: Creating a Preview P…Hi Brian,
ReportBuilder 6.03 does not support Delphi 7. Please consider upgrading to
ReportBuilder 7.02.
RB 7 includes.....
- support for Delphi 5, Delphi 6 and Delphi 7.
- years worth of fixes and e…Hi Marc,
Check out the TppVariable.ResetType page in the ReportBuilder help
(RBuilder.hlp) file.
--
Hi Marc,
Sorry, I failed to mention that it is also possible to dock to the right
side of the Report Designer as well if you prefer.
--
Hi Marc,
Thanks for the suggestions. It is possible to dock the report tree and data
tree to the left side of the designer. Simply drag the box over to the left
until the border changes width, then let go.
--
Hi Arturo,
Be sure that your margins are set within the printable area of the printer
you are using. Be sure you are using the latest printer driver. Are you
able to see the title band in our demo applications? Please send a …Hi Bill,
Sorry, it is not possible to print a DBMemo field to a text file in
ReportBuilder. You will need to use DBText fields instead with the "wrap
text" property set to true.
--
Hi Bill,
You need to set the 'Save' property for each text component in your report
for it to show up in your text file. The easiest way to do this is to use
the "Print to File Setup" dialog. Access this in the File menu of th…