nicocizik
Comments
-
Hi Jozua,
Ok, sorry after further research it seems that the final place this value is
set to "New Report" is in the TppReportExplorer.ReportCreateDialogEvent.
There is currently not good event to use when a label (or any othe… -
H Jozua,
Try setting the Report.Template.DataBaseSettings.Name property to the file
name you want inside the TppDesigner.Show event. This will change the
default name a new report is saved however you will then need to click … -
Hi Phil,
This is currently not a feature of the ReportBuilder outline however thanks
for the feedback . We take all customer feedback into account when deciding
on enhancements for the next ReportBuilder release.
-… -
Hi Kevin,
What type of application are you running? Are you using the end-user
solution? Are you loading templates?
The error indicates that the report you are trying to view cannot find the
pipeline named "pipeBl… -
Hi Kristof,
Since you are trying to keep a sum outside the actual subreport, you will
need to use two TppVariables rather than a DBCalc component. A sum can
easily be calculated by placing one TppVariable in the DetailBand of… -
Hi,
If possible, please send a small example using the DBDEMOS database that
demonstrates this behavior in .zip format to support@digital-metaphors.com
and I'll take a look at it for you.
--
Regards,
Hi K,
ReportBuilder was not designed to handle dynamic data during the generation
process. This tends to confuse the report engine and give adverse output.
RB definitely handles itself better when all data processing is done …Hi Weverton,
Please send a small example of this I can run on my machine in .zip format
to support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digital Metaphors
in Problems with ppDBCalc Comment by nicocizik August 2005Hi Weverton,
Which version of ReportBuilder are you using? This issue was addressed for
ReportBuilder 9.02.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Martha,
1. Try checking the TppGroupFooterBand.OverFlow property. This will
indicate that a stretchable component within the band has run out of space.
If this property is true, you can set the visibility of the pagebreak …Hi Michael,
If it's possible to create a simple example of the behavior, I can try to
recreate it on my machine. Please send the simple example in .zip format to
support@digital-metaphors.com.
--
Regards,
Hi Michael,
If your sure the table name is correct and you are not using the
DataDictionary, the only other thing that could be causing this error is
that for some reason, ReportBuilder is unable to access your database.
Hi Michael,
For future reference, please send all attachments to
support@digital-metaphors.com.
This error indicates that DADE cannot find the given table name in your
database. Be sure the table name is correct. …Hi Arturo,
You can place a TppPageBreak component inside the detail band after the
detail information. This will cause the page to break after every detail
band is printed.
--
Regards,
Nico CizikHi Dietmar,
The Tips directory was originally added to allow users of the news groups to
download examples created specifically for their problem. For this reason,
many of the examples stored in there are not in working order…Hi Jorge,
Take a look at the following example...
http://www.digital-metaphors.com/tips/LaunchReportWizardInCode.zip
-- …Hi Jeff,
If you place all the objects in your detail band into a TppRegion object,
then set the TppRegion to KeepTogether, the detail band will essentially
stay together across page breaks.
--
Regards,
Hi Riga,
Changing the Document Security settings is currently not a feature of the
ReportBuilder PDF Device. Thanks for the feedback. We will research adding
this for a later release of ReportBuilder.
--
Reg…Hi Weverton,
Take a look at the following tech tip on determining if the report was
printed to the printer or not. If you need to determine which device the
report was printed to you can use the TppReport.DeviceType property.…Hi Fita,
The DBCalc components were not designed to be used in separate calculations
on a report. I would recommend strictly using TppVariables for this. For
instance...
1. Place a TppVariable inside your detail …Hi Carlos,
It seems the date on your computer is off. Please update this so your posts
appear at the top of the newsgroup list.
Usually when the previewed output does not match the printed ouput it is due
to some e…Hi Carlos,
Thanks for changing your date. This question was answered in your previous
post as well.
Usually when the previewed output does not match the printed ouput it is due
to some event code that is firing twi…Hi,
Try placing a DBCalc component inside the group footer set to calculate the
sum of the "Repaired" field. Then set the ResetGroup property of the DBCalc
component to the proper group.
--
Regards,
Hi Dietmar,
Sorry but there is no feature built in to ReportBuilder to create a
"Component Template" like in Delphi. There are however two options for you
that RB can provide.
1. Create the region once, then every…Hi Dietmar,
Are you looking to remove the border from the designer window (i.e. the
design tab)? This is strictly for reference purposes and should not show up
in the previewed or printed reports. There unfortunately is no f…Hi Martin,
You will need to create a custom preview plugin that exposes the OnKeyDown
event in order to accomplish this. Below is a snip of code and an article
on creating a preview plugin..
-----------------------…Hi Fellipe,
You need to set the SkipWhenNoRecords property of the detail pipeline
(Payments pipeline) to False.
--
Regards,
Nico Cizik
Digital Metaphors
in Help to use Sub-Report Comment by nicocizik August 2005Tony,
I sincerely apologize if you felt my previous response (or any other
response) contained any tone other than an informative one. I was simply
informing you the reason we made the design decision we did and offering my <…Hi Tony,
A Null record contains an undefined value which we decided to display as an
empty string when designing ReportBuilder. Since "0" is a defined numeric
value, it did not make sense to display nulls as "0" or even give …Hi Toby,
In my testing with our demo application and SQL Server I was not able to
create the behavior your describe when deleting reports from the report
explorer using RB 9.02. Are these reports very large? Do they each con…