nicocizik
Comments
-
Bernd,
We are currently researching setting the Tech-Tips newsgroup to read-only.
Try deleting your local copy of the newsgroup and resubscribing.
Nico Cizik
Digital Metaphors
-
Ryan,
Instead of using joined datasets and a grouped style report, try creating a
Master-Detail report using subreports. Link the datasets using standard
Delphi linking. Creating a Master-Detail report is more flexable than a<… -
Alex,
Sorry about the procedure name, that was a little confusing. This can be
done in delphi as well during runtime in the Variable.OnCalc event.
Something like this...
procedure TForm1.ppVariable1Calc(Sender: TObje… -
Alex,
Use a variable or a label to concatinate the strings from the pipelines in
an event handler. The event is going to either be the Variable.OnCalc or
the Label.OnPrint event. Below is an example of code that will perform t… -
Jason,
I can confirm that the XP Theme support works correctly in ReportBuilder
7.02. If you would like to try it for yourself, you may download a trial
version of RB 7.02 from our website at in Problem in Query Designer with XP themes Comment by nicocizik March 2003 -
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.
…