nicocizik
Comments
-
Hi Alex,
As a test, try using the TppReport.CacheManager to change the way
ReportBuilder caches your pages. For instance, you can change the
TppReport.CacheManager.CacheType to ppctFile and define the
CacheManager.Cache… -
Hi Alex,
ReportBuilder does not compress the image files like most PDF creation
devices do. Even using the Tif format, by my calculations, 1000 A4 sized
images adds up to well over 400MB so if you are caching every page inHi Alex,
Depending on what your report contains, the memory usage could vary. We
have tested ReportBuilder with multiple thousand page reports before and
have never seen this much memory usage. What does this report consist …Hi Alex,
The CachePages property does exactly what it implies. It caches each page
of your report in memory therefore removing the need to regenerate them
while printing to the printer saving you some time in this process. H…Hi Bruce,
Sorry, my previous advise was incorrect. Instead of creating the groups at
design time and adding and removing them, try creating the groups at run
time based on the condition you show below. See the article below …Hi Bruce,
It is possible to control which groups are used in your report using the
TppReport.AddGroup and TppReport.RemoveGroup routines. Documentation on
these methods can be found in the RBuilder.hlp file.
--
Hi Paul,
For future reference, please do not post attachements to these newsgroups.
Send all attachments to support@digital-metaphors.com.
The toolbar archetecture is completely different for ReportBuilder 9.01.
You…Hi Mariella,
You can take control of the designer menu using the TppDesigner.Menu
property. This gives you access to the TMainMenu object of the designer
window. Using this you should be able to disable the View | ToolBars |…Hi Dirk,
It is possible to store the initialization information in the registry if
you do not have write access to certain directories. All you need to do is
change the IniStorageType property of the TppDesigner object to Reg…Hi Nikolai,
The TppDPTeeChart component was introduced before ReportBuilder 6.03 and
allows you to directly connect your teecharts to the TppDataPipeline
component from the TeeChart editor. See the help topic for TppDPTeeChar…Hi Nikolai,
There is a patch available that fixes this issue. Please send an email to
support@digital-metaphors.com requesting it and we will send it right out to
you.
--
Regards,
Nico Cizik
D…Hi Harry,
Unfortunately there is no built in way to access the TeeChart Lables in RAP
code without using a PassThru function or adding these properties to the
RTTI archetecture.
--
Regards,
Nico Ciz…Hi Michael,
Thanks for the suggestion, however these error dialogs can be easily
suppressed by initially loading your templates, ignoring all the error
dialogs, then re-saving them to disk or database.
--
Rega…This code is to set up a reference between the vblMainTotal variable and the
global variable gMainTotal. This is necessary in order to access objects
from a subreport in RAP.
--
Regards,
Nico Cizik
Digit…Hi Kei,
In the Calc tab, if you view the RAP code for the subreport (use the tabs at
the bottom), you will see that in the OnCalc event of the DetailValue
variable uses the global variable gMainTotal to update the values of th…Hi Kei,
I'm sorry, I assumed you were using RAP. If you are not using RAP, simply
place a TppVariable inside your detail band and inside its OnCalc event
update the value of another TppVariable located somewhere else on your …Hi Kei,
If you are using RAP see the following example of keeping a running total.
http://www.digital-metaphors.com/tips/mdraprunningtotal.zip…Hi Marcelo,
The myLocateReportFunction is a method you create in order to locate the
record and return True if it is found. For instance, you would add logic to
traverse through each record in the FolderID and Name fields in …Hi Kevin,
In the past when out customers have had problems with Citrix, it was
primarily a user access issue. Be sure your customers have access to the
printer driver RB is trying to use.
--
Regards,
Hi Trevor,
Check out the following article on printing to continuous paper. It may be
of some help.
----------------------------------------------------
Article: Printing to Continuous Paper
-------------------…Hi Uwe,
Which version of ReportBuilder are you using? Instead of using a DBCalc, try
using two TppVariables and in the OnCalc of the variable in the detail band,
update the value of the other variable inside the page footer. …Hi Bharathi,
You can view the Report Tree by selecting "Report Tree" from the View |
Toolbars| ... main menu option in the designer. If this is not sufficient,
it would be very easy to create one yourself given the current ar…Hi Rick,
Which version of ReportBuilder/Delphi are you currently using?
This is not a known issue with the previewer. If possible, please send a
small example demonstrating this behaivor in .zip format to
support@d…Hi Ralf,
There is a patch available that may fix this issue. Please send a request
to support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digital Metaphors
in Barcode Bug RB9 Comment by nicocizik March 2005Hi John,
Try placing a TppRegion inside your detail band with its parent height and
width set to True, and its KeepTogether property set to true as well. Then
place all your existing report objects inside the region. This wa…Hi Janusz,
Please direct any reqests for updates to info@digital-metaphors.com. Please
include your serial number and purchasing email address.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Janusz,
We no longer provide updates for ReportBuilder 6. Please upgrade to the
latest version of ReportBuilder for Delphi 6... RB 9.01.
--
Regards,
Nico Cizik
Digital Metaphors
in Where is the latest update for Enterprise 6 for D6? Comment by nicocizik March 2005Yes, please send the example to me in .zip format.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Kei,
In my quick testing, the OnCalc event fired only once. Please put together
a small example demonstrating the issue you are having and send it in .zip
format to support@digital-metaphors.com.
--
Regard…Hi Kei,
The value should be included. I would suggest giving it a try in a simple
test application.
--
Regards,
Nico Cizik
Digital Metaphors
in Still question on display subtotal of subreport in main report Comment by nicocizik March 2005