nicocizik
Comments
-
Hi Paul,
Thanks for the suggestion.
--
-
Hi Don,
Where are you assigning the SQL statement if you are using DADE?
ReportBuilder supports proper TDataSet Pipeline descendents. You may need
to trace through the DADE plugin you are using to find the problem or
Hi Patrick,
Sorry, but there is no way to separate out an individual field from a single
dataset in ReportBuilder. When ReportBuilder accesses a dataset, it
traverses all the data at the same time one record at a time. I would…Hi Patrick,
The easiest would be to create a new dataset with the cash value and a
linking value that corresponds to your original dataset. This way you could
link the two and create a master-detail relationship so every time …Hi Magnus,
ReportBuilder does not support using two databases for the end-user
solution. The rb_folder and rb_item tables hold the folder structure and
BLOB template fields. These tables have to reside on the database that the…Hi Carlos,
Trond, is correct. Here is an article that may help.
------------------------------------------------------
Article: TroubleShooting: Report Prints Endless Pages
-------------------------------------------…Hi Rhonda,
Paul is correct, the reason the print dialog option is not changing is that
the setting in the template that you are loading is probably different than
the one you are after. As an alternative, I would try simply add…Hi Paul,
Make sure your data settings are correct and that your datasets and
connection name is the same that is defined in your templates. You can
check this by saving the template down in ASCII format and viewing the ADO
Hi Thomas,
Sorry, but it is not possible to change the height of a stretchable
component as they are already dynamic components inside a report. Please
create a simple example getting as close to the results you are looking for…Hi Mark,
I would suggest using either the OnEndPage or OnAfterPrint event in
ReportBuilder to send the keyboard sequence to the printer. The OnEndPage
event will fire after a page has been generated and the OnAfterPrint eventHi Yannis,
How are you traversing the Tree? In order for ReportBuilder to give you the
correct results, you need to have the data ordered accordingly as if it were
a TDataset or descendent.
--
Hi Paul,
This is possible to do by creating a draw command in code and placing it in
the page style where ever you would like. The link below gives a good
example of how this can be done. In the example I first create a
T…Hi Steve,
ReportBuilder will only traverse the data according to the way it is sorted
in your dataset. You will need to reorder your dataset to get the results
you need perhaps by creating a new dataset to handle the first fiel…Klaus,
Your best option would be to save all 10 of your reports to Report Templates
then in a separate blank report, load each template into a Section Style
subreport either manually or dynamically in code. Below are a coupleHi Rodger,
Try separating the NoData operations with editing the RichText. If you
perhaps edit the RichText before you do any NoData operations you should not
have any problems.
--
Hi Rodger,
The reason you are probably have trouble scanning/editing your RichText is
that you are using a TppDBRichText component. The DBRichText component is
accessed and refreshed from the database numerous times during Repo…Hi Sanjay,
Try using the OnDrawCommandClick event of a RB component to enable the
clicking of an report object. Then inside the event, you could perhaps use
Indy to connect to the Internet and load a web page to a browser.
Hi Joe,
Try testing with a trial version of ReportBuilder 7.02 for Delphi 5. Be
sure to backup any templates you load before converting them to the RB 7
format. If this does not help, please send an example demostrating the
Hi Ariel,
Tabs should only be used in TppMemo and TppRichText components. Tab
characters can be entered into a TppMemo manually in the Report Designer
only by right clicking over the Memo object and selecting the "Lines"
o…Hi Laercio,
Yes there many methods and properties you can use to create and populate a
DataDictionary at run time. Please see the ReportBuilder Help on
TppDataDictionary for a list of all methods available. Below is a small
Hi Jaime,
Are you still receiving an error after you add daDataModule to your uses
clause? Try loading the template into a report object at design time and
clicking through the Data and Calc tabs to be sure that ReportBuilder a…Hi Jaime,
Hmmm. these should be added automatically if you clicked on the Data or Code
tabs in the Report Designer. Was this template created with any DADE or RAP
code? Try adding daDataModule to your "uses" clause.
Try adding raCodMod to your uses clause.
--
Hi Zoran,
Below is an example that may get you on the right track. This demo
calculates the space needed to fit all report components on one page. If
there is any overflow, the font of each object is then reduced by one. You<…Hi Vinnie,
An Autosearch field is converted to a give data type in the
TppAutoSearchField.FormatValue function located in the ppASField.pas file.
You could change this source as well to save down the string entered by the
u…Vinnie,
By changing the ValidateValue routine, you will only be affecting the
Warning Message.
--
Hi Vinnie,
You will need to change the ReportBuilder source to do this. Since you are
using this feature at run-time, you should be able to get away with changing
the source without having to rebuild all the ReportBuilder packa…Hi Marc,
DADE and RAP are features of ReportBuilder that are included with the
Professional (DADE) and Enterprise (DADE and RAP) editions. If you would
like your users to be completely independent, I would suggest you download …Marc,
The ppVariable component can be accessed from the Standard Toolbar in the
Report Designer. Make sure that this toolbar is visible by right clicking
anywhere on the top panel and selecting the Standard Toobar option.
…
-----------------------------------------------------
Article: Why Preview may not Match Printed Output
-----------------------------------------------------
ReportBuilder uses the Printer device context to perform all cal…