nicocizik
Comments
-
Hi Robert,
Sorry for the delay in this response. I somehow lost track of this post.
Generally the error you are receiving indicates that the interface
section of one of our files has been altered. If this is not the cas… -
Hi Ed,
The easiest way to adjust the width of columns in a report is to use the
Page Setup dialog. From within this dialog, you can easily define the
width and number of columns you wish to have. Access it by selecting
Hi Jeff,
Try using the PrintableWidth and PrinteableHeight properties of the
Page.PageDef property tied to the engine.
Report.Engine.Page.PageDef
Axel,
In my quick testing items drawn to the TeeChart canvas did show up on
the report. Below is the code I used to display a rectangle on a chart...
procedure TForm1.eh_ChartBeforeDrawSeries(Sender: TObject);
begin…Hi Brian,
This is the equivalent of canceling a query once it has executed. You
can try making a call to Pipeline.Close and see if that works. That
will essentially call TDataSet.Close on your data however depending on
Hi Brian,
The "Accessing Data" message is displayed between the time when a device
starts the job and the first generated page is received. During this
time, the data connectivity components you are using are simply tryingHi Jeff,
If you are printing a static image stretched to 8.5x11, this implies
that your report is sized to this measurement as well. Then once you
change the dimensions of the page to something smaller, the static band
…Also which version of ReportBuilder and Delphi are you currently using?
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Paul,
What printer/printer driver is your user using to print this report?
Perhaps, I can install the same driver and try to recreate the issue here.
Hi David,
I will look into this however our general policy with Indy is a "hands
off" approach. In the past they have changed type and object names
without any regard for backward compatibility. For the time being, I
r…Hi David,
This is unlikely. Indy is constantly changing their source base with
little to no regard for backward compatibility or third party components
that may use it. This makes custom Indy based properties a nightmare to …Hi Jon,
You can access the explorer menu directly by typecasting the Form
property. For instance, if you would like to hide the Help menu, you
would add the following line of code before the explorer loads.
uses
You shouldn't need to. We have an alias set to "rbWiki".
http://www.digital-metaphors.com/rbWiki/Delphi_Code/Calculations/Overview
Hi Edmund,
To access the rbWiki site you need to be able to access port 8080 on our
server. In my tests, our server seems to be functioning correctly.
If you would just like to calculate a total of a certain field, try <…There are now patches available for RB 12.05 that solve these issues.
Hi Max,
Thanks, it seems these issues still exist in RB 12. I went ahead and
made the fixes and am in the process of testing them further. I will
post here when patches are available.
These fixes will be added int…Hi John,
An easier way to do this would be to place a DBCalc component inside the
detail band and set its calculation type to dcCount.
In my testing setting the DisplayFormat of a TppVariable set to
calculate on each traversal gave the correct output. Are you certain
you have the variable's type set correctly?
Try setting the DisplayFormat := '0.00' and see …Hi Jon,
What are you margins set to? Every printer has a non-printable area so
if the margins fall within this area, items may not print correctly.
You might try moving the top margin down a bit and see if that solves
t…Hi David,
All DataMatrix properties can be found in the DataMatrixSettings
property of the 2DBarcode control. Descriptions of these properties can
be found in the TppDataMatrixSettings topic in the RB help.
Hi David,
I am not very familiar with the PSoft library however it looks like the
data you have for the 12x12 barcode is too large. I believe there are
strict restrictions on this with DataMatrix. A 12x12 barcode can onlyHi Geerten,
Thanks for the feedback, we will consider researching and possibly
adding these barcode formats to a later version of ReportBuilder.
Currently it is possible to use a barcode library such as the one
prov…Hi Adam,
Thanks for your feedback. The dynamic nature of a child style subreport
makes the addition of a page header/footer extremely messy. The fact
that this style subreport can span multiple pages, just half a page,
Hi Adam,
For a subreport set to pbChild, the header/footer are not supported.
A child type subreport prints on its parent's page space and
therefore behaves more like a memo.
I suggest using the GroupHeader/GroupFoote…Hi Philip,
This is not a known issue. Which version of ReportBuilder and Delphi
are you using?
Based on the fact that your other customers do not experience this issue
and that the customer that does has tried mult…All display formats are determined in the ppDisplayFormat.pas file.
Take a look at this file for the Delphi routine used to format your
value and then check the Delphi help for documentation on that routine.
It is also possibl…We have not heard of any issues with duplex printing and RB 12.05. My
first suggestion would be to open the PrinterSetup.DeviceSettings dialog
in your report and be sure all duplex options are set correctly for the
printer you are…Hi Peter,
ReportBuilder only supports versions of Teechart that explicitly support
a given version of Delphi.
Looking at the Steema website, the last version of Delphi that Teechart
8 supported was D2010.
Hi Jon,
We do not know of any specific issues using Oracle 11 and ReportBuilder
Server together.
Hi Goran,
When exporting large images, the ReportBuilder PDF device automatically
scales the images in order to save space. To prevent this from
happening, set the PDFSettings.ScaleImages property to False after
loading…