nicocizik
Comments
-
Hello,
Try setting the Report.ShowPrintDialog property to False. This is a
published property so it is available in the Delphi Object Inspector.
--
-
Etienne,
Which object are you using to display your text fields? What exactly is
happening inside your global functions, and how are they set up to handle a
Null value? Remember that the OnGetText event will fire many times fo… -
Hi Arild,
---------------------------------------------------
Tech Tip: Loading an Archive File to a Blob
(or memory stream)
---------------------------------------------------
You can easily write a ro… -
Hi Bill,
Ok, I finally understand the problem now
. However, in testing with a
configuration similar to yo… -
Hi Bill,
This is not a known issue with ReportBuilder. The best way to tell if your
report component is printing in the correct position is to look at the Top
and Left measurements of the object after you place them on the repo… -
-----------------------------------------------------
Article: Why Preview may not Match Printed Output
-----------------------------------------------------
ReportBuilder uses the Printer device context to perform all cal… -
Hi Joe,
How are you giving your users the ability to change the TextSearchSettings?
If you are using the TppDesigner, the OnPreviewFormClose will not fire when
it is closed. In my testing, when I loaded a report in the designer… -
Thanks for the information.
--
-
Hi Nina,
This is not a known issue. As a test, try saving the report down as a
template and reloading it in a new TppReport object. This may get the
objects in the designer to show up as they initialize. Also, if you are
Mike,
Are you still experiencing a problem? If so, please let me know and I'll
work to find a solution for you. ReportBuilder 7.03 was designed to support
TeeChart 6.0 as described in the ReportBuilder documentation. The next…Hi Karen,
The reason you are seeing this error is that we released RB 7.03 a week or
so before Steema released TeeChart 6.01 so the dcu files were compiled with
TeeChart 6.0 in mind. To solve this problem, simply change your li…Hi Caroline,
Try updating your graphics driver and printer driver and see if that helps.
If you place a single empty DBText on an empty report, do you see the error?
--
Hi Vikram,
Usually this error implies there is a resource leak either having to do with
your printer or graphics driver. If assigning the OnChange event to nil
seems to help, I would say stick with itin "canvas does not allow drawing" Comment by nicocizik February 2004
Hi,
ReportBuilder does not communicate with the printer directly. It used the
same Windows API calls to send instructions to the printer driver through
windows for every printer you print to. If your report is working correctl…Hello,
If you revert back to the old printer driver or try print to a different
printer do you still see the problem or is this only happening for this
printer/printer driver combination? Which version of RB are you using?
Hi Gunter,
The reason you are seeing the behavior is that some printers do not natively
support copies of documents so by default ReportBuilder will take care of
this function. To disable this feature and allow your printer to …Hi Alexandre,
Sorry for the late response, I was hoping someone with more Terminal Service
experience would give you some insight about this problem. As far as I
know, there should not be a problem with running ReportBuilder th…Hi Frank,
This looks like it should work without problem.
--
Hi Bill,
The article below shows how to print different image formats in RB. I do
not believe GraphicEx supports all .tif compression types however so that is
something to be aware of. GraphicEx comes with a test program to lo…Hi Jeff,
It is better to have DirectDraw set to True to ensure more successful
printing over many different printers. This will however take more
resources from your machine when you do so.
--
Hi Carl,
You need to either purchase a registered copy of TeeChart from
http://www.teemach.com or build your project with packages to get rid of
this error. See the ReportBuil…Marcelo,
Sorry, as far as I know there are no translations of the Developer's Guild
available.
--
Hi C.C.,
Check out the AutoSearch feature of ReportBuilder. This allows you to add
criteria to a report just before or during the preview and print. For
examples of the AutoSearch feature in RB, please see the demo application…Hi Srikumar,
It is possible to position the summary and group footer bands on a page
using the PrintPosition property. If you are printing to an 8.5" x 11"
piece of paper, you could set the PrintPosition of the summary band to …Hi Srikumar,
Try creating a group around the labels and using the group footer rather
than the page footer or summary band. The group footer will only print at
the end of the group so you won't have to worry about setting itsHi Dexter,
As far as I know there are no third party books in print on how to use
ReportBuilder. ReportBuilder does however include an extensive Developer's
Guide with gives you information on how to use the product, the archet…Hi Joseph,
After a little more research, it looks as though you only have to create a
TextSearch Preview plugin to get access to these local variables. This is
very similar to creating a preview plugin replacement for the TppPr…Hi Joe,
After re-figuring out how the TextSearch feature works (a learning
experience for me), it looks as though the TextSearch preview. Retrieves the
TextSearchSettings from the report object, then makes a local copy of themHi Joe,
I'm in the process of researching this issue. I'll get back to you when I
get something ASAP.
--
Hi Bob,
It is possible to add an OR in the query designer using the "Search" tab.
Simply double click a search field to move it to the lower pane and set its
search value. Then right click over the newly added value and select<…