nicocizik
Comments
-
Jason,
We addressed XP Theme support in the latest version of ReportBuilder 7.01.
You can download a trial version of ReportBuilder 7.01 from our website at
http://www.di… -
This is a multi-part message in MIME format.
-
Try shutting down the Delphi IDE when errors such as this one occur. You
may need to update your printer driver because when you're in the RB
designer it relies on the printer driver to measure text. If the printer
driver is corrupt… -
Paul,
Below is a link to an example that will help you with this issue. It uses a
technique that uses two subreports to generate the two sets of fields on the
same dataset twice and then reorders the pages for the actual output… -
Sandro,
Thanks for the suggestion.
--
-
Tony,
Where would you like to add another page in your report? There are a few
different ways to add a page to a report and by telling us the location, we
can tell you the best option for your sutuation.
-
Alexandre,
There is an example of printing two pages frontpage and backpage. You may
download the example by clicking on the link below.
Dave,
I tried recreating your issue with the \RBuilder\Demos\4. EndUser
Databases\InterBase\1. BDE demo and wasn't able to cause an AV. Please try
to recreate the problem using one of our demos and tell me the exact steps I
Below is a link to an example on how to start printing labels in different
cells. This only works in top to bottom order.
http://www.digital-metaphors.com…Klaus,
Make sure you are using the TppVariable.OnCalc event to perform any
calculations on a variable. Below is an article explaining how to provide
calculations in a report. If this does not help, please send a small
exa…Tony,
Check the help | about menu option and check the version listed to make sure
you have ReportBuilder Enterprise installed. This also could be happening
because you don't have the proper packages installed in your Delphi ID…Tony,
Make sure you are including the RAP and DADE classes in the 'uses' clause of
your project. Below is a list of everything you might need.
------------------------------------------------------------
Articl…Glenn,
Try accessing the rbItem dataset used by the ReportExplorer and retrieve the
current record. This should be the item currently selected in the report
explorer
--
Fernando,
Try doing this using two side-by-side subreports and setting the ParentWidth
to false so they can be aligned next to eachother. Once it is in this
configuration it's just a standard duplex report once you configure th…John,
You can do this by concatenating the two strings into one TppVariable.
Below is a link to a simple example on how to do this.
h…Phillip,
Thanks for the solution. If you would like to send us an example, we could
test it further.
--
Mark,
You need to go into the Report.PrinterSetup property and make sure the
PrinterName is set to 'default', not 'screen'. We added this message in
ReportBuilder to warn users of this because when the printer name is set to
Jon,
I adjusted the demo I had you dowload earlier to work the way you need it
to. Now you are able to select the 'short date' format and save the
template, then the format will reflect another computer's setup when they
l…Jon,
After further research, I found that you shouldn't need to create a
customdate format because by default, ReportBuilder uses the Short Date
format in Windows. When creating your template, make sure there is no
display…Jon,
I added the two lines of code below into the ReplaceDisplayFormats example
and it seemed to work fine. I ran the project, entered the designer and
added a date system variable to the header band of the report. Next I
The Short Date format is retrieved using Delphi calls which get the client
machine's local Short Date format. If you would like to customize the
display formats provided, check out the ppDisplayFormat.pas file in the
RBuilder Source.…Warren,
What version of ReportBuilder are you using? Please try using RB 7.02 Trial
Edition to reproduce the error. If you can, please send an example of the
problem to support@digital-metaphors.com.
--
Yelena,
Make sure the StartNewPage property for the group is set to false. If this
does not help, please send an example using the DBDEMOS database
demonstrating the problem to support@digital-metaphors.com and we'll take a
Yelena,
Check to see if you have the Start New Column option selected in the Report
| Groups menu dialog. Uncheck this option and that should fix the issue you
are having with the groups breaking in the wrong place.
…Ben,
We've had no known issues with RB 7 printing to USB printers to date.
--
Ben,
Though it is a new printer, try updating the driver from the manufacturer's
web site. Then try downloading the trial version of ReportBuilder 7.02 and
see if the error still occurs.
--
David,
ReportBuilder 7.02 supports many versions of TeeChart. See the
ReportBuilder Reference in the help contents for more information on
ReportBuilder and TeeChart. Currently ReportBuilder 7.02 fully supports the
Decemb…Colin,
Check out demo 112 in \RBuilder\Demos\1. Reports\Demo.dpr. This demo shows
how to allow a user to select records from a grid. Then it traverses the
bookmarks based on the selection.
--
Lee,
This is probably happening because your margins are too small. The other
printer's margins are probably set larger than the report you are trying to
print, causing the report engine to try to print to the next page and