nicocizik
Comments
-
Mark,
Are you able to recreate this issue using on of our demos? Please create a
simple example that demonstrates the problem and send it to
support@digital-metaphors.com in .zip format and we'll take a look at it for
you.… -
Hi Ivan,
You can create a custom Autosearch dialog to pass any parameters you need to
the report to use as the search criteria. See the Autosearch demos located
in the RBuilder\Demos\Autosearch\... directory for more informatio… -
Maarten,
Thanks! We'll download it and take a look.
--
-
Hi Alex,
You probably need to recompile your TeeChart wrapper packages. Instructions
on doing so are located in the ReportBuilder Help in the ReportBuilder
Reference | TeeChart | Delphi 5... section. Then click on the TeeChart… -
Hi Jon,
This is a known issue and is on our to-do list for a future release. Thanks
for the suggestion.
--
-
Hi Chris,
Check out Demo 153 located in the \RBuilder\Demos\1. Reports\... directory
(dm0153.pas) for an example of spawning a new report when a click event
occurs. This should get you on the right track.
--
-
Joachim,
As long as your DataPipelines are visible and owned by the Form/DataModule,
your users should be able to see them in the 'Edit Chart' dialog (when they
right click over a chart component in the designer). Try testing w… -
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…