nicocizik
Comments
-
Hi Enrico,
Take a look at the RAP demos located in the \Demos\0. RAP\1. Main\...
directory. There are numerous examples available on how to load custom
dialogs from RAP. Note that the dialog will need to be created in Delphi… -
Hi Carlos,
My first suggestion would be to track the MAPI error using the method in the
following article. Note that we have had users in the past that have
experienced issues getting Thunderbird to work with the simple MAPI … -
Hi Jeff,
ReportBuilder does not contain any logic that automatically sets the printer
to print in black and white (unless by some chance you are manually setting
the TppPrinter.CanGrayScale property to False). Have your user … -
Hi Jeff,
Are all text components showing black? Are you able to recreate this with a
simple example (Report on a form with a button)? Are you able to
successfully print to another printer?
--
Regards,
<… -
Hi Luis,
Thank you for pointing this out. This issue will be fixed for the next
minor release of ReportBuilder. Note that this functionality should work
correctly with non-collated printed copies.
--
Regards… -
Hi Mark,
Thanks for the example.
The Viewer.ZoomPercentage is not meant to be updated when the
PreviewFormSettings.ZoomSetting is anything other than zsPercentage. This
is why on an initial load, the ZoomPercentage… -
Hi Mark,
If possible, please send the example with the changes you've made
demonstrating this behavior to support@digital-metaphors.com in .zip format
and I'll take a look at it for you.
--
Regards,
Hi Mark,
The RBTeePackageBuilder application is designed to make the installation of
the RB/TeeChart packages easier. It looks in your registry for the
installation location of the version of TeeChart you are using. Typicall…Hi Dario,
Try keeping track of the Group.BreakValue each time the GroupHeaderBand
prints and compare it to the previous value. If the value is the same, that
means you are still in the same group, different page and can alter…Hi Antony,
The fact that this runs correctly on so many other machines and fails on a
single one implies that it is a machine issue. How much free memory does
the affected machine have available? Does this happen with every …Hi Roman,
Thanks for the information. We are currently looking into a solution for
this issue and will post here when one is found. Thanks for you patience
and support.
--
Regards,
Nico Cizik
Hello,
Upon further research, the outline is not designed to be manually collapsed
upon load. This is something we will consider enhancing for a later
release.
The main issue is that we do not have an event that fi…Hi Philip,
We made a few changes to the PDF device for 11.05 however nothing I see that
should cause an "out of memory" error. We did not change the Archive device
at all. If possible, please send an example that demonstrate…Hi Philip,
Do your users get this error primarily when exporting to PDF or Archive
files? It is possible that the application may be leaking resources or
memory. Have you tried running it through a memory manager like FastMM…Hi Filip,
If I understand the rafMerger utility correctly, once the archive files are
merged, there is no distinction between the two. Perhaps you can use the
OnReceivePage event to take a look through the drawcommands and us…Hi Filip,
There is no simple way to simply add a drawcommand to an archive file
without doing it at runtime while the device is receiving pages. Would it
be possible to add the drawcommands when you are printing the 3rd (merg…Hi Jeremy,
The ArchiveReader gets the ArchivePageCount information from the header of
the Archive file. Take a look at TppCustomArchiveReader.ReadHeader for how
this is done and how you might access the information yourself. …Hi Jeremy,
I have not seen your code but it seems the ArchiveReader is not properly
loading the separate archive files each time it prints. Be sure that the
correct archive file is indeed being loaded each time you make a cal…Hi Ricardo,
Take a look at the following article.
http://www.digital-metaphors.com/rbWiki/Output/Preview/Hide_Pr…Hi Mike,
I'm a bit unclear about what conditions are needed to recreate this error.
Which version of IBO are you using?
At what point do you receive the error? You mention that the BLOB field is
the cause of t…Hi Mike,
This is not a known issue. Are you able to run any of the ReportBuilder
Demos included with the product? Are you getting this issue with a certain
type of report or with every report you attempt to create?
Hi Erich,
When no bookmark is set, the pipeline will traverse the dataset in its
entirety by design. Perhaps if the while loop below finishes without
setting a valid bookmark, you could simply disconnect the pipeline from the…Hi Bharathi,
For future reference, please use your name when posting to these newsgroups
in the "From" field.
For Code 39 barcodes you can adjust the bar ratio to "shrink" the size of
the barcode and still have it r…Hi Fellipe,
If you would like you can send a simple example in .zip format to
support@digital-metaphors.com and I'll take a look at the issue.
Have you considered simply setting your group to start on a new page?
Se…Hi Fellipe,
No example needed. Simply create a new report, place a subreport inside the
detail band and set it to Fixed style. Then stretch the control to
approximately the size of the page.
Now the subreport will…Hi Fellipe,
I'm sorry but I believe our news server deleted your latest post. Please
repost your response when you get a chance.
Thanks,
--
Regards,
Nico Cizik
Digital Metaphors
Hi Fellipe,
By design a child subreport will take as much space as it needs to print the
components inside. One option is to manually extend the vertical size of
the subreport by placing a static object inside one of the band…Hi Tolga,
Mouse wheel support for the previewer was added for RB 7.04. Are you
certain the preview window has focus when using the mouse wheel? I suggest
upgrading your version of ReportBuilder to 10.09 and retesting. This …Hi Jeff,
The RBTeePackageBuilder application looks in your registry for the version
of TeeChart you have installed by checking the name of the package installed
into the IDE. Are you certain TeeChart is properly installed int…Hi Andrew,
By design, if ReportBuilder cannot find the printer saved down, it will us
the Windows default printer. You can access the currently installed
printers list using the Report.PrinterSetup.PrinterNames property.