rbuser
Comments
-
In article <8EAE82296ACCD311A039005004E0CAC0059202@DMSERVER>, Roberto Nicchi
-
i need a perfect PDF export, with images also.
can it be done using wPDF ? Does somone has an example ? I have it and use
with quickreport without problems.
Roberto
"G?nter Kieninger" ha scritto nel messaggio
-
In article <3BF6573A.8050402@mail.ru>, Oleg Ilyin wrote:
There are some limitation like no good support for Richtext. If you
don't need that it's great!
Gruß aus den Bergen
Günter
-
-
Supposing you are dealing with md relationships.
You should create a subreport linked to detail dataset and let it go.
-
Hi Joachim,
I don't know if the following will help ...
Toggle the TeeChart PrintMethod property to pmBitmap. When printing to our
HP Laserjet 5 we get the problem you are describing (TeeChart Pro 5).
How… -
I am using Delphi 5. TeeChart is fine without Report Builder and visa versa.
-
I did the uninstall and then delete every TeeChart file I could find before
installing RB or TeeChart.
-
TeeChart 4.03 and Delphi 5
-
Hi Elliot,
I wouldn't complain about RB, that's a standard Delphi package 'issue'.
You can't use two different units with the same name at the same time in
Object Pascal.
RB tries to work with the latest TEEChart, supportin… -
I understand this but it makes no sense to me that Report Builder is so
incompatible with TeeChart. I am continually disappointed with Report
Builder. It seems that it has so much to offer and then these stupid quirks
keep showing up.… -
Hi Elliot,
I don't know if you can use TeeChart 4 and RB 6.03, but I would look for
packages refering for 'TEE50' and change it, those packages must be rebuilt.
(only a job for very experienced Delphi users!).
r… -
Sorry to be thick, but recompile what???
What changes do I need to make to Delphi paths etc???
Regards
Philip L Jackson
-
How do I install the changes????
I tried including/copying the file to my local project (under a different
name) but the daSQL.pas would not compile due to differing types.
Regards
PLJ
-
Yes, same printer driver and settings.
-
Hi Vinh,
same printer driver and settings?
regards,
Chris Ueberall;
-
Yes, CachePages is already set to False.
Any other suggestion?
-
On Tue, 20 Nov 2001 08:50:36 -0600, mcheung@wattsgroup.extradot.com (M
-
On Mon, 19 Nov 2001 08:59:10 -0600, "Jim Bennett \(Digital
-
I had the same problem where a RichEdit ran from Page 1 to Page 2.
The Preview stated only 1 Page.
But, there were 2 Pages.
When printing I got Page 1, then Header of Page 2 printed, then repeated
Page 2, in a loop.
Had to t… -
Problem Resolved.
When i upgraded to teechart 5.02 the earlier version remained on my hard
drive and my Library Path pointed to teechart 5.01 before lloking to
ReportBuilder and teechart 5.02. I deleted teechart 5.01 from the p… -
I think if you can make DetVariable a calculated field, the other stuff will
be easy. To do that, in the Data tab add a calculated field to the dataset,
choose 'Expression' under 'Function' and for the expression enter something
like:… -
answered via private email.
-
Thanks Chris,
What do you mean by End-User solution. I'm not intending to include the
ability for end-users to adhoc reports. I'm converting 45 delphi rawprint
reports to RB 6.03, D6. these 45 reports already search to… -
Hi David,
You can use standard TTable access, however using the End-User solution
relies on SQL.
If you serve your users with all necessary datamodules, no End-User solution
is necessary (but possible with BDE too!).
(… -
Hi Jim...
I spend almost two days on this problem and I finally found it
After
"fine-tuning" my bookmark-c… -
Hi Marco,
You could create a simple demo that shows your problem and send it to
support, if possible.
Cheers,
Chris Ueberall;
-
I investigated a bit further, though without much success. I found out, that
if I put the same data into the detail band of the main report, it will
display correctly (obviously only the first row of the second dataset). I
hid the sub… -
I tried to bring it down to the most simplistic case, and even then this
happens. There are only three tables involved (one for the main report and
two for the sub-reports) and no data is manipulated from code. I want to use
a order c… -
Hi Marco,
is there any data-manipulation in your code? - If so, avoid it.
regards,
Chris Ueberall;
my
does
any