rbuser
Comments
-
thanks v. much Alex,
The Cache Pages did the trick.
Cosmin
"Alexander Kramnik (Digital Metaphors)" wrote
in message news:3ccfe1c8$1@dm500....
redone
-
I tried that, and the subreports cannot shift relative to the region because
they are section style subreports. I need each subreport to start on a new
page.
Natalie
"Alexander Kramnik (Digital Metaphors)" wrot… -
I ended up setting the designer's dataSetting.UseDataDictionary property to
false for previewing and printing reports. This setting works for reports
created with or without the data dictionary. I set the UseDataDictionary
propery t… -
I set the value of a variable as follows:
glbLifeDate.Value := Insurance['EnrollmentDate'];
in a subreport. glbLifeDate is a TppVariable which I set to equal
varLifeDate on the report's create. If there is no "Enrollment Date" t… -
In article <3cd15d69$1@dm500.>, Alexander Kramnik (Digital Metaphors) wrote:
I tried this. But with no success. The Subreport with the Details are always
printing ALL records and not only the records for this group. Maybe you … -
Yes, but that will only suppress the detail band...it will still print the
group header, etc. I want it to skip the entire record...any other
suggestions. For instance, my report is a statement. It is grouped by
client_id. I may p… -
This works.
Be carfully and not surpried. some printer drivers does not change the bin
during a report.
Sure are: HP, Brother, Kyocera,
Earlier I had problems with Cannon Color Laser (they recognized the problems
and m… -
I'm using TDateTime variable declared in OnPrint procedure for a label, not
ppVariable. And sometimes it works and sometimes it does not. It works if I
use code like this:
MyVar:=MyTable['Date_Field']+10;
But this do… -
Thanks works as advertised...
Steve
-
Will it only change once?? I have reports that extend more than one page....
I need it to print only once per Master record...
-
Thanks Ed
This approach makes a lot of sense and one that I would like to look at
employing. However I can't find any previous posts from you though (probably
my limited knowledge of how to searc previous newsgroup posts). Any f… -
This is a decision of Steema, dot DM. In any case, I seldom put TCharts in
my report, even though I own the pro version. I have done this to simplify
the process. I configure one chart, the one in my program, and in the report<… -
"John Elrick" wrote in message
-
Alexander,
Thank you for the response. However I have come up with the following
workaround.
For the subreport that will be showing all of the child records I did the
following.
In the Detail of the SubReport I put the foll… -
I think I check it - thanks Alexander
"Alexander Kramnik (Digital Metaphors)" schrieb
-
I
the summary band prints after de detail band.
can I control the position of the summary band to print at the bottom
of the page
note: I have a predifined paper
I'm trying to do a report like this examp… -
I
I'm trying to print an invoice with more then 2 pages.
the footerband must only print on the laste page of the invoice and the
oders must print "CONTINUA" at the same place.
thanks
THANKS!
Thats greate.
Thanks - that will do nicely
Peter
"Alexander Kramnik (Digital Metaphors)" wrote
The problem is that each report works on a different set of data with it's
own query to work from. I have not used templates though and will look
into your suggestion.
Thanks
Peter
"Alexander Kramnik (Dig…Ok - this works. But it doesn't if I have end user reports (without RAP).
There I'm a little bit stuck now...
Regards,
Olaf
Eric,
in the onprint event set the visibility property to false or true depending
on the value that you want to check
that way nothing or everything will get printed
if you have the enterprise version then you can do this in the …Eric,
again, you should do this in the onprint event
set a label on the band wich visible property you will manipulate depending
on wether it is a continued printing
(i do not know the exact property to check but its there)
…an index...
well i gues that you'll have to make your report 2-pass
that way you are able to 'know' what has been printed on what page
furthermore you can force a page break when the group changes
you can define for example a dum…Hi Alexander,
30000000.0 * 100.0 doesn't works in 5.56, probably the case for Huseyin.
regards,
Chris Ueberall;
"Alexander Kramnik (Digital Metaphors)" wrote
I have tested it in RB 6.02 and Delphi 6.
the problem continues.
I have never displayed huge numbers in Tppvariable that fractional part is
0.
I do a calculation in detail band:
Variable1.asextended := Variabl…RB version 5.55
if you use real numbers no problem.
100000000 * 100.5 OK
100000000 * 100 problem