nicocizik
Comments
-
Hi Max,
The following example produces a similar result. It manually adds line
drawcommands to achieve this. One other option is to add lines to the
PageStyle band of the report which will print behind all report components.… -
Hi Ricardo,
I am sorry you had a bad experience. Have you tried emailing Pragnaan
support multiple times? Perhaps your email is getting stopped by a spam
filter and accidentially erased.
There are a couple other t… -
Hi,
I'm a bit unclear about what you are trying to accomplish. If this is a
TppVariable object and is periodically updated, you can create a group based
on its value by breaking on a custom field. Otherwise you will need to … -
Hi Connie,
There is a patch available that fixes this problem. Please send an email to
support@digital-metaphors.com requesting the patch and I'll get it to you as
soon as possible.
--
Regards,
Nic… -
Hi Connie,
Yes, your existing reports will work correctly with RB 10. I would
recommend downloading a trial edition of RB 10.02 and testing a few of your
reports to be sure. I can send you the patch and you can test that out… -
Thanks for the steps and info.
There is now a patch available that fixes these issues for RB 10.02. Please
contact support@digital-metaphors.com if you are interested.
--
Regards,
Nico Cizik
Digital… -
Hi Connie,
Note that the output to the screen and the output to the printer can vary
due to the difference in resolution. The true test of the thickness of a
line or spacing of components is to print it to paper. Please give… -
Hi Connie,
Which version of ReportBuilder are you using? In my testing with RB 10.02,
setting the Border.Weight to 0 gave me a single pixel line border around a
text object when printing to the printer. Please give me the ex… -
Hi Connie,
Try setting the weight to 0. This should give you a hair line (i.e. 1 pixel
wide).
--
Regards,
Nico Cizik
Digital Metaphors
… -
Hi Connie,
Setting the Pen.Style to psClear should remove the border of the region
object.
--
Regards,
Nico Cizik
Digital Metaphors
http… -
Hi Carsten,
Thanks, we will have this updated for the next maintenance release.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-me… -
Hi Alfredo,
There is no built in option to reset a DBCalc on the page break. Some
options...
- Create a group that breaks each page and have the DBCalc reset on that
group.
- Replace the DBCalc component… -
Hi Guillermo,
Take a look at the following example of having a unique caption for each
copy. You could use the same concept with your application.
in How to know the copy number Comment by nicocizik March 2006 -
Hi Bill,
Right when you open the Project | Options dialog, in the "Forms" tab you
will see a list of the autocreated forms in the left listbox.
--
Regards,
Nico Cizik
Digital Metaphors
in 'Out of Memory' error Comment by nicocizik March 2006 -
Hi Bill,
Yes, ReportBuilder does not support the use of unidirectional datasets.
ReportBuilder needs the ability to move forward and backward through a
dataset in order to function properly.
Try checking your… -
Hi Bill,
Which database/connectivity are you currently using? Have you tried using
the latest version of RB 7 (7.04)?
--
Regards,
Nico Cizik
Digital Metaphors
in 'Out of Memory' error Comment by nicocizik March 2006 -
Hi Bill,
What do these reports consist of? Are they primarily text based reports or
do they each contain multiple large images per page?
I recommend first upgrading to RB 7.04 and seeing if that helps the issue.
Co… -
Hi Filip,
A few options...
1. Check your dataset before the report is printed and toggle the
visibility of the headerband accordingly.
2. Try setting the NoDataBehaviors property of the report to ndBlankPage … -
Hi Larry,
- Unfortunately there is no built-in way to "lock" down the report designer
however it is possible to take control of the designer menu. Removing or
disabling some of the Report options would essentially prevent you… -
Hi Larry,
The easiest way to navigate the Developer's Guide in Acrobat Reader is to
use the Bookmarks navigation tab. This tab can be activated by selecting
the View | Navigation Tabs | Bookmarks... option from the main menu.… -
Hi Carlos,
Which exact version of ReportBuilder did you upgrade from (i.e. 6.0,
6.03...). Does this behavior occur for every one of your saved templates?
If possible, please send a simple template I can convert on my machine … -
Hi Carlos,
Which exact version of ReportBuilder are you currently using? (i.e. 10.0,
10.01, 10.02). Which exact version of RB were the templates created with?
Do all of your old templates show this behavior?
--Hi Carsten,
The Map files can be generated manually by pointing your library path to
RBuilder\Source and selecting to generate the Map files in your project
options.
--
Regards,
Nico Cizik
Digi…Hi,
Unfortunately the built-in crosstab does not provide grid lines for each
individual row. They are only provided for changes in a sub-row. Take a
look at the crosstab demos for examples of what can be accomplished. AsHi Brian,
1. Be sure you have ppJPEG in your uses clause.
2. Be sure you set the GraphicType property of the DBImage is set to JPEG.
--
Regards,
Nico Cizik
Digital Metaphors
in RB 6.03 and TcxDBImage Comment by nicocizik March 2006Hi Marcos,
ReportBuilder does not natively support the use of stored procedures for the
end-user environment, however it is possible to manually implement them
using custom dataviews. There is an example of creating and using…Hi Eneko,
You need to set the Report.NoDataBehaviors property to ndBlankReport :=
True. This will show all static components even if there is no data
present. This property is a published property so it is available from the…Hi Paul,
The warning refers to installing a version of ReportBuilder with the same
version of Delphi that already has an older version installed. It is
possible to install multiple versions of RB on the same machine if they a…Hi Sanya,
You will need to supress the repeated values manually in this case. You
could perhaps add the DBText and the line to a TppRegion and toggle the
region's visibility. Something like the following...
proced…Hi Filip,
ReportBuilder 7 simply was not designed to allow page breaks anywhere on the
report. If for instance you are able to determine the last detail band in
the group, you could set that band's OutOfSpace property to True…