nicocizik
Comments
-
Hi Jeroen,
Our built-in HTML device relies heavily on the div tag to position
report components properly. Unfortunately Outlook no longer supports
the div tag inside the email window.
It is on our todo list to rese… -
Hi Jeff,
The Indy plugin only connects to your SMTP server so it has no control
over your pop or imap account (folders, etc.)
I believe MAPI does have the ability to manipulate mailboxes and folders
in Outlook howev… -
Hi Andrea,
The ReportBuilder PDF export currently supports PDF and PDF/A-1a
subsets. Thank you for the suggestion. We will consider adding PDF/X
support for a later release of ReportBuilder.
-
Hi Kamran,
ReportBuilder does not currently have a built-in calendar control.
One option is to use a TeeChart (which is supported by RB). The pro
version of TeeChart includes a calendar series option which can be
p… -
Thanks Ed,
No problem, there is definitely no rush at all.
-
Hi Ed,
Thank you, yes I would be interested in getting the example from you and
creating an article in our Wiki so others can utilize the information.
Please send the example to support@digital-metaphors.com.
T… -
Hi Adam,
It is not possible to change the duplex setting while generating for
most printers. Some customers have had luck doing so in the OnStartPage
event by altering the Report.Engine.Page.PrinterSetup.Duplex property.
Hi John,
Are all charts blank or just this one in this particular report? Are
you printing this chart as a bitmap rather than metafile using the
PrintMethod property? If so, there may be a patch available that will
sol…Hi Will,
Please create a simple example (with nested subreports) that I can run
here and demonstrates the error and send it in .zip format to
support@digital-metaphors.com.
Hi William,
Range check error can occasionally be difficult to track down. If you
are able to recreate the error reliably with a certain report, I suggest
starting my minimizing the report to try to isolate what is causing th…Hi Michael,
Inside the OnGetText event of the DBText control you will want to
measure the text (using the Canvas.TextWidth routine) and compare it to
the width of the control itself. If the text is larger than the
contr…Hi Paul,
This is not a known issue. Looking at the call stack it appears that
perhaps the pipeline for the field chosen is invalid or not present. I
would need to see an example of this in order to understand exactly whatHi Michael,
Which version of ReportBuilder are you currently using?
There were certain cases where the report design could cause endless
pages however most of those cases have been addressed for the latest
version o…Hi Steve,
I apologize, try using the PrintPosRect property of the report engine
rather than the band.
Report.Engine.PrintPosRect
Hi Steve,
One option would be to manually add lower level drawcommands to the page
rather than components. Drawcommands are positioned in page coordinates
in microns so some conversion will need to be done to position themHi Steve,
The BeforeGenerate is likely too late to add components to a band. Try
using an earlier event such as the BeforePrint or StartPage of the report.
Yes, this would be a replacement. If you are using Autosearch and
Parameters, you would currently need to perhaps create your own
"Parameters" dialog and display it before printing the report.
Hi Paul,
Thanks for the feedback. Currently the Report Parameters utilize the
AutoSearch dialog in order to allow users to update their values. It is
possible to use this feature without data to allow users to update
p…Hi Paul,
Unfortunately I'm going to need an example in order to track this issue
down. Perhaps you can use the following example as a starting point to
recreate it.
in Errors from embedded Designer when switching to other embedded forms in our application Comment by nicocizik July 2014Hi Paul,
This is not a known issue. How are you toggling between embedded
controls? Please create a simple example demonstrating this behavior
and send it in .zip format to support@digital-metaphors.com and we will
tak…Hi Diego,
Take a look at the following article/example. It shows how to refresh a
report (from the preview) after clicking a drawcommand. You could
possibly use the same technique, perhaps with a TTimer, to refresh the
Hi Alessandra,
One option is to use a TppRichText component rather than a TppMemo.
Using the various RichText properties and routines, you can easily
manipulate sections of text within a single control. See the SelText,
Hi Paul,
Unfortunately an archive will not give me the information needed to
track down an issue like this one. An archive is a snapshot of the
report output (similar to a PDF). This will show me that the output is
inc…Hi Paul,
This is not a known issue. Please understand that we are going to need
an example that recreates this behavior to have any chance of tracking
down the issue. Otherwise we are simply shooting in the dark looking
Hi Steve,
The Crosstab renders as the data is traversed so it would not be
possible to "hide" certain dimension values after the data has been
accessed.
You can set your dimension value to Skip When Null in order to…Hi Steve,
The crosstab component will independently traverse the entire dataset it
is connected to. In order to split a single crosstab into separate
groups, you will need to set up a master-detail relationship with your
Hi Bernhard,
ReportBuilder pipelines do not differentiate between TDataset
descendents. The DataPipeline makes generic calls to various TDataset
routines to access the data regardless which type (NexusDB,
TClientDataset…Hi Paul,
Thanks for the information. Using the End-User demo I was able to
recreate the issue. This is something that has likely been happening
since the beginning due to the fact that it is simply how modal forms
beha…Hi Paul,
Which RAP event is the error occurring? In a simple test I created an
AutoSearch report and purposely added some RAP code that accessed an
invalid object to various events (BeforePrint, AfterPrint,
BeforeAutoSe…Hi Murilo,
Thanks for the example however it is much different than the code you
posted
.
The issue…