nicocizik
Comments
-
Joerg,
Sorry, the only version of ReportBuilder currently available is RB 7.02.
For upgrade information, please contact sales@digital-metaphors.com with
your old serial number and/or company name/personal name you used to
p… -
Hi Jack,
Check your library path and be sure it is not pointing towards an older
TeeChart directory. You also might want to try reinstalling ReportBuilder
as this will recompile all the RB/TeeChart wrapper packages automaticall… -
Hi Mitchell,
1. Sorry, this is a mistake in the help file. dtUnknown is not a supported
type in Reportbuilder. Thanks for pointing that out.
2. You will want to look for the TdaCriteria class in the daSQL.pas file.
Mitchell,
1. Try adding ppTypes to the 'uses' clause to enable the dtUnknown
datatype.
2. Check out the daSQL.pas file in the TppCriteriaType class for the
definitions of the operators to use to get an "OR" in your …Mitchell,
You need to manually set the table filter or sql criteria of your query when
setting your autosearch criteria. In other words, after you define the
search properties (ie. Report.CreateAutoSearchField), you need to ch…Giovani,
Letting your clients create reports is royalty free if they are using the
EndUser Solution. It is against the license agreement to let them create
reports using the entire ReportBuilder installation.
--
Reid,
The accompanying client demo is located in the RBuilder\Demos\Clients\04.
Custom Parameters\... directory. You need to run them both together to see
the report parameters in action.
--
Hi Reid,
Check out the RB Server Autosearch demos. Autosearch and Parameters have
just recently been added to the ReportBuilder Server Edition and will allow
you to control different search criteria within a report on a server.…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 2003This 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…