nicocizik
Comments
-
Hi Jeff,
I have not sent you anything since the last post regarding this issue. I
did however create a patch for you that gives an overwrite message when the
OK button is clicked in the print dialog. Please send an e-mail to<… -
Hi Jeff,
I am currently researching this to see if it is possible to fix with a
simple patch. I'll let you know when I get more information.
--
-
Hi Matt,
If possible, please send a small example demonstrating this behavior in .zip
format to support@digital-metaphors and I'll test it here.
--
-
Hi Jeff,
The print button is a regular TSpeedButton. If you are using a custom
preview plugin, you should be able to change the hint by using something
similar to the following code:
PrintButton.Hint := "This is my h… -
Hi Stan,
Which version of ReportBuilder/Delphi are you using? Are you able to
recreate this issue using ReportBuilder 7.03? If so, please send a small
example demonstrating the problem to support@digital-metaphors.com and I'll… -
Hi Chris,
You could possibly place a flag inside the event and once the event is
fired, keep track of the repeated value and place the "continued" text where
you need it. Then, once the detail value changes, reset the flag and … -
Hi Chris,
The GetText event fires numerous times to ensure the correct pagination of
the report. You will need to use a TppVariable rather than a TppDBText and
pull the value directly off the database inside the TppVariable.OnC… -
----------------------------------------
Article: .Net ReportBuilder Support?
----------------------------------------
Digital Metaphors is very excited about the .Net platform and Delphi for
.Net.
The Digi… -
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, …