nicocizik
Comments
-
Hi Rod,
This is a timing issue. You will likely need to manually look ahead in your dataset to see if the group is about to break in order to set the NewPage property early enough to have the effect you are after. In RAP, this will requ… -
Hi Vinothkumar,
Please consider upgrading your version of ReportBuilder to the latest. Doing so will give you all the latest features and fixes as well as priority support from our developers.
in Indian Currency Symbol ₹ is saved as ? in saved PDF file. Comment by nicocizik March 2018 -
Hi Vassilis,
Once the report has been exported to PDF, how the PDF is printed to a printer is out of ReportBuilder's hands. This would be a feature of the PDF viewer you are using to display the PDF file.
One option would be t… -
Hi Rod,
Which version of ReportBuilder and Delphi are you using? How are you currently trying to suppress the Group.NewPage (which event)? Are you using RAP? -
Hi Davor,
Please consider updating your version of ReportBuilder and Delphi. Moving forward, you will not be able to sustain your project with such outdated tools.
The black box issue was common with earlier versions of Report… -
Hi Samuel,
There is a patch for RB 19.0 that solves this issue. Please send a
message to support@digital-metaphors.com requesting the patch and we'll
send it to you as soon as possible.
File devices can be register… -
Hi Rhonda,
I created a minimal example using your specifications but was still
unable to recreate this issue.
Please create a simple example that demonstrates this issue and send it
to support@digital-metaphors.com … -
Hi Rhonda,
This is not a known issue. As a quick test I created a simple report
with 6 labels. All 6 labels exported to RTF (using text boxes and
without) correctly.
Label1: '$100.00'
Label2: ' $100.00'
… -
Hi Will,
We are not receiving your emails. Be sure you are sending to support@digital-metaphors.com, info@digital-metaphors.com, or sales@digital-metaphors.com.
I just sent you an email with the RB 18 password. You should be … -
Hi Will,
Yes, we have taken down the NNTP server and replaced it with this forum. Over the past few years we have seen less and less traffic on the newsgroups and felt it was time for a change. There are a few active threads that still … -
Hi David,
Try simply adjusting the margin values in the OnStartPage event of the
report. The following code worked for me in a simple test.
procedure TForm1.ppReport1StartPage(Sender: TObject);
begin
if ppRe… -
Hello,
For future reference, please use your real name when posting to these
newsgroups.
The .dtm file is a complete template representation of the entire DADE
data module (or entire data workspace in ReportBuilder)… -
Andre,
Take a look at the following section of our Wiki site on how to customize
the Preview form to meet your needs.
http://www.digital-meta… -
Hi Chris,
You might take a look at the TRichView component. This allows you to
display hypertext inside a report with the proper addon.
http://www.trichview.com/
You can set any of the Preview Form properties in the Archive Reader's
OnPreviewFormCreate event. For instance, the code below will change the
caption of the Archive Reader's Preview Form.
procedure frmTestForm.arArchiveReaderP…The ReportBuilder Developer's guide describes how to give International
Language Support to your applications in the "ReportBuilder Fundamentals -
Deploy" section.
--
I will send you a patch that you can try - it may help.
--
Hi Steve,
We went ahead and researched this bug today and fixed it. This fix will be
available for the next release of ReportBuilder.
--
Hi Steve,
This bug has been logged but has not been addressed yet in 7.03. Thanks for
your patience.
--
Brian,
It looks like you can solve your problem by creating three subreports and
stacking them vertically using ShiftRelativeTo. This way each individual
column can gather information from a separate dataset if needed. If this…Nathan,
Try downloading the RotatedText addon available in the "friends/RCL"
section of our web site at http://www.digital-metphors.com. This addon
allows you to rot…Ben,
When you set the ZOrder of Subreports in your report, the tabs at the bottom
will not reflect their print order. The tabs only show which order you
created the subreports in. Try bringing your Sales subreport to the front…Ben,
The order that the subreports are printed is determined in two different
ways. First if your subreports are 'Section' style, the print order is set
based on the ZOrder (how close to the front each subreport component is on…Dave,
It sounds like the chart may be too big to fit on only one page. Check the
margins of your report and adjust the size of the chart so it fits within
those boundaries. Most likely the there is a static height control set<…Fay,
If you are an end-user, you may be able to use RAP to code the events needed
for this task. Below is an example of code that must be entered used to do
this. You can learn more about using RAP as an end-user by refering t…Fay,
Check out Demo 33 at \RBuilder\Demos\1. Reports\dm033.pas. This shows an
example of how to remove extra white space in an address when needed.
Nico Cizik
Digital Metaphors
Luca,
Instead of setting the group's visibility in the GHGroup2.OnGetBreakValue
event, try setting it in the GHGroup2.OnBeforePrint event. The
OnGetBreakValue event is primarily used to set the break values of certian
grou…Rodger,
Check out the JITPipeline Demos located at \Rbuilder\Demos\1.
Reports\dm136.pas through dm140.pas. These show exactly how to control a
JITPipeline report. As always, we recommend upgrading to ReportBuilder 7.01
if…Kevin
Please post in one thread for each topic. Try installing the latest driver
for your printer and testing your project with the trial version of
ReportBuilder 7.01. If this does not help, please send an example of the