nicocizik
Comments
-
Hi Andre,
Take a look at the following rbWiki article on creating field links in code.
http://www.digital… -
Hi,
For future reference, please use your real name when posting to these
newsgroups.
This is most likely a timing issue. Which band event(s) are you using to
alter the SQL code? My guess is that the SQL is being … -
Hi Filip,
When you load a report from file or database, it automatically looks for and
connects to the first datapipeline it finds with the name it was saved down
with. One option would be to try placing the report object on … -
Hi Jeremy,
In DADE, you will want to enter the subquery in the Value edit box of a
search criteria. Also, the Group By command should be in the subquery
rather than the main query. Try adding a new search criteria in the que… -
Hi Jeremy,
I'm a bit unclear about what field you are linking your datasets on. Does
the Client table have a StartingDate field that corresponds to the Hours
table?
Nevertheless, it seems a sub query would be what … -
Try using a TppVariable component to calculate your subtotal. Inside the
OnCalc event, simply add the rounded value to the existing value to keep
track of the total.
Value := Value + RoundTo(Report.Datapipeline['Price'] * 0.2… -
Hi Hans,
We have not seen this behavior before. My first suggestion would be to
upgrade your version of ReportBuilder to 10.09 and test with that. Contact
info@digital-metaphors.com with your serial number and purchasing ema… -
Hi Chris,
How are you giving the image component a web address at design time? This
component is simply using the Delphi class TPicture to load images. I do
not believe it contains logic to recognize a web address and retrie… -
Hi Arno,
Thanks for the example.
If you run the example and remove all the align summary logic, the summary
band still looks incorrect near the top of the page. In order to have the
components below the subreport s… -
Hi Arno,
In my testing with the AlignSummaryToBottom example, a subreport was
successfully moved to the bottom of the page without overflowing or being
cut off. If possible, please send be a copy of the example altered to sho… -
Hi Arno,
ReportBuilder 11 now includes a built-in feature that will automatically
align the summary band to the bottom of the page.
Be sure you are compensating for the position and size of the subreport when
moving… -
Hi Ralf,
I just did a quick test with the latest build of ReportBuilder 11.01 and the
TeeChart exported to PDF with full color. Which version of ReportBuilder 11
are you using? Which verison of Delphi and TeeChart are you us… -
Hi Ricardo,
Reports can be saved to a number of formats. One option would be to save
them to archive files and then open and view them using the
ArchiveFileReader object. Another would be to save each report to a PDF
f… -
Are you using the latest version (RB 11.01)? Are you able to recreate this
issue with a simple example I could run on my machine? If so, please send
the example in .zip format to support@digital-metaphors.com and I'll take a
look… -
Hi,
For future reference, please use your real name when posting to these
groups.
Be sure your TppVariable is of a numerical type before making calculations.
The String type variable will behave slightly different a… -
Hi Tim,
Take a look at the following rbWiki article. This shows how to use a group
footer to print lines after the last detail is printed on a page. Instead
of multiple lines, you will only want to display a single line.
Hi Tim,
Try using the page footer band to print any objects you would like at the
bottom of each page. Enable this band by selecting the Footer Band option
from the Report main menu option.
--
Regards,
<…Hi Benjamin,
Sorry for the late reply, I somehow lost track of your post.
Take a look at demo 124 located in the Demos\1. Reports\... directory. This
shows how to manually print a page list using the ppTextToPageList rou…Hi Benjamin,
Try doing something like the following example, which prints the pages
inside a report backward. Instead of looping through and printing every
page, simple select the page object you would like to print and send …Hi Hans,
Sorry, I lost track of this thread. Please see my answer below for your new
thread.
--
Regards,
Nico Cizik
Digital Metaphors
h…Hi Hans,
In this case the group footer should not be a dynamic height band. This is
to ensure it take up more space than is left on the page.
In my testing the region keep together seemed to function correctly. BelowHi Hans,
Try placing the legal information in a Region inside the group footer and
set the region to KeepTogether. This way when the group footer runs out of
room on the page, it will be forced to print to the next page.
Hi Fillipe,
If you would like, you can send a simple example demonstrating the issue in
.zip format to support@digital-metaphors.com and I'll take a look at it for
you.
--
Regards,
Nico Cizik
D…Hi Fellipe,
Where is the Footer Band located on your report? Note that the page footer
is not supported for Child style subreports. This may be the reason the
footer band is not appearing.
------------------------…Hi Fellipe,
Your best bet would be to use the FooterBand.BeforePrint event to check the
visibility of the subreport's summary band and assign its visibility there.
Something similar to the code in the subject of this message e…Hi Edison,
Perhaps I am unclear about what you are trying to accomplish. Are your
printing multiple copies of the same report using the copies field in the
print dialog or are you individually calling Report.Print over and ov…Hi Edison,
ReportBuilder 11 inlcudes the ability to print the copy number to each copy
automatically. This can be done by placing a system variable on your report
and setting its VarType property to vtCopyNo or vtCopyNoDesc.<…Hi Mervin,
In my testing I was able to install TeeChart 5.03 with Delphi 7 and RB 11.02
if the changes were made to the ppChrt.pas file. The
RBTeePackageBuilder.exe checks your registry for which version of TeeChart
you…Hi Mervin,
Thanks for the information. I will change this for the next release.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-m…Hi Adrian,
My best advice would be to try to isolate the difference between the machine
that works correctly and the one that does not. Do they perhaps have
different access rights or different regional settings?
-…