nicocizik
Comments
-
At the very least you will need to create three unique pipeline fields
(assuming each column in your string grid represents a field), and
implement the OnGetFieldValue event of the JITPipeline.
Connect the report to the JITPip… -
Hi Darren,
Which version of ReportBuilder are you using? DBImage.Picture support
in RAP is included for the latest version.
-
Hi Darren,
I apologize, I did not know you were using RAP. The Graphic property of
the TPicture is not natively supported in RAP.
The TPicture object however contains passthru properties accessing the
contained TGr… -
Hi Darren,
Try using the OnPrint event to determine if the image dimensions are too
large and adjust its properties accordingly. Something like the
following...
procedure TForm1.ppDBImage1Print(Sender: TObject);
Hello,
For future reference, please post using your real name and begin a new
thread for new issues.
This is not a known issue with RB 15.02. Try setting the
PreviewFormSettings.SinglePageOnly (or Viewer.SinglePage…Hi Gary,
Please upgrade your version of ReportBuider to 14.08 and re-test your
application. If you are still having an issue after this, try setting
the PreviewFormSettings.SinglePageOnly property (or
Viewer.SinglePageO…Hi Darren,
ReportBuilder supports the image types that are natively supported by
Delphi. (Bitmap, JPEG, Metafile, Gif, Icon, and PNG for D2009+). If you
would like to support other image types you will need to use a third
Hi Michael,
ReportBuilder does not have the ability to process outside PDF file. If
you need to merge two reports into a single PDF, you can do so using the
technique described in the article below.
in How do I merge a report and an external PDF file to a single PDF file? Comment by nicocizik January 2014Hi Guillermo,
This is likely due to the fact that ReportBuilder cannot find the
ADOConnection object defined for the report. Check your datasettings to
be sure the connections match. If the report is a template, you may
Hi Glenn,
When making calculations inside a report, it is necessary to use the
TppVariable.OnCalc event only to ensure the calculations is made only
once per traversal. Otherwise there is no guarantee how many times a
g…Hi Guillermo,
We do not know if any issues regarding moving an ADO report project to
Delphi XE5. I tested our ADO demos (SQL Server and Access) with Delphi
2007 and Delphi XE5 and they both work as expected with identical sou…Hi Mauro,
sLineBreak is a Delphi-specific constant that is not currently supported
by the RAP language. If you would like to add a line break in RAP, you
can either use the TStrings.Add routine of the Lines property or you ca…Hi Samuele,
Try using two subreports and a single PageBreak. Set the PageBreak to
ShiftRelativeTo the first subreport and the second subreport to
ShiftRelativeTo the PageBreak.
Then use the first subreport for firs…Hi Samuele,
Try creating a group set to create a new page for each record. Then use
the PageBreak component to force two pages per group.
Hi Dirk,
The size of a QRCode is determined by the amount of data present (i.e.
which code version is used) and the Module size used (in Screen Pixels).
You can manipulate these options to get a barcode close to the size
Hi Max,
No problem, glad you got it sorted.
Hi Max,
Please send us a simple example that includes a barcode that is readable
with RB 11.08 but not readable with the latest version of ReportBuilder.
Send the example in .zip format to support@digital-metaphor.com.
…Hi Paolo,
For future reference please post using your name in the "from" field
instead of the news server address.
If you would like to disable a band, you can simply set its Visible
property to False. I am however…Hi Filip,
When a band's visibility is set to False, none of its the components are
generated so the SuppressRepeatedValues feature will not take those
values into account.
If you would like to filter the data given …Hi Bill,
Set the DBText.WordWrap property to True to let ReportBuilder know it
will contain multiple lines. Then you can manually insert the CRLF
characters where you need.
procedure TForm2.ppDBText1GetText(Sender:…Please send a simple example of the issue that we can run here in .zip
format and we'll take a look at it for you. Send the example to
support@digital-metaphors.com.
Hi Bill,
Are you trying to align lines and shapes by chance? If so, note that
due to the fact that they are rendered differently, they will not line
up. If you are creating a grid, you need to use either all lines or all
Hi Jeff,
This was not a known issue for RB 11. Please download a trial copy of
RB 15 and perform the same test. If you still have the issue, please
create a simple example demonstrating the problem and we will find a
s…Hi Adam,
I'm sorry, this feature unfortunately did not make it into ReportBuilder 16.
It is however still on our list of possible enhancements and will be
considered for a later release. Thanks again for your feedback.Hi Adam,
Thanks for the feedback. I will add your request to our possible
enhancements list.
Hi Glenn,
This is not a known issue with RB 15. Unfortunately this is the type of
issue that we would need to see happen on our machines in order to track
down.
Ask your customer to try to recall the exact situatio…Hi Adam,
The calculations for each variable (OnCalc event) are going to fire
before the band itself generates. This means that the OnCalc event of
your TppVariable inside the main report's detail band will fire before
t…Hi Max,
There are now patches available for RB 15.03 that solve these issues.
Contact support@digital-metaphors.com to get the patches.
Hi Bora,
Take a look at the following article/example.
http://www.digital-metaphors.com/rbWiki/Output/Preview/How_To...…Hi Massimo,
Thanks for the information. Yes, altering the visibility of the footer
band for certain conditions could cause issues with page measurement
during the first pass of the report if it became out of sync with the