nicocizik
Comments
-
Hi Carolyn,
Were you able to actually save the templates to an .rtm file? Are you only
receiving these errors when trying to open the templates from the Report
Designer at designtime? I am a bit unclear when you are seeing the… -
Hi Carolyn,
There are a few ways to edit your report if they are saved as blob data in a
database. The first would be to edit them on the fly at runtime using the
end-user solution (i.e.. Report Explorer, Report Designer). Th… -
I have sent a request to the NexusDB people for the required files and am
awaiting a reply.
--
-
Hi Stephan,
Be sure you have the Report.CachePages set to True. If possible, please
send a small example demonstrating this issue in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--… -
Hi Jane,
Check out the
news://news.digital-metaphors.com/digital-metaphors.public.reportbuilder.tech-tips
newsgroup. This newsgroup is filled with helpful articles on report
creation using ReportBuilder. There is a thread… -
Hi Giacomo,
Sorry, there is no way to change the image resolution in ReportBuilder, it
is set to the screen pixel resolution.
--
-
Hi Giacomo,
Be sure PhotoShop is saving the image using screen pixels. If information
for each pixel is beign saved for something smaller than a screen pixel, the
image will not look the same when loaded into ReportBuilder. Th… -
Hi Jane,
You are going to want to loop through the field names in your datapipeline,
then based on those names, you will want to create and position TppLabels in
the header band and TppDBTexts in the detail with the correspondin… -
Hi Jane,
How are you getting your data "on the fly"? ReportBuilder by default will
traverse your data automatically so there should be no need to loop through
the data again. Please provide a little more information on how you… -
---------------------------------------------------------------
Article: Resources for Learning ReportBuilder
---------------------------------------------------------------
1. Learning ReportBuilder is a complete learning syste… -
Hi Tony,
Be sure you have your library path pointing to the correct TeeChart Source.
Perhaps do a search on your hard drive for this file to confirm the correct
directory.
--
-
Hi Massimo,
The following example might help you.
http://www.digital-metaphors.com/tips/GroupFooterOnEveryPage.zip
--
Hi Massimo,
If you are making a sum in the Footer band with a dynamic height detail
band, this is a limitation of ReportBuilder. The only way around this
limitation is to either use a group footer rather than the page footer or…Hi Massimo,
You do not want to make calculations inside the DetailBandAfterPrint event
as this event fires many times for each traversal. Instead you will want to
place another variable inside your detail band and make the same…Hi Joanna,
Unfortunately there is no way to get the Template events to fire at design
time short of modifying the ReportBuilder source and rebuilding every
package. The method you are using to store information about the templa…Hi Bill,
Acutally, if you use DADE, there will be no need to use any TADODataSources
or TADOQueries because all this information will be created and stored in
the report template using the DADE archetecture. Even the connection…Hi Bill,
It sounds like you've inherited quite a project
. If you are interested
in using on TppReport obj…Hi,
Please e-mail the demo in .zip format to support@digital-metaphors.com and
I'll take a look at it for you.
--
The reason you are seeing a difference between the screen output and the
printer output is that you are processing information during report
generation. My suggestion would be to test different events available in RB
and try to get a…Hello,
You might try using the Report.BeforePrint event. If this still gives you
problems, you may have to make these changes before the call to Report.Print
is made.
Hello,
This behavior is usually caused by the processing of data or addition of
components during report generation. If possible, try moving the event
handler code below to a different event, or better yet find a way to process…Vinh,
I just tested the example you sent and when I print 3 copies, it prints a
unique caption for each copy telling me which copy is being printed. If you
take a look at the code, you will see that it is not doing anything too…Hi Vinh,
Check out the following example for a way to do this.
http://www.digital-metaphors.com/tips/UniqueCaptionForEachCopy.zipHi Harry,
Unfortunately there are a few dialogs not available at runtime from the
designer. The Parameter Editor is one of those dialogs. Thanks for the
suggestion, I will mark this down as a possible upgrade for the next
Caroline,
It would still be very helpful if you could tell me how your application is
set up (i.e. Database connection, Form components, runtime behavior etc..)
If possible, please send a small example demonstrating this behavi…Hi Caroline,
Are you receiving this error at design time or run time? Is this a report
on a form or are you loading a report template? How are you connecting to
your database? I have never seen this error before. Please prov…Frederic,
This issue has been fixed in the latest version of ReportBuilder. Please
upgrade to RB 7.03.
--
Arild,
Unfortunately, one of the limitations of the Designer is that you cannot
embed it inside another control. The main reason for this is the way our
toolbars communicate with the Windows API.
--
This is a multi-part message in MIME format.
William,
The reason the Band property of TppDrawCommand is a TComponent is probably
due to the fact that there was a circular reference of some sort when
developing this class. This should however not matter because a TppBand i…