nicocizik
Comments
-
Hello,
You need to add ppChrtUI to your uses clause.
http://www.digital-metaphors.com/RBWiki/End-User/Fundamental… -
Hi Bill,
We have not seen this behavior before. I assume you have other reports that
use a date range that do not experience this issue? If so, try to narrow
down the difference between this report and others that do functio… -
Hi Mark,
There is no way to control the Data tab as there is with the Calc tab. If
for some reason you would like to how and hide the data tab in the same
application, you can manually register and unregister the design modul… -
Adding daIDE to the uses clause will control whether the data tab is present
or not. Likewise raIDE for the calc tab. See the following article...
in Customizing of the designer modules (Calc and Data) Comment by nicocizik December 2009 -
Hi Mark,
There are no shortcuts to gaining access to the calc and data tabs in the
designer due to the fact that they are not always enabled. The best option
is to keep track of which pages you have enabled and index into the… -
Hi Steve,
You can set the DBPipeline.Visible property to toggle the visibility of the
pipeline inside the report designer.
--
Regards,
Nico Cizik
Digital Metaphors
in Controlling DataPipeline Visibility in the Report Designer Comment by nicocizik December 2009 -
Hi Michela,
You need to add ppJPEG to your uses clause to be able to view jpeg files at
runtime.
--
Regards,
Nico Cizik
Digital Metaphors
in how i can use jpeg file on End User report editor ? Comment by nicocizik December 2009 -
Hi Joachim,
Try setting the TppReport.CurrentPage property before making a call to
print.
ppReport1.CurrentPage := ppViewer1.CurrentPage.PageNo;
ppReport1.Print
--
Regards,
Nico Cizik<… -
Hi Bill,
The System Variable simply assigns the TppReport.AutoSearchDescription
property to the text value. If you would like to accomplish the same thing
with a memo, you could access the same property.
See the Tp… -
Hi Enrico,
When you do not have a report connected to any data, you need to be sure the
TppReport.AutoStop property is set to True or you will get an endless page
report.
--
Regards,
Nico Cizik
Hi Michela,
See my reply to your previous post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Bill,
How are you suppressing the detail band? The event code you posted earlier
will not do that. Is there another event that is hiding the detail
information based on some condition? If so, try tracing into this code a…Hi Bill,
Typically when a blank page is displayed at the end of a report, the report
engine thinks the report is out of space on the last page and breaks to a
new one before ending. Try tracing through the event code you have…Hello,
I believe 30/12/1899 is the default value of a Date variable equal to 0. It
looks like the data is not being properly retrieved or set to the value of
the variable.
-----------------------------------------<…This question is being handled via email. A solution will be posted once it
is found.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-…Hi Nicola,
If you are using child style subreports, you will need to change the
ShiftRelativeTo properties of the subreports. For instance...
Subreport1.ShiftRelativeTo := Subreport3;
Subreport3.ShiftRelativeTo := S…Hi Leo,
To access the rbWiki, you need to be able to access port 8080 on our server.
TECH TIP: Selecting Paper Bins for Each Page
Sometimes you may want to print the first page of a report to the manual bin
and…Hi Leo,
Do not use the actual name of the printer bin to define it. Instead use a
reference to the bin using the BinNames property to ensure the correct
value.
Take a look at the following article.
Luis,
Another article with helpful information about DB conversion.
http://www.digital-metaphors.com/rbWiki/DADE/Fun…In addition to Paul's thorough response, it is possible to skip saving the
templates to file (if they are already on a DB) by using the following
method...
in Upgrading from BDE to NativeDB (and from RepBuilder 6 to 10) in one shot! :) Comment by nicocizik February 2010Hi Susan,
I'm a bit confused about your situation. Are you registered user of
ReportBuilder? From reading your post, it seems you are using a product
with RB built-in and using the Delphi IDE as well?
We do not ha…Hi Steve,
This is currently not a feature of the preview in ReportBuilder. It is
however on our list of possible enhancements and we will definitely consider
it for a future release.
--
Regards,
Ni…Hi Leo,
Which version of ReportBuilder and Delphi are you using? How many
components must be selected to cause the error? Are you able to recreate
this at runtime and design time?
--
Regards,
Nico…Hi Luis,
There is currently no way to "restrict" certain dataviews in DADE. Thanks
for the feedback however, we will consider such a feature for a later
release.
--
Regards,
Nico Cizik
Digital…Hi Bert,
There is no reason the BeforePrint event shouldn't fire unless you are
loosing a reference to it.
Are you by chance loading templates? If you implement an event then load a
report template, the event refer…Hi Bert,
Yes, take a look at demo 124 located in the \Demos\1. Reports\... directory
for an example of how to print a page list. (dm0124.pas)
--
Regards,
Nico Cizik
Digital Metaphors
in Printing Specified pages Comment by nicocizik March 2010Hi Sergey,
We do not provide an HTML Help version of the help file with ReportBuilder.
Currently you would need to convert the WinHelp to HTML Help yourself using
a conversion utility such as Help and Manual.
--
Hi Sergey,
This is not currently a feature of the end-user designer in ReportBuilder.
We will consider adding end-user Help 2 support for a later release of
ReportBuilder.
--
Regards,
Nico Cizik
Hi Mark,
Ah... yes, I did not realize this was a runtime issue. Sorry, I must be a
little slow this morning
.… Hi Mark,
Are you certain you have RB Enterprise installed? The only reason the
CrossTab component wouldn't be present would be that you are using the
Standard version of ReportBuilder.
I would suggest re-installing…