rbuser
Comments
-
I agree with Didier!
Please let us know!
Thanks,
Marco Carboni
"Didier corbasson" ha scritto nel messaggio
-
Hi
I have the same problem...
Isnt it possible to correct the problem in 6.03
because I dont think that upgrade to version 7 is free !
Thanks
Jim Bennett (Digital Metaphors) a écrit:
-
Marco:
I just created one in RB7 and it works fine. Demo at (requires TkbmMemTable)
www.retireneeds.com/files/columns.zip
What version of Delphi & RBuilder?
Ed Dressel
Team DM
-
"Bucky" wrote in news:3dc0d58e@dm500.:
I build potentially complex reports at runtime from a tree like object
structure using templates. The dynamic subreport creation example was
very helpful.
Joanne<… -
Hi there,
Thanks for the subreport creation link ... It's perfect!
The "squashing" problem is still there though. I've tried the units as both
screen and printer, and the problem persists ??? They do also have a default
Now all works fine.
Thanks a lot.
Massimo.
Thank you for the answer but with your example I don't solve my problem.
Refer to your exemple i must sum the field Amountpaid for all the rows of
all the orders and put this total in the main report.
Do you have an exampl…Hi Jim,
Thanks very much for taking the time and trouble to give me such a detailed
answer.
To deal with the second problem first, I've actually made that go away by
disconnecting the subreport from the datapipeline a…Now, i put all the Memos in the Detailband of the Subreport and set them
Visible by code on some conditions, so i can delete the groupheader and
groupfooter. But what happens? The same i described above, white space
again. That's very…The dataset was sorted by VOID field. The same result.
RBuilder still tried to open the SubReport's pipeline after I set Visible to
false, but once I got rid of the pipeline that worked ok. Thanks, Ed.
Mike Carroll
SubReport.Visible := False
Ed Dressel
Team DM
Thanks Jim for the advice. I knew that how the things were being printed to
the screen was correct, but I wasn't coming up with anything that would make
the report behave the way I wanted it to. I never thought of using a single
sub…Thanks, Jim. In duplicating the problem using Northwinds, I saw what I was
doing wrong.
SkipWhenNoRecords is set to false in the detail pipeline.
The queries aren't parameterized, but they both query for the same date and
are ordered with the same clause. I want to make sure that I understand you
correctly when yo…The tech tips "Tech Tip: Troubleshooting DataAccess Errors" states:
1. Do not filter the dataset of modify it any way once the report.Print
command is issued. If you need to do master/detail and cannot use
linked datasets, then…Thx, Jim. I was able to get around the extra page by making the subreport a
section. Now I have traversal set TopToBottom and- when I change the main
report's columns from 2 to 4 or 6, I get these results:
2 columns: prints ok…Keith:
It's a bit difficult to follow what you said. If you could create a demo
using a JIT pipeline, set it to report. This should get the quickest turn
around.
--
Ed Dressel
Team DM
Thanks for the guidance Jim.
However, the problem wasn't just positioning the summary band, it was
positioning the summary band on a sub-report while limiting the detail band
on the sub-report to a maximum page position. (i.e. …Well, I guess it couldn't be much more obvious than the StopPrint property
of the sub-report. Now I'm only trying to figure out problem 2.
Thanks.
necessary.
8
Jim,
I've done the things you suggested, but I didn't find an answer (the shape
in the detail band didn't show up in the extra page).
So I did some comparing between the dfm file of the working report and the
one that…Thanks Brian but there is no where clause on the name - D'SOUZA is
only referenced as part of the result sets coming back.
I have just returned to this using rb7.01 D6 and Asta and the issue
still exists.
Jim:
"Rick Matthews" wrote ...
Sounds like code someplace neglects to properly escape single
quotes in strings placed in an SQL query string. Something along
the lines of sql := sql + sFieldname + ' = '' ' + sFieldvalue + ''';
…Thanks but setting to ANSI made no difference.
My db is using Code Page 850 Latin 1 and my desktop (Win2k) is
standard locale English (United States).
A report that uses a single data view grouped on Name with the MasterIn the SubReport's OnPrint event,use:
ppSubReport1.Visible := True/False
--
Ed Dressel
Team DM
Jim,
Third level subreport is connected to the pipeline salesordersection3:
Queries are as follows:
Salesorder master
Salesordersection detail of salesorder
Salesordersection2 detail of salesord…