rbuser
Comments
-
> Hi! I've the order to write a "print server" which gets data from
different
no such thing as a 'normal' database.
end-user
the
Datasources
check
in
Spend some time getting to know … -
> You could dynamically create datapipeline components, one for each
will
That's clear - but I need to load the report from file (the user has
designed it before). I might change it in that way, that there are always
two… -
Jim,
I was not calling my routine that adjusted the column related properties.
Now the column heading have reappeared. The only remaining problem is when
there is one column RB doesn't display the column header band. Right now I
… -
Hi Jim,
I've tried setting height of columnheader band to dynamic, doesn't help.
I've also played with all of the various visible and height properties. Just
to be clear, the problem only exists if I first set columns to 1 and t… -
I will attempt to make a demo and send it to you.
-
I tried this and the SQL is correct, but it still does not print correctly on
the report
-
Allright !!!!
It's working now. I have to access series from the chart. The previous
version we used 5.0, series could be access as an independent component.
And we don't need ppChartControl anymore.
Thanks.
Forget my questi… -
Sorry, another confirmation.
Can ppDPTeeChartControl still be seen from object explorer ? I can't see it
from my new installation, but my friend can still see it.
Karnel
-
So, we don't need ppDPTeeChartControl anymore, do we ?
Allright, I'll give a try.
Thanks a lot.
Karnel
-
Hi Jim,
I've sent you a demo, have you received it ?
Thanks,
Karnel
-
I'm not sure if the owner, I can't see it anywhere.
One thing I'm very sure, on new application, I put a ppReport on the form
and ppDBTeeChart or ppTeeChart in the report. Object explorer will only show
Form, ppReport, ppDBTeeChart/pp… -
Karnel,
I can confirm the problem... I had the same problem with RB 6.03 & TeeChart
5.02... Since I was approaching a deadline I reverted back to RB 6.02 &
TeeChart 5.01 with the thought of working on the problem later..… -
-
I debug my sample app, yes, the owner of ppReport should be the Form1, not
Form2, so form2 will not free the viewers
Thanks for you help!
-
Hi Tao,
either Form2 is not the owner OR it is not freed.
You can check this by yourself, I second my last response, that's the way
VCL-components work.
no, thankyou, there is no need for.
regar… -
But why I write a test program, I create 3 forms - Form1, Form2 and Form3.
Form3 include a ppReport1
In Form1,
with TForm2.Create(self) do
Show;
In Form2,
procedure Button1Click(Sender: Tobject… -
Hi Tao,
you made a simple mistake, when calling 'Free' of any component (TComponent
and all descendants), it is responsible for all owned component, therefore
all owned components are freed first. (Object Pascal fundamental!)
>Yes, it is possible, but it depends on the device you choosed for printing.
Thanks Chris for your response!!! The following code works:
mRepDataModule.ppReport.Template.FileName := AReportFileNameString;
mRepDataMo…Hi Yann,
preview.
Yes, it is possible, but it depends on the device you choosed for printing.
Set the property 'DeviceType' to 'Printer' for instance.
regards,
Chris Ueberall;
the
procedure<…General sql error...token unknown, line 115..., char 4, MEMBERS... this is
the table name...i've tried it on several different tables..it is always the
table name.
Also, my sqltype is set to sql2, else, i get an sql error when trying to
complete the query wizard...any reason i can't use bdelocal like in the
demo??
Also, what is needed for the Join table??
Did you add the JoinPipeline since 5.0...would this cause everything to go
all loopy? Is there anyway around this???
I thank all for the information, I will enter in www.teemach.com and to
provide the purchase.
Excuse my English.
--
Abra?os e Sucesso,
************************************
Marcu…Hi Marcus,
do you have a problem with ReportBuilder?
I can't see any relation to ReportBuilder, there is no such file.
regards,
Chris Ueberall;
Oops, I see I'm going the long way 'round the barn, all I need is a
TppViewer. Thanks anyway.
Mike Carroll
I have a report will almost the same logic. This is what i've done:
The report was set to TwoPass. On the first pass i calculate the SUM column, in
the second pass i calculate the Percentage column.
I stored the SUM value into a priva…"Taras Zherukha" wrote in message
Hello Taras,
You can display your RB reports in a web browser easily with
PsRBExportDevices! There's a full example of a web server application
in the Help. Please come and take a look and download the trial
edition from ww…> See the TppReportTemplate class - you can access it via
TppReport.Template.
Found that after some searching also - works perfectly. Thanks for the hint
anyway!
Regards,
Helge.