nicocizik
Comments
-
Hi Cary,
Thanks for your help. Out of curiosity, where are the other Delphi runtime
packages installed on your 64-bit machine? For instance, is the vcl120.bpl
file located in the System32 or the SysWOW64 directory?
Hi Cary,
We have one other customer that has experienced this issue and both of you
are using 64-bit Vista installations.
The rb*1112.bpl and language files are meant to be copied to the
\Windows\System32 directory.…Hi J-Pierre,
At what point do you receive this error? Are you able to compile and run
the RAP demos located in the \Documents\ReportBuilder\Delphi 2007\Demos\0.
RAP... directory?
Any information about how I can rec…There is now a patch available for RB 11 that fixes this issue. Please
contact support@digital-metaphors.com if you would like the patch.
--
Regards,
Nico Cizik
Digital Metaphors
in RB11: "Wrong number of arguments for a setcolor operator" Comment by nicocizik October 2008Hi Michal,
If possible please send the following items in .zip format to
support@digital-metaphors.com.
1. A simple example that demonstrates the issue that I can run on my
machine.
2. An exported PDF documen…Hi Francesco,
For future reference, please do not post attachments to these newsgroups.
Send all files to support@digital-metaphors.com.
If you remove the shapes from your report do you still receive the error?
In m…Hi Joe,
Take a look at the following rbWiki article, as well as demo 109 located in
the main demos directory.
http://www.digital-m…Hi Michal,
Although I cannot guarantee that rotating the 2DBarcode will be added, I
will mark it down as a possible enhancement for a later release. Thanks for
your feedback.
Yes, the registered version of ReportBu…Hi Michal,
You should be able to use the AsMetaFile routine of the TppDraw2DBarCode
class once the drawcommand is created to save the barcode as an image.
Unfortunately the best place to gain access to the drawcommand is in th…Hi Michal,
The 2D barcode component currently does not include rotation support. This
is a feature we would like to add to ReportBuilder as we move forward with
the product. Thank you for the feedback. If you are designing …Hi Andrew,
I'm sorry but I'm a bit unclear about what you mean by the "Data Model".
Are you referring to the data views created in the Data Tab of the designer
(DADE) or are you referring to actual report components on your re…http://www.digital-metaphors.com/rbWiki/Output/Email/Email_Fundementals
--
Regards,
Nico Cizik
Digital Metaphors
Hi David,
Take a look at the following rbWiki article.
http://www.digital-metaphors.com/rbWiki/Output/Features/RTF,_HTML…Hi David,
The mapi plugin communicates with your mapi compliant email client (Outlook)
and simple creates a message and attaches the exported report to it. The
message is then placed in the outbox and it is up to the client t…Hi John,
In my quick testing with the patched code I was unable to recreate this
issue.
If possible, please send a simple example that demonstrates this issue in
.zip format to support@digital-metaphors.com and I'll…Hi John,
There is now a patch available that fixes this issue. Please send a small
email to support@digital-metaphors.com requesting the patch and we'll send
it to you as soon as possible.
--
Regards,
Hi Jianfei,
Place a shaded shape in the detail band and alternate its visibility in the
BeforePrint event.
if ppDetailBand1.Count mod 2 = 0 then
ppShape1.Visible := True
else
ppShape1.Visible :=…There is now a patch available for RB 11.0 that fixes this problem. Please
send an email to support@digital-metaphors requesting the patch and we will
send it to your as soon as possible.
--
Regards,
Nico Ciz…Hi Michal,
Are you creating PDF 417 or Maxicode barcodes? When exporting PDF 417, I
noticed a faint line between rectangles at certain zoom percentages in
Acrobat however they were not visible after printing. Are you able to…Sorry, my previous post will only work at runtime. Try defining a compiler
variable inside the ppIfDef.pas file for each version of ReportBuilder.
Then be sure to include ppIfDef in the uses clause of your application.
--
Hi Jeff,
You can use the ppVersion constant located in the ppTypes.pas file to
determine which version of ReportBuilder you are working with.
--
Regards,
Nico Cizik
Digital Metaphors
in Report writer version Comment by nicocizik October 2008Hi Ralf,
This is not a known issue. In my quick testing at design-time and runtime
with RB 10.09 and RB 11, I was able to successfully copy and paste any
report components using the keyboard shortcuts ctrl+c, ctrl+v.
This is a multi-part message in MIME format.
Hi Luke,
Thanks for bringing this to our attention. For one reason or another this
file was excluded from the RB 11 install. Please email
support@digital-metaphors.com and I'll send you the Synapse plugin.
--
Hi Brian,
1. Try upgrading to the latest version of RB 10. (10.09). Contact
info@digital-metaphors.com with your serial number and purchasing email
address for upgrade instructions.
2. Take a look at the example…Hi Brian,
Place a variable inside each of the subreports' detail band and use their
OnCalc event to update the variable in the main report. Be sure the
variables placed in the subreports have their Visible property set to fal…Sorry, the AlignToBottom feature of the summary band is not available for
Child and Fixed style subreports. It is available for Section subreports.
--
Regards,
Nico Cizik
Digital Metaphors
in AlignToBottom in subreport? Comment by nicocizik October 2008Hi Michal,
The AlignToBottom feature of the summary band is not available for
subreports. As an alternative, you could try using a group footer or the
main report's page footer to hold the calculation.
--
Reg…There is now a patch available that fixes this issue. Please email
support@digital-metaphors.com if you would like this patch.
--
Regards,
Nico Cizik
Digital Metaphors
in bug found with richtext mailmerge (Delphi 7 - RB 10.09) Comment by nicocizik October 2008Thanks Gary and Carlo,
We received your examples and are currently researching a solution.
--
Regards,
Nico Cizik
Digital Metaphors
http://www…