rbuser
Comments
-
Yes, changing the printer drivers fixes the problem, my point is that
it happens all the time, on many different printers - obviously a
common flaw with many printer manufacturers.
What I was hoping is that when a field is set to auto… -
Easy answer.... do you really do your market studies on a single public
event ?
For now, we hadn't start any project with Kylix. This is not due to pricing
strategy from Borland. We're ready to make some investments in linux and… -
I would also love to see a Kylix enabled version of ReportBuilder. While the
majority of applications will still be targeted on the Windows platforms,
more and more designers (like me) will include Kylix compatibility as a
requirement… -
hi,
Thanks for your answer. Even if it doesn't really satisfy me. What we were
thinking of is using linux as a server for dynamically generating web pages
based on reports designed with report builder. So we don't really need a… -
For this particular application we were using Delphi 4 and RB5.6 and it
worked fine. After upgrading to RB6 it quit working. Could there be a
problem with Delphi 4 and RB6?
-
Problem found - How did I miss that. WHen upgrading, I forgot to re-compile
my own custom component add-ons. THat caused the slow down. Once I
re-compiled my components to version 6.01 everything was great. As a matter
of fact, the .r… -
Nard:
The solution you proposed does not work in my application. I tried in in
the on-show event, I placed it in a button on the form where the report is
printed, I placed your code just before the line ppReport1.Print. Noth… -
Found out how to do it. You have to set the Band property of the TppShape.
-
Thanks, I will try it.
---
Serge Chelli
www.aceinformatique.com
"Nard Moseley (Digital Metaphors)" a ?crit dans
-
Hi,
Thanks for answer my question.
Look, I had this problem in two Report Builders version 5 and 6. In
version 4 the problem doesn't occur but in versions 5 and 6 it occur.
Really I work with Windows 98 and I di… -
Hi,
we found the same problem. But only in Window 98 (98 and 98SE). In Windows
NT and 2000 we can't reproduce this behavior.
Knut Lambert
-
Hi Marcos,
looks like a corrupt installation. See the tech-tip about this issue
(Installation - Cleaning up a Corrupt Installation).
(you are accessing an older version of rbRCL55, you have more than one copy
of this librar… -
Thanks for the prompt response. Will the next maintenance release be
for RB 6 or will it be 5.57?
On Fri, 27 Jul 2001 18:47:06 -0500, "Nard Moseley (Digital Metaphors)"
-
> I would like to set the printer for all the reports in my program using
You need to assign the values from Printer to *each* report's
TppReport.PrinterSetup, or have one universal TppPrinterSetup that you
assign to each rep… -
No. Thanks.
In article <8EAE82296ACCD311A039005004E0CAC00468D7@DMSERVER>, Ed
-
Did you set 'ShowCancelDialog' to false?
Ed Dressel
-
Hi Jim...
I investigated a bit further. The database I use is a custom made Dataset as
well as DADE Plugin to support Documentum (a document management system).
This problem only occurs when I have two dataviews and connec… -
Hi Jim...
I tried today to solve this problem by doing a full remove of ReportBuilder
as described in tech-tips to no avail. I still get "daFiel1 already exists".
Any other ideas?
-------------------------------------… -
> I am printing a series of reports, all of which have identical detail
bands
property
Les:
It depends...
It is up to you, and your end-user's needs. I have a series of reports where
a user can sele… -
Hi Marcelo,
use the report tree (view) - [menu View - Toolbars - Report Tree]. You can
edit the node.
regards,
Chris Ueberall;
-
In article <8EAE82296ACCD311A039005004E0CAC004705C@DMSERVER>, Jim Bennett (Digital Metaphors) wrote:
Thats not the problem. The problem is that I used something like this:
----
{ DruckVorschau }
if FForm i… -
In article , William
-
Well, I've managed to figure out some of it on my own, through trial,
error, and reading the source code.
1. Create a class that descends from TppPreview. (This is simpler
than descending from TppCustomPreview.)
2. O… -
Nard,
I am new to this. Are you saying that if it works at run-time, it will work
at design-time?
Thanks
--
Jim Poe (jpoe@fulcrumit.com)
-
OK, that was it! Thanks for the help!
Anco.
-
Jim,
T tried the BeforePrint handler as in the demo, but it does not fire,
although i use the Print method. In the demo the PrinterDevice is always
nil.
Enviremont: D5.01, RB6.01, W2K SP2
Cheers,
Anco.…