rbuser
Comments
-
i managed to solve the problem, beside i wan to correct the questions i
initially post, the question should be like this:
if i use the following coding to change the ActivePage from ts1 to ts2 (ts1
& ts2 are my tabs), the TwwDBGr… -
Nico Cizik (Digital Metaphors) schrieb:
Sorry for my delaying (thanks for your fast answering) but there were
some other things to work on.
I'd need it at designtime to use the new fields in designtime-report-design… -
Nevermind
I can set the summary, detail, and title bands of the reports
visisibility to false instead of the subreport.
Thanks
-
> What might be wrong? Is this an inherent problem with RB?
FTR, I created a significant size report for RB that was well over 500+
pages where I started having issues with pages--but AFAICR they were cashed.
As they long rep… -
Does your database use the BDE ? If so, it may cause your error. I had this
error using BDE database returning huge data amount. If you're using the
BDE, you have to set these parameters in your BDE Administrator :
- In the Conf… -
Nico,
1GB of RAM.
No images.
Cache Pages is set to false. (One Pass)
Report Outline was disabled.
I think it's just a lot of data, but not an extaordinary amount. When I
use a smaller DB there's never a pro… -
No unfortunately I am not able to do this.
It does not happen on any of our own computers. It happens at some of our
customers.
At some customers it happens from time to time, at others it happens almost
everytime - for some spec… -
On Fri, 4 Feb 2005 08:45:04 -0700, "Nico Cizik \(Digital Metaphors\)"
-
On Fri, 4 Feb 2005 08:45:04 -0700, "Nico Cizik \(Digital Metaphors\)"
-
Hi Nico!
I use
if (Report.PageNo mod 2) = 1 then begin
Page0.Caption := '- 18 -';
Page1.Visible := False;
Report.PrinterSetup.MarginRight := 5;
Report.PrinterSetup.MarginLeft := 25;
end
else be… -
You can use a ppvariable and in the event Oncalc you can write a code like
this:
If Ibdataset.fieldbyname('field').value='T' Then
Ppvariable1:= Ppvariable1+1;
"martha" <~martha@balanceconsult.com> escribi? en el me… -
I don't know
This is a third party tools
I used it and it works on Delphi7 and RP 7.03
I suppose also in RB 9.01 ..
-
thanks Giulio.
RB 9.01 Has this component ?
"Giulio Audisio" escribi? en el mensaje
news:42088a4c$1@dm500....
-
-
Thx Nico
I used your sugestion to print single pages from multi-pages raport.
for example:
procedure ppReportBeforePrint(Sender: TObject);
begin
with ppReport.PrinterDevice do begin
PageSetting := psSi… -
Nico I really tried this code. Many times, also. I never obtained to make
to function. I come trying to control the breakings based in the remaining
space of each page, or either: If the espaco disponivel will be lesser or
equal t… -
Nico, good afternoon,
Very useful its tip of remaining space in a page. You have registered as to
determine the area of impression for a report and which the factor of to be
applied conversion when will have Header/footer-band'… -
Nico
I want access the event or code program that is response to display
"Calculating page X of report-name "xyz".
In my report, i used control with PPGROUP.NEWPAGETHRESHOLD but i try without
success knew remaning spa… -
> Am I missing something?
yes--put ppTypes in your uses clause.
Ed Dressel
Team DM
-
Hi,
I got it working, just removed the package and reinstalled it.
Thanks
Freddy
-
Hi Nico,
Thanks yes it wasn't selected in the Installed Packages. I enabled it and my
DbCheckBox is back.
There is just one catch. When I close Delphi and open it again the
"ReportBuilder Sample Components" is disab… -
Thanks, Nico, that was indeed the problem. All is better now.
Regards,
Al
-
Pardon me, but the error is actually "Invalid Property Value". Didn't know
if that would make any diff. Thanks again.
-
Greetings,
In Delphi 7 with my custom RB components unloaded I get no error on exit.
With them loaded (d7) sometimes I get an error but not always. This is what
is shown in the error message:
"Access violation at ad… -
Thanks Nico,
I use RB 9.01 with Delphi 7 and the system variable works as expected. It
only happens with RB 9.01 and Delphi 2005. At any rate my system is as
follows:
HP Notebook zd7000
17 Inch Screen (… -
Thanks Nico!!!
Juli?o
-
Hi Nico!!
We developing our own Explore, where templates are stored on a chart on our
Oracle 9i server.
I would like to keep track of how many times each report is run in our
database field for statistic objectives.Thanks Nico
I already do that, and read carrefully rbuilder.hlp page 348
Send to back and to front have no effect.
I also try to change the DFM as text objects order.
zorder does not work with region.
How can I print 4 differents groups of d…"Bijulal" wrote in message news:420d75fd@dm500....
Hi,
I believe you'll need a 3rd-party report export product for generating reports
to HTML, RTF, Excel... Please do have a look at the eDocEngine. It provides
expo…