nicocizik
Comments
-
Hi Patrick,
Sorry, this is a limitation of the TppRichText component in ReportBuilder.
If you would like to format the highlight color of the rich text, you will
need to use a third party rich text tool such as InfoPower or WPTo… -
Hi Ben,
Unfortunately, there is no way to prevent a user from editing certain
components in the Report Designer. One idea that you might try would be to
keep a generic template with your fixed data present, and have this templa… -
Hi Jonathan,
Sorry, there is no way to access multiple datasets from a single richtext
component. You will need to join the datasets into a single dataset to
access all the data you need to display.
--
-
Hi Peter,
After further testing I was able to see the file locking problem. A
datapipeline is not closed when the report is, although sometimes it
probably should be, we leave it up to the developer. As you said below,
th… -
Hi Peter,
I tested this with the latest version of ReportBuilder... Version 7.03 and
the initial file was released when I changed the filename of associated with
the TextPipeline. Be sure you are using the latest version of
Hi Alex,
The CachePages property works as designed in ReportBuilder 7. One item to
keep in mind is that the report pages are not being cached untill they are
inititally viewed for the first time. For instance, if you view page…Hi Michael,
In my testing, I am unable to recreate this issue. The group footer should
completely move to the next page when there is not enough room on a page.
As a test, try disconnecting all your event hanlders and see if th…Hi Manmit,
In my testing, it does not appear this is the case. How is your report set
up? If you are using two variables to calculate a value, be sure both
variables are set to reset at the start of the group. If possible, pl…Hi Larry,
Check out the following example on how to align the summary to the bottom of
a page.
http://www.digital-metaphors.com/tips/A…Hi Larry,
What else do you have in your summary band besides the Region? If there is
a stretchable component above the region, you can set the Region's
ShiftRelativeTo property to shift with that component, then being sure ther…Hi Mike,
Since ReportBuilder does not support nested regions, you will need to place
a Fixed or Child type subreport inside your group footer and move the
regions inside the subreport. Then you can set the KeepTogether property…Hello,
Though there were many changes between the two versions of ReportBuilder,
most of your current reports should run in RB 6.03 without any issues. Be
sure you back up the original .rtm files as they will be automaticallyHi Larry,
I strongly recommend that you do not use filtering with your datasets. If
you use filtering with a report, ReportBuilder will need to access your
datasets after every traversal, extremely slowing down performance. Yo…Hi Larry,
I am a bit unclear how you are linking your datasets? Are you filtering the
datasets and linking the datapipelines? It is never a good idea to filter
the dataset as the report traverses the data. Also, be sure you a…Hi Massimo,
Printing to Dot Matrix printers is very tricky and printer specific. Be
sure you are using the latest driver for your printer. Also, you may want
to check out the Dot Matrix device included with TExtraDevices. I b…Hi Rhonda,
Once a table is opened in your database, ie. when you load a template with
dataviews, it will remain open, even if you close the report, and change
templates. To work around this issue, try calling Report.FreeModules…Hi Rhonda,
Are you able to recreate this issue just using ReportBuilder, without any of
your code? If so, please provide the exact steps you took to get the error.
As a quick test I placed two report components on a form and pr…Hi Jerrel,
We have never seen this behavior before. Make sure you are using the latest
printer driver for the printer you are using. Also, if this is a rather
large report, you can try turning the Report Outline and Report.Cac…Hi Neil,
Sorry, but there is no built-in way to place titles for each row in a
columnar report. The easiest way to do this would be to add the titles into
your dataset as you described below.
--
Hi David,
Try zooming in further and the screen output should appear to look more
accurate.
-----------------------------------------------------
Article: Why Preview may not Match Printed Output
----------------…Hi Andrew,
I have personally never seen this but it should be possible. I would start
by placing a child style subreport inside your detail band and adjusting the
width so it only fills half the band. The subreport is where th…Hello,
Check out the following article for a possible solution.
--------------------------------------------
Article: Troubleshooting Lost Event Handlers
--------------------------------------------
Let's a…Hi,
As a test, try disconnecting all your event handlers except for the
AfterPrint method and be see if it fires then. If it does, try
incrementally adding them back to isolate the problem. If not, please send
a small exa…Hello,
Is the code you have in the Report.AfterPrint event being executed? Place a
stop inside this event to be sure. The AfterPrint event will fire after
printing to the printer is complete as well as after the printpreview i…Hi Regie,
I created a simple test (simple report, a viewer and a button) and
everything seemed to work correctly. Try disconnecting all your event
handlers and see if that makes a difference. If you still experience a
pro…Hello,
You may want to check out Multilizer (http://www.multilizer.com/). This
product may help with the automatic translation of reports into different
languages.
<…Hi,
There is no automatic way to translate the actual reports into different
languages. You could however create a separate report template (.rtm file)
for each language you need to support, then based on what language your
Hi Bill,
Unfortunately groups are not supported with left to right column traversal.
They are only designed to reprint on a new column or a new page.
--
Hi Goran,
I was able to download the XP driver for the HP DeskJet 690 and 695 and they
both worked correctly. I would suggest downloading the HP drivers from
their web site and testing with those.
How are you connect…Hi Massimo,
Sorry, there is currently no way to view a PDF file inside a Report.
--