nicocizik
Comments
-
Hi Austin,
The PreviewForm is a descendent of the TForm class so you will need to
disable the the biMinimize BorderIcon to remove the ability to minimize the
preview form. Something like the following...
procedure … -
Hi Alex,
Thanks for the info, however I am still unable to recreate the issue. I
also had the other engineers here try on their machines with no success (or
great success, but no error). Try changing your library path to poi… -
Hi Alex,
I am currently working with another customer on this issue. I am however
still unable to recreate the behavior on my machine. Which edition of RB
are you using (i.e. Standard, Enterprise). Which version of Delphi a… -
There is a patch available for this issue. Please send a short email to
support@digital-metaphors.com requesting it.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Tom,
Thanks for the info. I am unsure how this was removed for the latest
release. We will have this re-added for the next maintenance release.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Martin,
There is a patch available for this issue. Please send a small reqest for
the ppBands patch to support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digital Metaphors
in PageStyle.Pagesetting=psPagelist not working Comment by nicocizik January 2005Hi Jose,
For future reference, please send any attachments to
support@digital-metaphors.com.
It looks like there is a little space above the top of the ReportBuilder
window. If you maximize the window using the win…Hi Jose,
I'm sorry, but I am still unable to recreate this issue. What exactly is
hiding the status bar from view? Is there anything else you are doing that
might cause this problem?
--
Regards,
N…Hi Jose,
This is not a known issue and I am unable to recreate it on my machine. I
tested with the EndUser demo located in the \RBuilder\Demos\3. EndUser\1.
Report Explorer\... directory. Is there anything else I can do to r…Hi Harry,
Unfortunately it is not possible to make the group footer extend across
pages the way you want. The closest thing you could get to that is to
somehow use the page footer band to get the same effect.
--Hi Harry,
I'm a bit unclear about what you would like your report to look like? Do
you want the group footer to print somewhere else? You can always change
the direction your crosstab grows by moving the values around. As f…Hi Steve,
Does this error occur every time you try to load this report? Even from
file at designtime? Are you loading this report from a server? I did a
little research about this error on line and most everything I found a…This is a multi-part message in MIME format.
Hi Diego,
I need a little more information about how your report is designed. Which
version of ReportBuilder are you using? In my testing with a simple 2
column report with one group, the group footer band appeared in the co…Jon,
For future reference we prefer you send all attachments to us by email.
Thank you for the example and feedback. If possible, I would like to
continue this conversation through email. Please send the attachement as …Jon,
I realize you are frustrated with the changes that have been made with the
functionality of ReportBuilder and I apologize. However this fix was made
over 4 years ago due to the fact that the pipeline state was not being …Hi Jon,
This behavior is the result of a bug fix for ReportBuilder 7. The fact that
this event fires when the pipeline is empty should not however effect the
generation of your reports unless you are processing some informati…Hi Jo,
We have been able to recreate the issue are having and are currently working
on a solution. We will contact you as soon as we have a fix for this
problem. Thank you for your patience.
--
Regards,
Hi David,
Thanks for the example. For future reference, please send all files in .zip
format to support@digital-metaphors.com.
I was able to recreate this issue. At first glance it looks as though this
is going to…This is a multi-part message in MIME format.
Hi Joey,
Ok, that makes more since now. The plugin architecture was not added until
RB 7. You will need to create a replacement preview form and register that
with ReportBuilder to successfully customize the previewer. Belo…Hi Joey,
Which version of ReportBuilder/Delphi are you using? I compiled and ran the
code I sent you just before I sent it and it seemed to work correctly. You
will insert the code inside the preview pugin code, like in the …Hi Mojoala,
Sorry, wrong link...
http://www.digital-metaphors.com/tips/PreviewerHidePrintButton.zip
See the article belo…Hi Mojoala,
You can create a custom preview window by using the Preview Plugin
archetecture of ReportBuilder. See the example below on how to create a
custome preview window with the print button disabled.
Hi Lianfeng,
We don't yet have a set date for the next maintenance release of
ReportBuilder however I can tell you that we are working on it and will keep
you updated.
--
Regards,
Nico Cizik
Di…Hi Lianfeng,
This is a known bug with the PDF device and dynamically loading images in a
TwoPass report. This issue will be fixed for the next maintenance release
of ReportBuilder.
--
Regards,
Nico…Hi Georg,
This appears to be a bug with Delphi 2005. As a test I placed a TTable on a
form and double clicked it to show the Field Editor. I noticed that the
copy/paste functionality in the object inspector did not work whil…Hi Micha?l,
If you add a DBCalc object to your detail band and set it's CalcType
property to Count(), it will display the record number for each detail band
printed.
Thanks for the translation David.in Indiquer la ligne Comment by nicocizik January 2005
Hi Paul,
There are no known issues like this one with ReportBuilder. Try downloading
the latest version of ReportBuilder that works with your version of Delphi
and test with that. You may also want to try upgrading your vers…Hi Jon,
Your old preview replacement should still work correctly. The plugin
architecture was added to make it possible to replace the stand alone
preview form as well as the preview tab in the end user designer with one