nicocizik
Comments
-
Hi Nikolai,
I'm sorry, I was mistaken. DBCalcs can only be reset on group breaks now
using the ResetGroup property. If you would like to reset on each page you
will have to do the calculations manually in a TppVariable's OnCal… -
Hi Nikolai,
Now you can change the timing of a DBCalc in ReportBuilder. Simply right
click the DBCalc component and select Timing from the pop-up menu. From the
timing dialog you can select when you would like the DBCalc to re… -
Hi Roger,
Check out the Report.Groups[] property. This is a TList containing
references to all groups in your report.
--
-
Hi Brian,
Yes, you will want to use the OnGetValueText event to access cirtain cells
in your crosstab component. This should work fine.
--
-
Hi Tor,
Sorry for the confusion. You might try checking out Report Parameters.
Parameters have the ability of being saved as part of the report definition
or template. Below is a small example of how Report Parameters can be u… -
Hi Tor,
You may be able to do this using Windows API calls in Delphi. Check out the
Windows help on accessing the registry. Search on Registry Functions to see
the group of functions available. Perhaps check out the RegOpenKe… -
Hi William,
Since all unit and class names must be unique, we require that you provide
your own prefix when creating add-on components for ReportBuilder. Thank
you for asking us before releasing.
--
-
Hi Paul,
Thanks for pointing this out. I will do some testing with the changes you
provided and get back to you as soon as possible.
--
-
David,
This could possibly be the same issue, please if possible, send a small
example showing this error to support@digital-metaphors.com as well and
we'll work on a solution for you.
--
-
Hi Mangnus,
If possible, please send an example demonstrating this error in .zip format
to support@digital-metaphors.com and we'll take a look at it for you.
--
-
Hello,
Check out the following demo. This should get you on the right track to
calculating percentages based on a total.
http:… -
Hi Aylin,
You can link multiple datasets to a single report in a couple ways. First
you can link the datasets using Delphi table linking or ReportBuilder
Datapipeline linking to give yourself a Master-Detail relationship and
Hi Brian,
This issue is most likely due to how the printer driver reads the Windows
API calls sent from ReportBuilder. You may try contacting the Printer
Vendor and see if they have heard of this behavior and if there is a fix<…Hi Gerson,
The TBitmap.LoadFromFile method is not natively supported in RAP. You will
need to create a pass thru function to gain access to this capibility. See
the RAP help and demos for an example of how pass thru functions …Hi,
I am unclear what you mean by Merge Module. Are you talking about an app to
merge DADE datamodules, or am I on the wrong track?
--
Hi Michael,
You should be able to use the Report.OnNoData event to check if the report
has no detail records. You could set a flag inside this event and if the
entire report generates without any data, you could display your su…Hi Jim,
Try adding ppTypes to your 'uses' clause.
--
Hi Tom,
Sorry, but ReportBuilder does not support Unicode.
--
Hi,
Which version of ReportBuilder are you using? This sounds like an issue we
had with RB 7.02 and was fixed in version 7.03. If you have the latest
release and are still experiencing the problem, please send a small example<…Hi Maxim,
Instead of parameters, you have the ability to change the search criteria in
DADE using the AutoSearch capibility. Using autosearch, you will be able to
pass in new search criteria to your query as it runs or define t…Hi Ross,
It is possible to extract draw commands from an archive and place them in a
report but you will need to know which type of draw commands they are and
exactly where they are located. A small example of this technique is…Hi Augusto,
For future reference, please do not post attachements to the newsgroup
server. If you would like to send us an example, please send it to
support@digital-metaphors.com.
After looking at your application, …Hi Augusto,
I am having a little trouble understanding the issue. Please if possible
send a small example demonstrating this behavior in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
Hi Emilie,
Below is a link to a small example showing how to use a two pass report with
the LookAhead property set to True to achieve what you are trying to do.
Hope this helps.
in Calculations with variables and DBcalc Comment by nicocizik September 2003Sorry, but the sort properties on the datapipeline were part of a legacy
version of ReportBuilder and were never fully implemented. You will need to
either sort your data initially using a SQL query or in a report with a
cross tab co…Hi Justin,
Unfortunately, there is no easy way to add custom SystemVariables to
ReportBuilder. You will either need to add to the current TppSystemVariable
source code or register a new one implementing your changes.
Hi Arnaud,
You will need to rebuild the rbIBE77 package to get the new version of
IBExpress to work with ReportBuilder. After opening the package in Delphi,
view the source and change the 'Requires' clause to reflect the curren…Hello,
I am a bit unclear about what you are trying to accomplish. Are you trying
to allow your users the ability to print separate copies of a report to
separate printers at once. If so you will still have to code somethingHi Bernd,
Ok, I was finally able to recreate the issue. Sorry about that. I went
ahead and wrote a small patch that fixes the problem. Please send a request
to support@digital-metaphors.com for this patch and I'll get it righ…Hi Bernd,
After following your exact steps, I am still unable to recreate this issue
using RB 7.03. Try updating to the latest version and test with that.
--