nicocizik
Comments
-
Hi Andrew,
ReportBuilder retrieves the names of the available bins (trays) from the
Windows API which in turn retrieves them from the printer driver it is
communicating with. The trays your customer is seeing are not provided… -
Hi Andrew,
Thanks for the clarification. In my testing with a HP LaserJet 5, I am able
to successfully select and print from a tray from the "properties" dialog.
Are you able to recreate this with any printer? What type of p… -
Hi Andrew,
I'm still unclear about how your users are selecting a bin to use. Are they
using the print dialog in ReportBuilder or selecting this as the default in
their windows printer settings.
--
Regards,Hi Andrew,
Are you setting the bin name in code or are your users setting this from the
print dialog?
When setting the bin name, you need to be sure you are using the exact name
the driver uses. The best way to be …Hi Sandra,
ReportBuilder 10.04 for Delphi 6 does not support TeeChart 7.07 because
every version of TeeChart after version 7.0 was compiled with D6 SP3. SP3
was small but did in fact cause periodic errors in some cases in
Hi Ian,
Take a look at the TreeView third party component on our web site at
http://www.digital-metaphors.com/download/report_component…Hi Luke,
This is a bug that was fixed for later versions of ReportBuilder. Since we
do not actively support RB 7.04 any more you will either need to upgrade
your version of ReportBuilder, create a custom previewer that solves…Hi Charles,
------------------------------------------------------------
Article: Controlling the End-User Environment
------------------------------------------------------------
If you are having difficulty getting …Hi Mark,
I'm unsure exactly how these events were fired for RB 5.56 however I can
tell you how they are fired now.
Inside the TppDetailBand.Init routine, various events of the TppBandEngine
(BeforePrint, AfterPrint,…Hi Mark,
In ReportBuilder 10.x, the TppBandEngine calls it's Generate routine which
in turn calls the AfterObjectGenerate routine near the end. This procedure
fires the TppBandEngine.AfterGenerateEvent event which is implemen…Hi Mark,
Which version of ReportBuilder are you upgrading from? For the most part
the band have not been drastically changed in recent versions of
ReportBuilder.
--
Regards,
Nico Cizik
Digital…Hi Eugenio,
Which version of ReportBuilder and Delphi are you using? Is the Draft 17 a
font that is installed in Windows? Are you able to recreate this behavior
using one of our demo applications located in the \RBuilder\Demo…Hi Eugenio,
Sorry, I'm unclear about what font you would like to use. Is the font of
certain text objects switching to Arial automatically for no reason?
--
Regards,
Nico Cizik
Digital Metaphors
Hi Ferruh,
Please send all attachments to support@digital-metaphors.com.
If possible re-send the example in .zip format to us (via email) and I'll
take a look at it for you.
--
Regards,
Nico Ci…Which event are you making the calculation? The DBCalc components are
working as designed and are not meant to be used in other calculations.
This is why it is best to only use TppVariables when making calculations on
your report.…Hi Nezir,
Which event are you making the calculation? My guess would be that if you
trace into your code and see the value of each DBCalc component, the value
will not be fully calculated yet. The DBCalc components are worki…Nezir,
Where are you making your calculation? When making calculations inside a
report, it is always best to strictly use the OnCalc event of a TppVariable.
It is also not recommended that you use DBCalc components in a calcu…Hi David,
Take a look at the following example of hiding the group header if it is an
orphan at the end of a page.
http://www.digita…Hi Everett,
The easiest way to do this would be to alter your query to only return the
clients that have a balance past due. Pre-processing your data in this way
would make the report work as is, without any extra code.
…Hello,
Report Archives are meant to be snapshots of actual generated reports.
These files can only be viewed using the ArchiveReader. There is no way to
insert an archive into an existing report.
One option would b…Hi Sangam,
Try toggling the visibility of the subreport if it does not have any data
associated with it. If this does not solve the problem, try also
disconnecting the datapipeline from the subreport. Don't forget to
r…Hi Sven,
By default, ReportBuilder removes any leading spaces from search values.
This is deeply embedded in the ReportBuilder source. The only way to change
this behavior would be to modify the TdaSQL.ResolveCriteria method.…Hi Charles,
Sorry for the delay in your previous response. I have been researching if
templates can be saved and loaded as CLOB fields. Unfortunately I have been
unsuccessful so far. It seems that as the (ASCII) template is…Hi Sven,
----------------------------------------------
Tech Tip: RAP: Checking for Null Data Values
----------------------------------------------
The DataPipeline.FieldObjects[] array property provides access to the…Hi Jesus,
Below is the example I created...
http://www.digital-metaphors.com/tips/CountGroups.zip
--
Regards,
Nico C…Hi Jesus,
In my testing, placing a TppVariable in the summary band of my report with
the timing set to calculate on Group Start of the group I was trying to
count gave the correct result. Where are you trying to place this va…Hi Red,
I'm unclear about how something could have a count of zero if it exists in
the table. Are you counting something different than just the number of
occurances of each "NO"? For instance, just that fact that I can see …Hi Charles,
Unfortunately there is no automatic way to alter the way these routines
access data. Thank you for the feedback, we will consider enhancing this
for a later release of ReportBuilder.
--
Regards,Hi Charles,
There is no automatic way to override how ReportBuilder gathers the field
information however we created the DADE plugin architecture so that you can
take control by altering them as you need (or by creating a comp…Hi Ricardo,
Take a look at the CrossTab demos located in the \RBuilder\Demos\2.
CrossTabs\.. directory. Demos 124 - 127 show how to add custom values using
the various crosstab events.
--
Regards,
…