nicocizik
Comments
-
Hi Andy,
When altering or adding search criteria to a QueryDataView, I recommend
taking a look at the TdaSQLBuilder object, added for RB 9.x and higher.
This gives you an easy way to create and customize the SQL object with a … -
Hi Charles,
ReportBuilder currently does not allow grouping by an expression or
calculated field. This is due to the fact that some databases do not allow
it. It has come to our attention recently that most DB's these days d… -
Hi Gilbert,
As a test, remove all DB connections from the report and replace your
DBPipeline with a JITPipeline set to contain 3000 records. If this still
takes 1 second per page, please send this in .zip format to
supp… -
Hi Gilbert,
Is this report accessing data? If so, try printing the report with just the
grid and nothing else. For a reference, a simple report containing no DB
aware components or large images should not take anywhere near … -
Hi Andrew,
Below is an article that gives some tips on printing to a dot-matrix
printer.
-----------------------------------------------
Article: Printing to Dot Matrix Printers
---------------------------------… -
Hi Graham,
Take a look at the following article. The Learning ReportBuilder app is a
great resource for new users of ReportBuilder.
-----------------------------------------
Article: End-User Tech Support
-----… -
Hi Graham,
Are you using a registered version of ReportBuilder and Delphi or is this an
application that has ReportBuilder built in?
We have numerous examples (\RBuilder\Demos\... directory) that show how to
c… -
Hi Jose,
Depending on when you would like to give your users the ability to select
which field they would like to display, you could manually assign the
DBText.DataField property before the report prints (either before you mak… -
Hi Charles,
ReportBuilder will function the same for Delphi 6, 7, 2005, and 2006. If
you are a fan of the older IDE, I would recommend using Delphi 7. If you
would like to use the latest IDE and latest features of Delphi, I … -
Hi Charles,
Sorry, I missunderstood your initial post.
You can use the Join dialog in DADE to create joins in SQL. In the query
designer, simply add two tables in the tables tab and the join dialog will
pop up.
Hi Charles,
Both JPEGs and GIFs are natively supported by the image component. You will
need to add ppJPEG or ppGIF to your uses clause in order to view these types
of images. Other image types are also available. See the a…Hi Jeff,
This is most likely a printer driver issue. ReportBuilder does not
communicate directly with the printer driver, it uses generic windows API
calls which then send their own commands to the printer driver. All these …Hi Fellipe,
It is possible to use the TppSubreport.Visibile property to toggle the
visibility of that subreport. Setting visible to False will prevent the
subreport from printing. As far as ordering the subreports... subrepo…Hi Pete,
One option is to create two preview plugins, one with the design button
added and one without. Then based on the user privileges, you can register
the proper plugin.
--
Regards,
Nico Cizik…Hi Pete,
The best way to replace the preview form with the newer versions of RB is to
use a PreviewPlugin. Take a look at the article below on how this can be
done.
I'm still unclear about what is happening. If yo…Hi Pete,
In my testing with RB 10.04 and Delphi 6 I am unable to recreate the
behavior you describe below. Here are the steps I'm taking.
1. Open and run the Report Explorer demo.
2. Create a new report.
3. …Hi Pete,
Which version of ReportBuilder/Delphi are you using? There may be a patch
that will fix this issue.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Rafick,
Instead of calling the Band.AddObject routine, you need to set the
TppLabel.Band property. This will add the component to the proper band.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Minhchau,
Try calling Viewer.Reset to clear out the report currently displayed.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital…Hi CK,
I would recommend two options.
1. Try placing two subreports side by side, each one connected to a
separate dataset. These subreports will traverse the data of each dataset
independently.
2. If …Hi Jeff,
Try disconnecting the dataset from the report or moving the crosstab out of
the detail band. If the crosstab for instance is inside the detail band, it
will be repeated for each record in the dataset that the report …Hi Everett,
The Ord function is not currently supported by RAP. In order to use this
function, you will need to create a RAP pass thru function. There is
complete documentation of how to create a pass thru function in theHi Gary,
Thanks for the information. We will change this back for the next release
of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
in RB 10.04 Help File Comment by nicocizik October 2006Hi Gary,
In my testing the help menu option is working as designed. At Delphi design
time, selecting the Help | Help option is meant to bring up the Delph help.
At runtime, making this selection brings up the RBuilder.hlp fil…Hi Fillipe,
Setting the subreport style to Section will ensure it prints on its own new
page. You can also use the TppPageBreak component to automatically break a
page anywhere you would like inside a report.
--Hi Michael,
The speed of PDF generation can depend on many items such as report size,
compression ratio, and number of images or rtf's contained on each page. I
have not extensively tested the RB PDF device along side Waler's…Hi Mike,
Yes, there are numerous ways to allow a user to provide input from within a
report. (AutoSearch, RAP, DrawCommandClick, etc.) Let me know exactly are
you trying to accomplish with your application and I can give you…Hi MCMF,
ReportBuilder does not have any built-in features to save and load .rtm
files from .res files. It is my understanding that a .rc file is just a
text file containing information of some sort. It is definitely possibl…Hi Imam,
Have you tried upgrading to RB 7.04 and testing with that?
As a simple test, try loading the image in a simple Delphi application that
does not include ReportBuilder. Are you able to get the correct output?
Hi Imam,
1. I highly recommend updating your version of ReportBuilder to RB 7.04 for
Delphi 5. This is a free upgrade and could solve the problem. Contact
info@digital-metaphors.com for more information.
2. Be s…