nicocizik
Comments
-
Hello,
The Transfer method fires when you are loading a template into a report
object. If you are trying to change the default device type of a template,
you will need to use the Template events to do so (most likely the OnLo… -
Hi Austin,
Yes, please send a small demo in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--
Regards,
Nico Cizik
Digital Metaphors
in Print To PDF Causes Access Violation Comment by nicocizik January 2005 -
Hi Austin,
Does the AV give you any more information? If you set your library path to
\RBuilder\Source\ and have the Delphi IDE stop on exceptions, are you able
to trace into the ReportBuilder source?
--
Rega… -
Hi Glenn,
You need to add ppChrtUI to your uses clause. See the article below on the
registration of components.
------------------------------------------------------------
Article: Controlling the End-User E… -
Hi Bruce,
When making calculations in a report, it is only safe to use the
TppVariable.OnCalc event. See the article below for more information.
---------------------------------------------------------------------… -
Hi Red,
Try creating two aggregate fields, one extracting the year and one
extracting the month. Then order your dataset based on year, then month.
This will get your dataset in a logical order to group on the month field.Hi Lon,
ReportBuilder 9.01 includes native text rotation and borders. There is a
new Angle property added to every non-wrapped text component and a new
Border property added to every text and image based component.
Hi Lianfeng,
There is a patch available that may fix this issue. Please send an email to
support@digital-metaphors.com requesting this patch and we'll send it to you
as soon as possible.
--
Regards,
This may have been fixed for the latest release. Please download a trial
version of RB 9.01 and see if that fixes it.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Kei,
Which version of ReportBuilder are you using? In my testing with RB 9.01,
copying a region containing a TppLabel from one report object to another
worked correctly.
--
Regards,
Nico CizikHi Wim,
Unfortunately there are no good events on the actual ArchiveReader object to
add a DrawCommand to every page. However you can tie into the
TppDevice.OnPageReceive event and use this event to add a watermark to eachHi Riga,
Unfortunately we were not able to fix the image printing problem with a
patch. This issue will be addressed for the next release of ReportBuilder.
--
Regards,
Nico Cizik
Digital MetaphorsHi Mike,
I apologize, apparently this topic did not get added into the D2005 help. I
will add this for the next release. All of the help notes are included in
the actual daSQLBuilder.pas source file as comments if you would …Hi Marcelo,
1. All the new report level events located in RAP can be found in the
ReportBuilder help. Examples: OnBeforeOpenDataPipelines and
OnAfterOpenDataPipelines.
2. The SQL Builder object is fully documented …Hi Dmitri,
There is another patch you might try that fixes some RichText issues. Send
an email to support@digital-metaphors.com for this patch. As for the
SystemVariable problems you are experiencing. I am still unable to r…Hi Dmitri,
Which version of Delphi are you using?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Dmitri,
If possible, will you please send a copy of one of the templates created
with an earlier version of RB so I can test this behavior on my machine?
Send the files in .zip format to support@digital-metaphors.com.
…Hi Frederic,
Try using one of the events tied to the GroupFooter band to determine when
the group is going to break. Perhaps the GroupFooterBand.BeforePrint event.
--
Regards,
Nico Cizik
Digital Met…Hi Kei,
This is a bit difficult to understand. Please send a small example of this
scenario in .zip format to support@digital-metaphors.com and I'll see if I
can alter it to give you the ouput you want.
--
Re…Hi Bryan,
Sorry, we do not have any documentation on creating custom pipelines. I
would suggest taking a look at the source code for the JITPipeline object.
This is a DataPipeline in its simplest form and would be a good star…Hi Dietmar,
At design time you will be required to add the fields manually. Another
option is to delete the pipeline object from the form and recreate it.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Dietmar,
If you have the AutoCreateFields property set to True, the fields should be
updated when you run your application. Are you trying to get the pipeline
to update at runtime or designtime?
--
Regards…Hi Michael,
ReportBuilder 9.01 includes a PageBreak component that would allow you to do
so by placing it inside the Group Footer as the first object to be created.
--
Regards,
Nico Cizik
Digital Met…Hi Joey,
Since you already know which band you need to loop through, there is no need
to create the outer loop for the bands.
----------------------------------------------
Tech Tip: Loop Thru All Objects in a Report…Hi Red,
How much memory does your computer have? Does your report contain a large
number of images on each page? Is the Report.CachePages set to True? You
may also want to try disabling the Report Outline and see if that he…Hi Jon,
Place a DBCalc component in the Summary band of your report, then set its
DBCalcType to dcCount, either in the object inspector of Delphi or by
selecting the "Calculations" option of the popup menu when you right click…Hi Rene,
I have never heard of this behavior before. You might try upgrading to the
latest version of ReportBuilder and seeing if that helps the issue. Let me
know if your customers can isolate the issue so I can debug it on…Hi Rene,
You mention that this "sometimes" happens. Are you able to verify what
conditions are necessary to recreate this behavior all the time? If so,
please send the exact steps I can take to recreate it or send a smallHi Andrew,
1 - 3. There is a patch available to fix these issues. Please send an email
to support@digital-metaphors.com requesting it and we will send it to you as
soon as possible.
4. This is still on our todo lis…Hi Andrew,
There is now a patch available that fixes this issue at runtime. Please
send a small email to support@digital-metaphors.com requesting this patch
and we'll send it to you as soon as possible.
This will b…