nicocizik
Comments
-
Calvin,
Make sure the TppDataPipeline.SkipWhenNoRecords property is set to false on
the Detail - Detail pipeline. This should fix the issue you are having.
--
-
Hi Oliver,
Thank you for reporting this bug. We were able to reproduce the error and
will work on fixing it for a future release. As for now, try to avoid
deleting report components while the left mouse button is down.
Conrad,
The TppPreview plugin is created in the Report Designer code as an embedded
object. If you would like to assign event handlers to it, you would have to
modify the TppDesigner source. One precaution to note: once you al…Conrad,
I'm very sorry, I was under the impression you were not trying to do this in
the designer preview. You will need to create a descendant to TppPreview
and use that to create your controls and event code. The preview for…Hi Conrad,
You can try using the event handlers in the custom preview form you created.
If you would not like to do that, you can access those events from your main
form unit by using the Report.PreviewFormCreate event and using…Conrad,
You will need ReportBuilder 7.02 to run this demo. You can download a trial
version from our web site at http://www.digital-metaphors.com. If you do
not wan…Here is an example of creating a custom preview. You'll have to implement
the new toolbar creation logic in your descendent.
http://www.digital-…Conrad,
You will need to create a descendent of the TppPreview class and make the
your specific changes using panels and buttons. Follow the link below for
an example to get you on the right track.
in Print Preview Comment by nicocizik April 2003Brian,
After you create a line, you can use the pull-down menu at the top left of
the Report Designer window to align it top, left, right, or bottom. Align
left or right to make the line appear verticle.
--
Chris,
Below is a link to an example that may help you with this problem.
http://www.digital-metaphors.com/tips/DetailForOrphanedGr…Charles,
Below is a link to an example showing how to create a custom report explorer
able to catch the ETemplateLoadError. It is meant to be used with the
end-user demo located in the \RBuilder\Demos\3. EndUser\1. Report Explo…Charles,
Try running our demo app on his machine and see if the problem still occurs.
There may have been some data corruption in the transfer of your file. If
this does not help, please send an example of the code to
supp…James,
Instead of using the BeforePrint event in RAP, try using the GlobalOnCreate
event. This is the first event that fires after the Autosearch events occur
and would probably work best for you in this situation.
-…James,
Sorry about the misunderstanding, here is an example which adds new search
criteria and also includes a method that shows how to change it.
in Parameters for User specific reports Comment by nicocizik April 2003Hi James,
You don't have to show the autosearch dialog to use the autosearch feature.
Please re-examine the end user autosearch demo in the \RBuilder\Demos\5.
AutoSearch\7. Create EndUser AutoSearch Fields AutoSearch... directo…James,
It is possible to use RAP to access a value in your main application such as
'CurrentUser.ID' by using a RAP Pass-thru function. Then you could filter
the dataset by applying this value to the AutoSearch field value and …James,
The best way to approach this problem would be to use the Autosearch feature
in ReportBuilder without the dialog. Check out the End-User AutoSearch demo
located in the \RBuilder\Demos\5. AutoSearch\7. Create EndUser Auto…Isaac,
There is a way to accomplish this using RAP. Below is an example of how you
can keep track of a running total in RAP.
http://www.…Isaac,
Below is a link to an example that shows how you should go about printing
the subreport total in the summary band of the main report.
Gerardo,
You will not want to rebuild any packages. This will only be a run-time
feature so you will only have to change the ReportBuilder source and rebuild
your project with the \RBuilder\Source\... directory in your library …Gerardo,
By default, ReportBuilder removes any leading spaces from field names. This
is deeply embedded in the ReportBuilder source. The only way to change this
behavior would be to modify the TdaSQL.ResolveCriteria method. I…Isaac,
Yes, this issue was addressed and fixed in ReportBuilder 7 and should work
for you in the latest version.
--
Isaac,
I did not see which version of ReportBuilder you are using. If you haven't
already, try downloading the trial version of ReportBuilder 7.02 and see if
your results change. If this does not help, please send a small work…Bhoj,
When are you creating these lines? Be sure that you are creating them
before the call to Report.Print. Below is a link to an example of creating
a report dynamically.
in Lines in Print Comment by nicocizik April 2003Martin,
Sorry but the ability to zoom in the Report Designer is not available. We
will keep it in mind for future enhancements or ReportBuilder.
--
Isaac,
If you would like to use any methods that are not already native to RAP, you
will need to create a RAP Passthru function to support it. The GetSQLObject
procedure as well as the properties and methods in TdaSQL will requ…David,
You should be able to use the example below to create something similar in
RAP. If there is anything that won't compile in RAP, you will need to
create a passthru function to handle it. Examples or RAP passthru function…Check out the example below. It shows how to calculate percentages based on
report totals.
http://www.digital-metaphors.com/tips/PercentageOfG…Tyrone,
The reason the barcodes are printing slowly is probably due to the printer
you are using. There were some issues with the print speed of barcodes in
previous versions of ReportBuilder, but they have all been addressed i…Tyrone,
Which version of ReportBuilder are you using? Try printing to a different
printer and see if you get the same results.
--