nicocizik
Comments
-
Hi Carlo,
If possible, please send a working example of this issue in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Carsten,
The solution for the version of ReportBuilder used when this post was
made likely does not apply to the latest version(s).
Please create a simple example that demonstrates your issue using only
RB and De…Hi Chantal,
Which version of ReportBuilder and Delphi are you currently using?
1. Which band is the subreport located in? What type of subreport are you
using? If possible, please send a small example demonstrating the…Hello,
For future reference please use your real name when posting to these
newsgroups.
Columns can be deleted by either setting the Report.Columns property to a
smaller number (1) or by using the Layout tab of the …Hi Luke,
Please re-download ReportBuilder and reinstall. (This issue has been
addressed for the latest build).
--
Regards,
Nico Cizik
Digital Metaphors
in Problems with RB11 and TeeChart 7.12 Comment by nicocizik October 2008Adriano,
Which version of ReportBuilder are you using? If you export the report
without using Intraweb, do the advanced components (barcode, richtext) show
up?
--
Regards,
Nico Cizik
Digital M…There is now a patch that fixes this issue for RB 11.0. Please email
support@digital-metaphors.com if you would like the patch.
--
Regards,
Nico Cizik
Digital Metaphors
in Barcode2D - PDF417 scans incorrectly Comment by nicocizik October 2008Hi Michal,
Thanks, we received your example and are currently researching the issue.
Thanks for your patience.
--
Regards,
Nico Cizik
Digital Metaphors
If possible, please give me the data you are trying to use with the barcode.
I would also like to see the code you are using to set the data property.
--
Regards,
Nico Cizik
Digital Metaphors
in Barcode2D - PDF417 scans incorrectly Comment by nicocizik October 2008Hi Adrian,
Thank you for pointing this out. We will ensure that these files are
included with the next build of RB 11. For the time being, I sent the
necessary files to you via. email.
--
Regards,
Hi Adrian,
We recieved your email about this issue and are currently researching a
solution. Thank you for your patience.
--
Regards,
Nico Cizik
Digital Metaphors
in 2D barcode Maxicode errors. Comment by nicocizik October 2008Hi Pierre,
We recently released the rbWiki feature to our website. This inlcudes
numerous articles and examples that until now would need to be found by
searching these newsgroups or asking the DM support team directly.
…Hi Adrian,
Please re-download and re-install ReportBuilder. This issue has been
addressed for the latest build.
--
Regards,
Nico Cizik
Digital Metaphors
in myEURpt.pas D2007, RB11, won't compile, cannot find daDatMan Comment by nicocizik October 2008Adrian,
Please either post a question to the newsgroups or send it to the support
email, not both.
Unfortunately there is no way for us to know how Adobe interacts with
Outlook. They may not be using MAPI or they m…Hi Adrian,
If you are using Windows Vista and Outlook, you need to be sure Outlook is
closed before sending an email with the MAPI plugin. This is a known
Microsoft Vista issue and we are constantly monitoring their progress …Hi Ali,
Try using the Report.OnEndPage event to update you database.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com…Hi Caralene,
You might try formatting the text as you retrieve it from the database. Use
the DBText.OnGetText event to check for the position of the "-" character
and assign the Text parameter to the altered text. Something …Hi Matt,
How are you accessing the data to be displayed inside the label or memo? If
your report is properly connected to a datapipeline, you should assign the
value of the label and memo objects inside the Band.BeforePrint e…Hi Rob,
ReportBuilder 11 includes enhancements to the TextFileDevice to control the
quoting in a delimited text file. To remove all quotes you will want to
manually set the TppTextFileDevice.QuoteChar to an empty string ('').…Hi Al,
The TppTextAlignment type was added so full justification could be
supported. It is found in the ppTypes.pas file.
Adding ppTypes to your uses clause will fix the issue.
--
Regards,
Nic…Hi Al,
1. Rather than looping through the components on the form to find a report
component, I would suggest using a report object loop.
in Invalid Typecast Comment by nicocizik October 2008Hi Scott,
Take a look at the OnMailMerge event that was added for the RichText
component. This allows you to manually edit the RichText document after the
mail merge fields have been replaced with data values and will fire ea…Hi Frederick,
This could be caused by a number of things and tracing into the constructors
may give some clues. The fact is that a form with 53 reports and 55
datapipelines is not a very effecient design. A more effecient ap…Hi Luke,
How and where would you like this list to appear? If you simply need to add
a bullet point next to each of your detail rows, you could either add an
image of the bullet or perhaps use the "l" character in Wingdings f…Hi Hüseyin,
Below are a couple items to try.
1. Try re-downloading RB 11.01 and reinstalling. There is a newer build
available from the same link.
2. If your report units are set to Printer Pixels, try chang…Hi Hüseyin,
If you set your library path to the \RBuilder\Source\ directory, are you
able to trace into the RB source where the problem is occuring? This may
help in isolating the issue and give us some clues on how to recrea…Hi Ricardo,
Are the examples functioning correctly on your machine? I would suggest
that you start from scratch with your application and mimic the design of
the examples provided.
Start simple, perhaps with only t…Hi Ricardo,
1. What type of subreports are the three inside the first section
subreport? Be sure these are either child or fixed. Also, if you are
creating a master-detail report, you will need to place the detail subreport…Hi Ricardo,
Section subreports are mainly meant to be used to combine multiple reports
into a single report. Below are a couple of options you can try.
1. Set the ShiftRelativeTo property of the section subreport to the…Hi Mark,
The new System Variable you have on your report will not show up until the
second, third, and so on, copies of the report are printed to the printer.
vtPageNoDesc will give you an output on your report like Page …