nicocizik
Comments
-
Hello,
Ace is correct. The DBImage component can only be used to load images saved
in a BLOB field on your database. If you would like to use the path names,
I would suggest writing a delphi function that extracts the path nam… -
Hello,
The code you tried seems to work fine for me. Be sure you have ppTypes in
your 'uses' clause.
--
-
David,
We have not tested anything like this here so I am not sure of any major
issues you need to look out for. Perhaps one of our customers who did the
same thing could provide more information.
Please note that Re… -
Hi Thomas,
Be sure you do not have Report.SaveAsTemplate set to True. This could also
cause the error.
--
-
Hi Thomas,
Are you calling Report.Template.LoadFromFile before a template file is
defined? If so, be sure this is only being called once a template file has
been defined. Also, you may need to check that the path names for the… -
Rick,
I have never seen these problems before with the print dialog. I will have
to research these problems in more detail and get back to you. While I'm
doing this, try upgrading to ReportBuilder 7.03 and be sure you are usin… -
This is interesting... Please send an example of this behavior in .zip
format to support@digital-metaphors.com and I'll take a look at it for you.
--
-
Hi Susie,
Be sure you do not have the "Reprint group headers on subsequent pages"
option checked for your group.
--
-
Hi Susie,
When ReportBuilder sees a section style subreport, it automatically breaks a
page and prints the subreport on a new page. For this reason, it is never a
good idea to place a child subreport and a section subrepor in t… -
Hi Harry,
We are not aware of any issues like this one. If possible, please put
together an example that I could run on my machine that demonstrates this
error and send it to support@digital-metaphors.com.
--
-
Hi Adam,
Unfortunately it is not possible to force the Page Style to print on top of
the report objects. As for now, you will need to place the border around
the left and right edges of each band in your report to get this effe… -
Hi Adam,
By definition everything located in the page style is printed behind any
report objects.
--
-
Hi Mark,
Sorry about the delay in this response, for some reason my news reader was
unable to see this message.
Is you computer simply hanging when trying to perform the batch print? If
you try to print each report … -
This conversation has been continued in a later post.
--
-
Hi Didier,
Which version of ReportBuilder are you using? I was able to load your
template below without any problems (granted I do not have the NexusDB
plugin but I just ignored those lines). Please try downloading a trial cop… -
Hi Adam,
Yes. Believe it or not, that was the first time this issue has come up. I
believe that we will start always recommending that our users set the
subreport band property before calling CreateReport.
--
-
Hi Adam,
For future reference, please send all attachments to
support@digital-metaphors.com.
After tracing through your code, it looks as though in the special case
where a TppDesigner is used in addition to the creat… -
Hi Mark,
Yes, this approach should work for you as well. You will need to add the
draw commands like the example does, just format them to match the borders
you have already drawn around the detail bands.
--
-
Hi Colin,
Check out the following example. It shows how to add lines on each side of
the page inside the empty space below the detail band and above the page
footer. Hope this helps.
in Drawing a line down the left-hand margin Comment by nicocizik February 2004 -
Hi Colin,
You can place a TppLine in each band and set its StretchWithParent property
to True to force a line to stretch the height of the dynamic band.
--
-
Hi Massimo,
Check out the following example.
http://www.ditial-metaphors.com/tips/ContinueNextPageMessage.zip
--
-
Hi Leon,
Try changing your subreports to Section style subreports. This will force
each subreport to start on a new page.
--
-
Hi Leon,
I created a small example that shows how this could be done. You can
download it by following the link below.
http://www.dig… -
Brian,
It seems that all your settings are correct. My suggestion now would be to
download a trial version of ReportBuilder 7.03 and test with that. In my
tests, I was able to load a JPEG into a TppDBImage component without
Hi Brian,
If you are using TppDBImages, be sure you set the GraphicType property to
JPEG. If this does not help, try loading your image into a DBImage or
TImage in Delphi and see of you can get it to show up.
--
Hi Sang-Do,
Setting the CloseDataSource to True will only close the dataset once the
DataPipeline has been destroyed. You can see this by simply deleting the
DataPipeline from your main form. Your ADO dataset will now have its…Alessandro,
Are you sure the proper code is being called when the printer is a dot
matrix printer? If you need to change these settings at run time, you can
use the Report.BeforePrint event. In my testing, changing the paper s…Hi Alessandro,
Where are you setting the properties below? What type of report is this?
Are you printing to archive? From archive? Are you able to recreate this
behavior using a minimal report with no event hanlders and no re…Hi Carolyn,
The Report Explorer gives you a Windows Exlporer type view of all the report
templates on your database including the ability to edit, create, delete and
save to file any of the reports. This is by far the easiest w…Hi Carolyn,
Sorry, apparently it's been a little tough for me to wake up this morning
.
After lo…