nicocizik
Comments
-
Hi RTCary,
The previewer checks the TppPage.LastPage to determine the visibility of the
Next and Last buttons. You can gain access to the current TppPage object
using the TppViewer.CurrentPage property.
--
Re… -
Hi Abureem,
I apoligize, I misread your initital post. It is currently not possible to
place the row headers in the crosstab on the right side. In general,
ReportBuilder does not offer any right-to-left report generation opt… -
Hi,
The grid headers can be placed on the right side or the top of the crosstab
component. This will determine if the crosstab will show left to right data
or top to bottom. Take a look a the crosstab demos located in theHi Fillipe,
ReportBuilder simply prints the data you give it. Are there any cases where
there is no detail data for a master field? If so, be sure the
SkipWhenNoRecords property is set to False for the detail pipeline. Also…Hi Pat,
Take a look at demo 124 located in the \RBuilder\Demos\1. Reports\...
directory. This shows how to send certain pages to the printer device but
the same concept would apply sending pages to a file device.
A…Hi Valdimar,
Please update your version of ReportBuilder to 9.03 and see if the problem
still occurs. For update instructions, contact info@digital-metaphors.com
with your serial number and purchasing email address.
Hi Valdimar,
I'm a bit unclear about what is happening. Are you seeing this behavior at
Delphi design-time? Which version of Delphi and ReportBuilder are you
using? This is not a known issue. You may try reinstalling your …Hi Peter,
First be sure your group footer band has a phDynamic PrintHeight. Try using
one region for each column, rather than each DBText and be sure the Stretch
property is set to True. Next, in the Band.BeforePrint event p…Hi Marcos,
Unfortunately I am unaware of any workarounds at this time. The issue with
the brush style is that there is a Windows defined color behind it. When
the brush style is one that can be seen through, this color is ex…Hi Marcos,
This issue was solved for ReportBuilder 10.0 however it re-appeared in later
versions. It will be fixed for the next maintenance release of
ReportBuilder (10.04).
--
Regards,
Nico Cizik<…Hi Fr?d?ric,
Are the events available for other objects in Delphi 2006? In my testing,
simply placing a report on a VCL32 form shows the properties and events tab
in the Delphi object inspector. Is the events tab missing?
Hi Fr?d?ric,
Events are not available from the built-in object inspector included with
the Report Tree window. In order to alter events from the designer at
runtime, you will need to use the code workspace by selecting the co…Hi Prayut,
For future reference, please send all attachments to
support@digital-metaphors.com.
Is the line a separate component? If so, try adjusting the z-order in which
the line is printed. For instance, right c…Hi,
For future reference, we prefer you use your real name when posting to these
newsgroups rather than an email address.
The DataDictionary is only used for the end-user data workspace or DADE from
within the repor…Hi Valdimar,
Unfortunately I am not familiar with the PsRBExportDevice source code. My
first guess would be that they are overriding the StartJob and/or EndJob
routines in their own PDF Device class and something in this code…Hi Valdimar,
The ReportBuilder PDF device currently does not support embedded fonts. It
is on our todo list for a future release to add this feature. One option is
to be sure you are using the latest version of Acrobat. Ado…Hi Marcos,
Regions, Groups, and Subreports all have a KeepTogether option. In your
case I would recommend placing a Region inside your detail band with Stretch
and KeepTogether set to True and ParentHeight, ParentWidth set to…Hi Marcos,
You can control whether the group shows up in the report outline using the
Outline Settings dialog. This can be accessed by selecting the Report |
Outline Settings option from the main menu in the designer. Simply…Hi Carlos,
There is a patch available for this issue. Please send a small email to
support@digital-metaphors.com requesting it and I'll send you the
ppSMTPIndy9.pas file specifically made to work with Indy 9.
--Hi Carlos,
The .dcu files created for ReportBuilder are compiled with the version of
Indy that was shipped with Delphi. If you upgrade your version of Indy, you
will need to recompile these .dcu files. To do this, simply cha…This question was answered in your previous post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Ricardo,
The following example shows how to display a running percentage of the
total. Be sure you have your report set to TwoPass.
http://…Thanks Josef,
There seems to be a difference in the root directory key value in different
Windows/Delphi versions. I will fix this for the next release.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Stephan,
Thanks for the information. I'll make the appropriate changes to the
installation scripts.
--
Regards,
Nico Cizik
Digital Metaphors
in Installation path confusion Comment by nicocizik August 2006Hi Stephan,
The ReportBuilder installation program looks at the
HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Delphi\7.0\RootDir key value for the
Delphi directory. On my machine it's value is "C:\Program
Files\Borland\Delphi7". …Hi Stephan,
Which edition of ReportBuilder are you trying to install? I will check the
install scripts for you.
--
Regards,
Nico Cizik
Digital Metaphors
in Installation path confusion Comment by nicocizik July 2006Hi Philip,
Sorry, I forgot to mention that when setting the PrinterSetup of an archive
file, you need to use the OnInitializePrinterSetup event to do so.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Philip,
Try accessing the printer object of the print dialog after it closes. For
instance...
uses
ppPrintr;
procedure TForm1.ppArchiveReader1PrintDialogClose(Sender: TObject);
begin
Show…Hi Eric,
For future reference, please do not post ReportBuilder source to these
newsgroups.
This limitation was probably added to prevent users from adding too many
groups and risk creating a non-functional report d…Hi Stef,
This is not a known issue with RB 10.04. If possible, please send a simple
example demonstrating the issue to support@digital-metaphors.com and I'll
take a look at it for you.
--
Regards,
…