nicocizik
Comments
-
Send an email to info@digital-metaphors.com with your serial number and
purchasing email address for upgrade information.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Fillipe,
If you would like to start traversing data at a given point, you will need
to do so in SQL code inside your datset before RB access it. If you would
like to skip to the specific column and then start printing, tak…Hi,
Try just setting TppLabel_Titile.Band := ppHeaderBand1
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
…This is a multi-part message in MIME format.
Hi Colin,
Usually this behavior means there is something overflowing outside the
boundaries of the page and the engine is getting confused. Be sure all your
components and bands are within the page boundaries. If this is a s…Hi,
This can be done using subreports. Simply place two subrepots, side by side
in the detail band of your main report and connect each subreport to their
respective datasets.
--
Regards,
Nico Cizi…Hi Stefano,
If your customer has full end-user design capabilities, he/she could select
Help | About from the menu and check the ReportBuilder version. Text Search
was added for RB 7.01. If this is not available for your cus…Did you remove the existing entry for \RBuilder\Lib ? Try doing a full
rebuild of your application.
--
Regards,
Nico Cizik
Digital Metaphors
http:…Hi Etienne,
Yes, if you have the source files in your library path.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphor…Hi Etienne,
Be sure you have you library path pointing toward the \RBuilder\Source\...
directory in order to debug the ReportBuilder source.
We do not recommend rebuilding the RB packages, a list of all necessary
pa…Hi,
You can access the parameters you've created using the Report.Parameters
property. See the topic inside the ReportBuilder help and take a look at
the following example.
in Parameters... Comment by nicocizik December 2005Hi Bruce,
Adam is correct. Either that or a memo object with a letter on each line
would also work.
--
Regards,
Nico Cizik
Digital Metaphors
in Vertical static text label Comment by nicocizik December 2005Hi Peter,
It is possible to merge multiple reports together using section style
subreports. If you have multiple templates, you can dynamically create
these subreports and place them into the empty detail band of your mainHi Adam,
Unfortunately some printers do not handle brush patterns very gracefully.
Be sure you are using the latest driver for the printers with the problem.
--
Regards,
Nico Cizik
Digital Metaphors<…Hi Pat,
The TppImage object itself does not have a LoadFromFile routine. There is
however a LoadFromFile routine available on the Picture property of the
TppImage which is a Delphi TPicture object. According to the help topi…Hi Guney,
I'm a bit unclear about what you would like to accomplish. Would you like
to keep a running sum of each column on a page throughout the entire report?
If so, this is possible using TppVariables inside the column foo…Hi Vincenzo,
ReportBuilder tries to exucute a number of external scripts to merge its
help files into Borlands Help 2 namespace. Take a look at the following
article on troubleshooting this process.
ARTICLE: Report…Hi,
Take a look at the autosearch demos located in the \RBuilder\Demos\5.
AutoSearch\ directory. This shows how to give your users a dialog in which
to filter the data displayed. You can then use a DBCalc or TppVariable with…Hi Eric,
1 is a Report template file (.rtm).
2 is a Code template file or RAP template (.ctm).
3 is a Data template file or DADE template (.dtm).
--
Regards,
Nico Cizik
Digital Metaphors
Hi Peter,
This is now a known issue and we do not have any experience with the iButton
control. The fact that it is working on another customer's machine leads me
to believe that this may have something to do with the setup o…Hi Tyler,
This issue was addressed for versions of ReportBuilder after 7.04.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metap…Hi Mike,
Are you able to recreate this at runtime using the end-user designer? If
possible, please describe the exact steps I can take (designtime or runtime)
to recreate the issue on my machine.
--
Regards,<…Hi Carlos,
There have been hundreds of fixes and enhancements made since RB 6 was
released. I posted the enhancements for RB 9 below. A couple features that
stand out are Undo/Redo support in the designer and built-in PDF ex…Hi Rico,
Below is the SQL code we use to create the RB_ITEM table. The TEMPLATE
field is a BLOB type.
CREATE TABLE RB_ITEM (
ITEM_ID NUMBER(6, 0) DEFAULT 0 ,
FOLDER_ID NUMBER(6, 0) DEFAULT 0,
I…Hi Bart,
Which version of ReportBuilder are you using? Are you able to recreate this
issue using the crosstab demos located in the \RBuilder\Demos\2.
CrossTabs\... directory. If possible, please send a small example
de…Hi Rob,
Sorry about that, I didn't look at the example, only fixed the link
.
After taking a look it seem…Hi Rob,
The link should work correctly now. Sorry for the inconvenience.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphor…Hi,
Where are you executing the code below? If possible, please send a small
example I can run on my machine in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--
Regards,
Hi Richard,
If possible, please provide me with exact steps I can take to recreate this
issue on my machine or send a small example I can run in .zip format to
support@digital-metaphors.com.
ReportBuilder 9 is only …