nicocizik
Comments
-
Hi Massimo,
If possible, please send a simple example demonstrating this behavior in
.zip format to support@digital-metaphors.com and I'll take a look at it
for you.
-
Hi Carla,
Which version of ReportBuilder and Delphi are you using? Which database
and connectivity are you currently using?
Does this behavior occur for every report they try to navigate? Are
they designing their … -
Hi Chau Chee,
Which version of ReportBuilder are you using? If you are using RB
14.04, we may have a patch that could solve this problem. Send an email
to support@digital-metaphors.com requesting the patch.
-
Hi Adam,
We have not seen this behavior before. If possible, please send a
simple example I can run on my machine demonstrating this issue to
support@digital-metaphors.com in .zip format and I'll take a look at it
for y… -
Hi Adam,
I'm a bit unclear what you mean by "underneath" the footer.
By definition, the Footer band will take up the space at the bottom of
each page. There is no way for detail information to print below this
band… -
Hi Tommy,
We are only able to give support to registered users of ReportBuilder.
Since you are using a version built into another product there is no way
for us to know what changes they have made and/or features they have
Hi Tommy,
How are you linking your datasets? I highly recommend working through
some of the master-detail tutorials and taking a look at the
master-detail report demos located in the \Demos\1. Reports\...
directory. Th…Hi Tommy,
You need to create a master-detail relationship where the main report is
connected to the master dataset and the subreport(s) are connected to
the detail(s). A classic example is a Customer/Orders setup linked onHi Edison,
Yes, it is good practice to keep the report datasets separate from other
data controls (or at least disable the controls before printing).
Though some reports may not be affected by this, it is always better to
Hi Edison,
ReportBuilder 14 behaves very differently from previous versions with
respect to previewing reports. With the new scrollable viewer, all
pages are now generated in a background thread before drawn in the
corr…Hi Andy,
You can access the viewer object after the preview form has been created
by typecasting the Report.PreviewForm.Viewer property.
You are going to want to use the Viewer.OnScroll event to keep track of
the ve…Hi Andy,
Which version of ReportBuilder are you using?
If you are using the latest version of ReportBuilder you can use the
Viewer.ScrollablePaintBox.VerticalScrollbar.Pos property to determine
the current vertical …Hi Michael,
Thank you for the kind words.
If you right click the actual dataview in the Data tab (DADE), a pop-up
menu should appear that has a "Delete" option. I just downloaded and
installed the latest version of…Hi Ailton,
You have a few options. The first option will give you automatic page
number updates. The second and third, you will need to manually keep
track of a display page number (no SystemVariable).
1. Place e…Hi Michael,
We do not currently offer a stand-alone reporting solution. It is
however fairly simple to create a basic end-user reporting solution
using RB and Delphi (Report + Designer component on a form).
Hi Bas,
This is functioning as designed. Each file device defines its own file
extension and this extension is checked before the file is exported.
This is to prevent an incorrect file from being created and was added
d…Thanks for the info.
Looking at the call stack, it appears there is an issue with an image on
the report. If you remove all images, does the report preview
correctly? What format images are you trying to display?
…Hi Jack,
For future reference, please provide the version of ReportBuilder and
Delphi you are using when reporting an issue.
Does this error occur with every report you try to preview? Are you
able to view this rep…Hi Michael,
Yes, ReportBuilder will honor the Windows regional settings when
formatting currencies by default. This behavior can be altered if needed.
in Display Format Comment by nicocizik May 2012The viewer/screen device in RB 14 is completely different from RB 12.
To enable advanced features such as page scrolling and multiple page
viewing, the viewer needed to be completely redesigned.
As I mentioned in my previous p…Hi Edison,
Try resetting the ArchiveReader before saving the archive to file. Then
new scrollable viewer will generate the report in a background thread so
it will hold onto the file longer than before. Calling reset after <…Hi Mike,
I'm very sorry, we somehow lost track of this post.
We have not heard of behavior like this before with ReportBuilder.
What type of image are you loading from the DB (jpeg, bitmap, etc.). If
you try a…Hi Edison,
If you are creating a custom preview using the preferred method (Preview
Plugin) the page display buttons will already be available. If you are
replacing the entire preview dialog form with your own, you need to ad…I apologize, I misspoke. We added a feature for RB 12 that checks to
see if the parameter is available and if it isn't, the SQL text is sent
as-is. Unfortunately it is not possible to turn this off in RB 11.
Please consider …Hi Jesus,
The Parameter syntax ":" is used by DADE to access the report parameter
information defined. If you would like to bypass, you will need to
manually create the SQL that is sent to the DB using the SQL tab in the
Hi Ken,
ReportBuilder reports can be generated completely in code. I suggest
taking a look at the ReportBuilder tutorials that explain how this
should be done. Once you are familiar with how you can create a basic
repo…Hi Bas,
Please understand that unless we can recreate this issue here on our
machine, there is very little chance we will be able to track down the
problem.
If Windows Theming is causing the problem, it should not b…Are you able to reliably create this issue with a simple example or
steps I could take? If so, send them to support@digital-metaphors.com
and I'll take a look at it for you.
Hi Bas,
DataViews should always be movable inside the data workspace. Which
version of ReportBuilder and Delphi are you using?
Hi Bernhard,
The new RB 14 viewer generates all pages in a background thread for
efficient execution. This is necessary due to the fact that unlike RB
12, multiple pages must be requested at the same time. For RB 12, only