rbuser
Comments
-
Hi,
to
What's the best way to inherit a Form with a report on it??
I really need it! We have dozens of programs using the same basic
Report-Layout.
I have to do some coding to fit our needs. So inheritance is req… -
further to the tech-tips. what should I use to break the group on as it's
not really based on data per se?
-
I found an article in the tech-tips newsgroup... Trying now...
-
I have had this problem nyself - it was caused in my case by the report
component losing the link to the event. Hope this helps.
-
Thanks Lot it works
-
The second method suggested is no use, as we need the count, even if the
group is empty. When I try datapipeline.state=ppdaNoRecords, I get the
compilation message 'Incompatible types'. Thanks
Peter Brennan
DPN Software
I have made. This has fixed this problem.
Thanks
Erich:
I believe you have to reinstall RB after upgrading TCP.
Ed Dressel
Team DM
Michael:
Haven't done what you are trying, but you could create a calculated field
that is a string-image of the date field.
Ed Dressel
I want to do exactly this also (and honestly, have spent days on it!).
I cannot quite follow what you are saying to fix the problem though. Could
you please give just a few more details??
Many thanks
Ed,
I solved the problem.
I put the subreports in the DETAILS region of the main report and this way
the detailsloop is passed twice:
1 in the detailsband of the mainreport
2 in the detailsband of the subreport
Not enough information.
1) Can you get this to work in TDBGrids where you move the person record and
the detail records allign correctly?
2) You should have 3 pipliens, and be sure each *sub-report* is assigned to
the corr…
Hi Jeremy,
Sorry, but I'm not a 'QueryWizard' wizard, I found the solution through
scanning the source code.
Try to unregister the existing 'QueryWizard' -> 'daUnRegisterWizard'.
HTH,
Chris Ueberall;
Hi Chris,
Thanks for your promt response - this worked. However now I see two
Query Wizards in the New Items box. Do I have to make my own ppNewDlg
and add code to stop the standard Query Wizard from loading or is their
an eas…Hi Jeremy,
try this one :
daRegisterWizard(TCustomQueryWizard);
HTH,
Chris Ueberall;
I've included the first part of the renamed unit and the line with the
error:
unit myQueryWizard;
interface
{$I ppIfDef.pas}
uses
Windows, SysUtils, Messages, Classes, Graphics, Control…Hi Jeremy,
please show us the code line that raised the compiler error and provide us
with the exact error message, this will help us to help you.
regards,
Chris Ueberall;
Simply set page height manually before printing it.
Here's an example:
var i, alto : integer;
alto := 0;
for i := 0 to ppreport1.Bandcount - 1 do
alto := alto + (ppreport1.bands[i].mmHeight div 10…if detailband.bandsPerRecord=2 then the detail will print twice ,but header
remain one .
that is , it prints only one receipt .
Ok,
First I deinstalled RB en TCPro, then install TCPro, then RB, working fine.
(Found this help on the TeeChart Newsgroups)
When having questions on a report that implements a TeeChart, where do i
have to post my que…I'm having the TeeChart Pro v5.02, D6
I hope the Pro hasn't anythinh to do with it.
I've purchased these components.
Version Pro 5.0
I couldn't install it as long as I had the TeeCharT Support for
ReportBuilder installed (dclRBC66.bpl), i took this one out, then i could
install the TeeChart Pro.
But t…Hi Harry,
I don't know if the following helps, it's from the tech-tips section ...
----------------------------------------------
Tech Tip: Resolving Compile Error w\TeeChart
------------------------------------…Does this imply that GroupB Must have a footer (It Doesn't)?
Sorry, I messed up the address. I've resent it.
Hi Jim,
I've sent off an email with a test app.
The app simply opens customer.db and has only a detail band.
The problem can be reproduced in the IDE by Previewing, clicking on the
print dialog and changing the …Are you changing the ppReport.PrinterSettings prior to ppReport.Print ?
If so, you shouldn't be experiencing this problem. Otherwise, If you're
setting the paper sizes after the ppReport.Print, then we may be
experiencing the same pro…I am also dynamically changing the paper size and orientation. But I
do this before I open the datasets. I always have to set the paper
name, size and dimension as my app is run in Europe, Asia and the US
so I have to switch between…I'm having the same problem. In my case however, it is caused by changing
paper size upon print. For example, the preview is on Letter size, but upon
printing, the user switches to Legal in the print dialog. The first page
prints f…