rbuser
Comments
-
Hi Jim,
'hope we'll see it soon ;-)
Cheers,
Chris Ueberall;
-
Hi Bill,
I don't know if there are any examples around, but it is as easy as loading
a file into a BLOB.
The current implementation of archived reports needs the filesystem
(unfortunately, I hope the next release will give … -
Thanks for the quick reply...
-
Yes, you are right. Thank you.
-
Thanks Jim, but unfortunately I don't seem to have the folder you suggest.
I'm using v6.02 Std, do I need to upgrade to 6.03 or is dynamic subreport
loading only an Enterprise edition feature?
Cheers
Sarah
-
> Set the traversal type to on Traversal and not on DataPipelineTraversal.
No, it doesn' solve anything. Already tried that.
..or to be more precise, on the current (sub)report's pipeline which is no use to me (the OnC… -
"Sarah Ashton" wrote in
-
No, I am not using templates (yet?) as there is no need to separate the
report definition from the executable, no user modification etc. Instead I
have a couple of reports, but each with a large number of subreports
covering a variey … -
Thanks for the patch Jim.
Sorry I confused myself considering some TppPrinterSetup fields separately
from others. I use separate dialogs to set/store them, and then apply to the
reports within their BeforePrint. This is a legacy… -
Thanks!
-
Recompile what? There are several bpl files. I understand that one is to
uninstall one of them, and recompile the dpk file. Which one?
-
I also have a report that adjusts layout to the page size etc. before
printing. I use a custom page setup dialog to gather margin values etc. and
apply these to the report in BeforePrint.
If this page setup dialog was available … -
Why don't you put the patches on your announcements group so that we can all
get it if we want it?
-
thanks
-
Hi Guillermo,
Use a central place for the reports, either a subdirectory of your
application directory or a subdirectory of your data directory.
You can use a relative path to the CurrentDir or a fully qualified one,
there … -
I have no problem in setting known parameters like # copies, or paper name,
but how do I preserve
specific driver settings like Printer Quality, Printer Resolution, Image
Enhancements considering almost
each printer have differen… -
I'm using several reports during a program session and my question is if
it's possible to keep
printer settings( such as paper type and print quality) during a program
session.
I also don't want to asociate those setting with a p… -
Sorry, I almost forgot....
There is a saveprintersetup property on the report as well.
If set, any properties which the user changed will remain.
It's under ppreport1.printersetup I think.
Hope this helps
Carl Davies
I had a similar problem.
It works for me if I have a BeforePrint event for the report, with a line
something like
theprinter:=ppreport1.printersetup.printername
etc.
The BeforePrint event appears to fire before printing but …Thank you for the explanation.
I understood what the example does, just, I didn't get to tie the example my
need. The example, leaves the user it to set up your report, and I don't
know if for the example to work for my need I n…Hi,
pse see demo 123. This demo also shows how to create a custom
printerdialog based on the RB dialog. You can use this custom dialog to
select the printer and print via the printerdevice.
enjoy,
Ron.
Thanks for your reply. Sorry but I found that a BDE TQuery was being used with
this TClientDataset. I converted it to a TOracleDataset and all is well.
Thanks for the thought but I fear this would be a bit too hard for an
end-user to modify easily.
The same method would also be used for printing driver identity badges - but
they can have 8 or even 16 labels per sheet - this wou…Hi,
one way is to create four subreports with the correct page sizes and
just load the needed subreport based on the users choice.
enjoy,
Ron.
Sorry to say it doesn't!!
I have chosen NoLine in the Designer.
I have added the line
Region1.Pen.Style := psClear
to both the ReportBeforePrint and ReportOnPrintDialogCreate events but
neither makes any difference o…Hi,
one way would be to create the report with a Stringlist. Within the
before print event of the group footer put the current sum value into
the string list. Within the beforegenerate event of the summary band sum
all v…
OK. Thanks. But, I still wonder why everything is OK when I compile project
without delphi 6 sp2 ...
On Wed, 27 Feb 2002 15:20:06 -0600, "Fikret Hasovic"