nicocizik
Comments
-
Hi Mike,
The Database name is not the actual name of your DB. It is the DB
connection object you have set up on the form/data module. If you are
using DBExpress, you will need to place a TSQLConnection object on your
f… -
Hi Mike,
Inside the data tab, you need to first set up the data settings. Select
File | Data Settings... from the main menu then set up the DB connection.
Once this is done, the Query Designer should give you access to y… -
Hi Jure,
Yes probably. It appears they are also using some sort of font
substitution with the built-in Type1 fonts. I'm unsure what trick they
are using but if you can talk them into letting me look at their source,This will be addressed for the next release of ReportBuilder.
The font you are using does not natively support bold or italic
characters. When you set Bold or Italic, Windows uses internal logic to
render the character glyphs…Hi Samuel,
The Values property is not natively available in RAP. You can access it
using a passthru function. This is something we will consider adding
for a later release of ReportBuilder.
See the RAP demos for e…Hi David,
There is now a patch available for RB 14.08 that solves this issue.
Send an email to support@digital-metaphors.com to receive this update.
Hi Steve,
If you are overriding the print button event, be sure you are performing
a similar task that Viewer.Print does. By default when the Print button
is pressed, Viewer.Print is called. When printing/exporting from the …Hi Steve,
Please create a simple example demonstrating this behavior and send it
in .zip format to support@digital-metaphors.com.
In a duplex situation, a "page" is simply one side of a piece of paper.
In ReportBuilder it would be possible to manually add blank TppPage
objects to the list after each normal page is generated effectively
removing the duplex f…Hi Michael,
There is no built-in way with ReportBuilder to add a page but skip
counting it (PageCount). You might be able to create your own count
variable that keeps manual track of the actual printed pages sent to the
Hi Arno,
This is not a known issue. If you try printing directly (without
previewing) do you get the same behavior? Try printing to a different
printer. My guess is that either the PrinterSetup has its Copies
property…Sorry, in the while loop of my example code, liLineTop should be liBottom.
while liTop < liBottom do
...
Hi Adam,
The example starts drawing lines at the bottom of the page then moves
up, leaving a small amount of space at the top of the report rather than
the bottom. In your case, try starting at the top and moving down.
<…Hi Adam,
1. I recommend preforming a report object loop to find all the line
components in the detail band. See the following article on that.
in Continuing Detail Band past end of dataset to end of page Comment by nicocizik March 2013Hi Adam,
Take a look at the following article on adding lines to the end of the
report. The same concept would be used in your situation.
in Continuing Detail Band past end of dataset to end of page Comment by nicocizik March 2013Hi Ralf,
You are correct. I made this change in a patch for RB 14.08. Send an
email to support@digital-metaphors.com to receive the updated file.
This will also be included in the next release of the ReportBuilder.
Hi Jeff,
No, you will need to upgrade to the latest version of RB 11 in order to
be up to date with all the fixes for that version.
Hi Bernhard,
This is not a known issue. Please create a simple example that
demonstrates this behavior and send it in .zip format to
support@digital-metaphors.com.
Hi Erez,
This is functioning as designed. When printing a report, the print
dialog will reflect the report's PrinterSetup. If you have the Duplex
property set to dpNone, this will be changed once you print to override
…Hi Dirk,
You can easily automatically open the file created by setting the
Report.XLSSettings.OpenXLSFile property to True. PDF and RTF have
similar options.
The file name can be retrieved from the print dialog its…Hi Andreas,
Take a look at the TppViewer component installed with ReportBuilder.
This is essentially a panel that you place on a form with the capability
of viewing reports.
To view a report inside the viewer, you s…Also set UseJPEGCompression to False. RB 10 did not support JPEG images
in PDF.
Yusuf,
I have sent you the patch that addresses the EOutOfResources error
described in this thread.
Since the patch did not solve the issue, it is likely a different
problem and we will need an example we can run he…For anyone following this thread. The issue was resolved with a patch
for RB 14.08. To obtain the patch, send an email to
support@digital-metaphors.com.
For future reference please use your full name when posting.
In my testing with your example, setting ScaleImages to False with
MetafileToBitmapQuality set to 1 gave a comparable output to the same
PDF generated with RB 10.
We are not able to tell much from simply looking at the PDF source.
Please send a simple example that I can test with RB 10 and RB 14 (I
have both installed) to us in .zip format and I'll take a look at it for
you.
Do yo…If you set the MetafileToBitmapQuality to 1 you will get the exact same
quality you got in RB 10.
Hi Carlos,
For RB 14, we improved the quality of the bitmaps exported when using
the ExportRTFAsBitmap and ExportMetaFileAsBitmap features. This however
can take up more memory if the metafiles/Richtexts are large.
Which version of Windows are you using? If you run Delphi, is
ReportBuilder installed (without TeeChart)?
There is a patch available that fixes this issue. Registered RB 15
users can send an email to support@digital-metaphors to receive the patch.
For future reference, please use only one support outlet when asking a
question. E…