rbuser
Comments
-
Nard Moseley (Digital Metaphors) wrote:
Ok.
I'm writing an E-Commerce Web application with a Delphi client, ok?
In this application I need to handle reports( orders, clients, etc ), but I
want to be able to hand… -
Nard Moseley (Digital Metaphors) wrote:
Kind of, yeah.
Not really.
There's a series of hierarchical hard-coded templates and several dynamic
"child reports". Some parts of the template can then become "chi… -
Hi Nico,
The report has only a detail band in which stay 15 subreports.
Several of these subreports may overflow. In case of overflow the entire
detail band should be re-printed as it is (a part form the subreport
overflow… -
Hi Nico,
(Sorry for the delay...)
I tried. The subreport keeps printing on the next page but the other
sections of the report does not repeat.
What I need is very simple. I have, for example, name and surname in the
… -
Nard,
Thanks, I use using RB's Calc workspace but I had two TppReport component
on the same form.
Sometimes when I doubleclick on the TppReport component to make changes or
preview I end up with a new TppReport component … -
Nard,
Thanks,
I got it to work in the Report Builder IDE but when I use exactly the same
report in my app and load it from the disk I get en error
"Unable to load BeforePrint code for GroupFooterBand3, no object with… -
Hi Nard,
This does not work either.
This is the code snippet for the OnPrint event of the label :
procedure TDM_DocTrav.lblNomPrenomPrint(Sender: TObject);
begin
lblNomPrenom.Caption := qEnseignants.FieldValues… -
Hi all,
I have the same kind of problem.
When I put a
ShowMessage('No data');
in the OnNoData event of this subreport, I see the dialog box with this
message.
The subreport contains only a variable wich content is… -
Nard,
Thanks, obvious as usual,
Wishing you a very Merry Xmas and a new year that is every bit better than
than the last.
/Ronny
-
The problem is that there are records in the detail pipeline but im hiding
it because it does not meet the criteria to be shown and i need it in the
pipeline because of the calculations
-
Surprise (predictable??) solution to the infinite-printing problem:
By putting the controls in the detail band of the subreports instead of
in the header (although each subreport returns only a single record), I
get correct pr… -
I'm finding that any property I try to set in code that is of a non
standard type (like string or integer) gives me the undefined error. It
seems like it's looking for a unit that I don't have in my "Uses"
clause. I can't seem to f… -
Heh, talk about timing. That worked. Much thanks.
-
The following line has the same error message:
vFlyer.DetailBand.PrintHeight := phDynamic;
vFlyer is a TppReport. I have a feeling these two problems are related,
somehow.
-
I've got 3 sections and all are setup as you suggest. ResetPageNo =
False and PassSetting = psTwoPass. The 3rd section is still resetting
the page number. Each section has groups, but none of them are set to
reset the page number. … -
Hi Nico,
Thanks for the fast answer. If I place this code in the subreport's
OnPrint event, it seems that I don't get any data at all. I have also
added code to make the subreport visible and adding the pipeline again.
Good news Nard,
I discovered that the manner I grouped my data in the main report, was not
correct.
The underlaying DB SQL view has evolved and I forgot it. (different field in
ORDER BY clause)
So, the problem of the b…Hi,
See my thread just before yours.
The "order by clause" (certainly an index in DBISAM) was not the field I
used to group in the main report.
HTH,
Patrice.
Hi Nico,
I dont find a NoDataBehaviours property for my Subreport. I find that
property only for my Main Report.Am I missing something? BTW I am using ver
6.03.
Cheers
Srikumar
Nard,
Honestly, i don't like to go in discussions with you guys because i really
admire the ReportBuilder-guys. Its a great product.
But, i will attach a very small example that proves that it is not 0,0625
inch or 0,…Will the crosstab recalculate if you decrease the size of the font of the
field, because, if so, honestly, you are taking to much blank spaces between
2 rows !!
I've changed all font to Arial8 point and still only 20 rows get on a
Hi Nico,
Thanks so much for your suggestions. It appears as though the Transparent
property was set to true, and this was causing the problem.
Best Regards
Adam.
Nard, there are alreay 24 datasources on the report. If i have to create for
most of them also a summary .......
I have try subreport.traverseAlldata, but some very strange result.
for example, if not using traversealldata and the subreport height is 70mm
(for example), then the 70mm subreport is filled with data although it is
not enought to sh…That does not hit the point, because we print sort of invoice-type reports,
where every invoice can have several pages, so we need to have a reset when
one invoice has been printed. One Report can consist of about 60 to 100
invoices. …Sorry for my being so suggestif, wouldn't that be a nice feature on the
wishlist of the crosstabs.
Control over the direction of the columns ???
Nard Moseley (Digital Metaphors) wrote:
Works now, thanks!
--
Kind regards,
Stijn Verrept.
Nard Moseley (Digital Metaphors) wrote:
Thanks for the reply Nard, I made the changes you suggested but am
still having the same problems.
Could it be that for the INVOICES i use a stored procedure and I open
it on th…Nard Moseley (Digital Metaphors) wrote:
Thanks for your reply.
Well what I need is the following:
I have PEOPLE and every PERSON belongs to a department.
I have INVOICES of these people.
Now I need a …Hi Nard,
Thanks for the idea.
I got around this problem by still using the TotalVarable oncalc event, but
instead of adding off the totalvariable.value, I looked straight at the
dataset, and added off that.