nicocizik
Comments
-
The Name property is not available from the ReportBuilder end-user
inspector. You will need to use the Delphi Object inspector to access this
property at designtime.
--
Regards,
Nico Cizik
Digital Metaph… -
Hi Lainkes,
Delphi does not use the UserName to define objects created in the
form/report designer. You will need to use the Name property to adjust the
name of a TppLabel object.
--
Regards,
Nico … -
Hi Alan,
First be sure you have replace the \RBuilder\Lib\ entry with
\RBuilder\Source\ in your Delphi library path. Then check to be sure your
debug environment is set up to break on exceptions. You should then not
ne… -
Currently it is necessary to run Delphi 2007 in Administrator mode when
using ReportBuilder with Vista. We will address this issue when we release
an official Vista compliant version of ReportBuilder.
--
Regards,
<… -
Hi,
For future reference, please use your real name when posting to these
newsgroups.
The memo text can be accessed using the Lines TStringList property of the
component. If you would like to access the memo text a… -
If possible, please send a minimal example to support@digital-metaphors.com
that demonstrates this behavior in .zip format and I'll test it here with
the latest version of ReportBuilder.
--
Regards,
Nico Cizik… -
Hi René,
This is not a known issue with ReportBuilder. If you try moving the
component a significant distance up from the bottom and then save and run
the report, do you still see the problem? Be sure the print height is set… -
Hi Pablo,
ReportBuilder Professional and above (Enterprise and Server) include the
end-user designer which can be added to your application to allow your users
to create and modify their own reports. See the feature list on o… -
Hi Tom,
There were no known issue like this with RB 9.03. What is different about
the machines that run correctly and the one that crashes? Are you able to
recreate the issue on the machine in question with any report or any… -
Hi Jack,
Have you tried creating a minimal example and running it on Windows Server
2003? If not, try creating a minimal app with nothing but a form, button
and empty report. In the OnClick of the button, call ppReport1.Prin… -
Hi Jack,
Which version of Delphi are you using? If you set your library path to
\RBuilder\Source and pause the application when it hangs where in the RB
source is the problem occuring?
--
Regards,
… -
Hi Jack,
I have not seen this behavior before. Which verison of ReportBuilder and
Delphi are you currently using? Does this occur at design time or runtime
and does it occur for every report?
--
Regards,
Hi Norman,
Does this occur for any report you try to export to PDF? Are you using the
native PDF device included with ReportBuilder? Please provide more
information about your application and specific report to help us track…Hi,
Please use your full name when posting to these newsgroups.
I would suggest following the list you have below except for each image,
create a Section style subreport and place it into the detail band of the
main…Hi Mike,
The SQL code you can enter into the Query designer in DADE is more of less
the same SQL code you can enter into a TDataSet descendent such as a
TADOQuery object on a form. If you place a TADOQuery object on your form…Hi Michael,
The AV caused by a printer name greater than 80 characters long has been
fixed for a later release of ReportBuilder (including the current release
10.06). I hate to keep pressing the issue however the only reason …Hi Michael,
When running from a .dll, you will have the same access rights as the
application that is calling and using that .dll. Be sure that the original
application is being run from a user account that has full access to…Hi Michael,
In the past, some of our customers have had problems accessing printers from
a remote desktop due to the security access rights given to the user.
ReportBuilder simply asks Windows for a list of installed printer d…Hi Benjamin,
Take a look at the following example on how to hide an orphaned group
header.
http://www.digital-metaphors.com/tips/Hid…Hi Paul,
Take a look at the kuRAFMerger utility available from our website. This is
a free utility created by one of our customers that allows you to merge
numerous archive files into a single file very easily.
Hi Josef,
Thanks for the feedback. This would be a very useful feature and we will
consider researching it for a later release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Mauro,
The rbLang application has now been placed in a .zip file for quicker
downloads.
http://digital-metaphors.com/lang/rbLang.zip
…Hi Heiko,
We do not currently have any information about when the next version of
ReportBuilder will be released.
Looking at your previous posts...
Did you ever download a trial copy of RB 10.x and try to recre…Hi Mitch,
Thanks for pointing this out. There is now a patch available for RB 10.06
that fixes this problem. Send an email to support@digital-metaphors.com
requesting the patch and we'll send it to you as soon as possible.-----------------------------------------
Article: ReportBuilder and Windows Vista
-----------------------------------------
Windows Vista requires that an application has administrator rights in order
to write to files on…Hi Mauro,
It is only possible to compile one language into a RB application or dll.
If you would like to provide multiple languages for your users you will need
to deploy the separate language .dll files along with your applic…Hi Merrit,
It is possible to create a report completely in code. The Report Wizard is
making this process easier however if you take a look at the wizard code,
this is essentially all that is happening. If you would like to …Hi Merrit,
Creating a custom report wizard can be done by simply creating your own
descendent to the TppCustomReportWizard class. The example below shows how
this can be done.
in Print unknown amount of columns/rows (runtime results from custom query) Comment by nicocizik June 2007Hi Merrit,
1. Take a look at the Report Wizard. This gives your users a simple
interface to create their own reports based on the data that is connected to
the report object. The ReportWizard can be used from the designer o…Hi Ian,
When creating the search criteria, try adding the wildcard characters in
your self (%text%). In my testing with the Query Designer, this seemed to
work correctly.
I would also recommend using the TdaSQLBuil…