nicocizik
Comments
-
Hi Martin,
I installed the IntelliMouse 5.0 drivers and re-tested, but I am still
unable to recreate the error. I am now unsure how to procede, as it seems
we have an identical machine setup. I will try to research this issue<… -
Hi Martin,
Please let me know your exact computer and software configuration so I can
test this. So far in testing with ReportBuilder Enterprise, Delphi 5, 6,
and 7 with Windows 2000, and Windows XP, the mouse wheel is working… -
Hi Barry,
Thank you for the feedback. An "Undo" feature would definitely be a nice
addition and is on our to-do list for a future release. Unfortunately, I
cannot guarantee or give a time frame on when any new features might b… -
Hi Nico,
ReportBuilder uses the order at which each component was placed to determine
the order of creation (z-order). To change this order, you can use the
"Send to Back" and "Bring to Front" options of each component by right… -
Hi Martin,
Since you are using DADE, there is no need to create the AutoSearch fields
in code. You can create them on the fly inside the Query Designer.
Inside the Query Designer, click the "Search" tab and double click t… -
Hi Martha,
Two things to try...
1. Try setting the Report.CachePages to True and see if that helps. This
will cache each page in memory so when you navigat back through your report,
the pages do not need to be re-ge… -
Hi Martha,
Unfortunately the TppDBPipeline does not know the size of the dataset it is
traversing so it does not keep track of which record number it is currently
on. One way you could find out would be to place a TppVariable i… -
No problem... glad you got it working
.
--
Thanks for supporting ReportBuilder! Please vote for ReportBuil… -
Which edition of RB 7.04 are you trying to install? I will try it on my
machine as well.
--
Thanks for supporting ReportBuilder! Please vote for ReportBuilder in the
Delphi Informant Readers Choice awards!
Hi Aaron,
Sorry, I thought 7.04 actually installed successfully. You are probably
getting this error because you did not download the complete installation
file. Please re-download the installation file and try to reinstall.Hi Aaron,
Please try the following steps to clean a corrupt installation before
re-installing ReportBuilder 7.04.
--------------------------------------------
Article: Cleaning up a Corrupt Installation
---------…Hi,
It may be possible to make calculations with a simple DBCalc component and a
Variable such as the grand total of a single detail band. However, as a
rule of thumb, when making calculations, you generally want to use only
Hi Eric,
It is definitely on our list of possible future enhancements for
ReportBuilder.
--
Thanks for supporting ReportBuilder! Please vote for ReportBuilder in the
Delphi Informant Readers Choice awards!
…Hi Eric,
Sorry, unfortunately the use of the "Having" clause in the data workspace is
not supported.
--
Thanks for supporting ReportBuilder! Please vote for ReportBuilder in the
Delphi Informant Readers Choice a…Hi Eric,
I found an article that may be of some help to you. It explains in detail
how dates are handled in DADE.
-------------------------------------------------
Tech Tip: Date formats used by DADE
-----------…Hi Eric,
Which database are you connecting to? If possible let me know the exact
steps I can take to recreate the issue using a demo database perhaps (or a
table I can create on my own).
--
Thanks for supportin…Hi Peter,
My suggestion would be to convert all measurement into Thousandths of
Millimeters (microns) and procede from there. To find out the actual
measurements of the memo, use the TppMemo.mmWidth, and mmHeight properties.
Hi Emmanuel,
As far as retrieving data from a datset component on a form, this is not
possible in RAP without the use of a passthru function. If you created your
datasets in DADE, you could possible join the two tables you need…Hi Emmanuel,
Unfortunately the BringToFront and SendToBack methods are not natively
supported in RAP. You will need to create a pass-thru function to enable
this feature.
---------------------------------------------…Hi Steve,
Yes, the IBExpress component are under the InterBase tab. If you are using
these components, you will need to set the BuilderSettings.Session to
IBXSession. If this is not showing up, this package was not installed f…Hi Steve,
Im a bit confused
. If you are using IBObjects to connect to an Interbase
database, you will wan…Hi Steve,
You need to install the provided IBObjects/ReportBuilder package rbIBO77.dpk
into the Delphi IDE to see IBXSession listed in your DataDictionary
BuilderSettings.SessionType property. This package is located in the
Hi Craig,
I went ahead and did a small re-build of ReportBuilder 7.04 for Delphi 5
only that fixes this issue. Please re-download the version you were using
and reinstall. Thanks for the feedback.
--
Thanks fo…Hi Colin,
In the designer toolbar, there is a "Fill Color" button in the Draw Toolbar.
By clicking on this button, a color pallet will drop down with a small color
pallet. Then click the "More Fill Colors" button at the bottom …Hi Jorge,
When you preview your report on screen, does it show up in the custom size
or in Letter size? As a test, try printing this report to a different
printer and see if the results change. When you set a custom paper size…Hi Mark,
It looks as though if you set the outer most group to KeepTogether, all the
nested groups inside this group will move to the next page with that group
if a page breaks. In my testing I only had the outer most group set…Hi Mike,
Yes, we have had many customers use ReportBuilder to print checks.
1. Unfortunately there is not built-in format for check printing included
in ReportBuilder so you will need to create this yourself manually.
Hi Steve,
If possible, please send a small example demonstrating the problem in .zip
format to support@digital-metaphors.com and I'll take a look at it for you.
--
Thanks for supporting ReportBuilder! Please vote for…Hi Steve,
Try placing the crosstab component inside a TppRegion with KeepTogether set
to True. You can then remove the border of the TppRegion by setting its
Pen.Style to psClear.
If this does not give you the result…Hi Sergey,
You need to set the Report.PassSetting to psTwoPass. This way ReportBuilder
will determine the total amount of pages before it is previewed. This
property is published so you can access it from the Object Inspector …