rbuser
Comments
-
We are using RB 7.03. We have installed the patch - the same you have given
me for this issue. The images and reports are part of an entire Payroll
System we have built. I will make a simple test program to illustrate the
issue. T… -
Nico,
We have been dealing with issue for too long. We print lots of reports
(upwards of 100 pages a day) each with multiple images on each page. We
have done all these suggestions, and fiddled with every possible combinat… -
Nico,
The fix was setting Transparent to False. Although, I don't know what I'm
going to do if and when I need to have this set to True. I have not tried
the patch yet. My immediate need is to get the image to print.
Tha… -
Thanks Nico. I will do your suggestions. I am already using the BMP and
DirectDraw = true. However, I am sure that I have Transparent set to true
and will change this.
Jeff Kreider
-
Harry:
It's a difficult question to answer, especially if some of the data could be
there but not all of it. The problem sounds like more of a busiess-rules one
then a report-generator one. Does that make sense?
Ed Dr… -
As often, to soon to post, tis solution works, if you have a better
technique, please let me know
// Set Output Device
ppReport.DeviceType := dtArchive;
ppReport.NoDataBehaviors := [ndBlankPage];
… -
You can try the Dot Matrix device included with TExtraDevices. This bypasses the driver
and sends the report data directly to the printer port.
A demo can be downloaded from www.waler.com/download.htm
James Waler
Wale… -
Nico,
Thank you.
Customer needs to print these continuous forms using Microsoft? "Generic
Text Only Driver".
Printing to the (much) slower "Graphic Driver" is not an option, due the
restriction in print spe… -
Hi Nico,
thank you very much, it works now!
Dmitri
-
Hello Nico,
I have tried your example, but the Report.OnPrintDialogClose event is not
fired.
My code:
procedure TFrame1.ActionPrintExecute(Sender: TObject);
begin
ppReportMain.Template.LoadFromFile… -
Sounds fine to me!
Thanks for that.
-
Thanks,
It's working better now. I missed these new Background printing settings.
But I still have some problems.
1.After loading the report from a stream, I assigned programmatically
onFormat events for some TppText … -
Hi Nico,
Just curious about the internal workings of RB, as it is processing
each record of the dataset, can I fire the Grouping event manually
(depending on a record field value)?
ie I have no grouping on my Report s… -
Hi Nico
Many thanks for the quick response.
Regards
Juliana
-
Hi again!
I've changed the TppReport.ShowCancelDialog to false and now no access
violation exception is raised. Any ideas what may cause this?
Thanks,
Arnau.
-
Thanks Nico
It works perfect
Michael
-
I found on the web Proxies.pas:
unit Proxies;
interface
Function IsProxyClass(ComponentClass: TClass): Boolean;
implementation
Function IsProxyClass(ComponentClass: TClass): Boolean;
begin
I don't found "proxies.dcu" in my computer...
Yes, this is my message!!! I'm using Delphi 7.
Thanks!
I have the same problem; I include DesignIDE.dcp but don't resolve...
Tathiana
SP - Brasil
Ed,
Works fine, thanks.
The red color was to dark when printed, any way of setting it to light
red?
/Ronny
2 tings (without testing): Try setting the color of the shape in the shapes
OnPrint. Also, set the Brush.Style value. e.g.:
procedure TForm1.ppShape1Print(Sender: TObject);
begin
if ppDBText1.FieldValue < 0 then
…no important code written
maybe is because i put visible/invisible some label with a dynamic band ?
but…> I created a patch for this issue. If you would like the patch, please
send
Thanks, Nico. I will do that.
Tom
Is there anyway to retrieve the ShortTimeFormat global system variable in a
report builder calculation so I could...
FormatDateTime(LongDateFormat + ShortTimeFormat, varDate);
Thanks,
Yelena
One last question:) Is there someway I can use inches instead of pixels?
I've tried setting the ppShape.Units := utInches but it still converts the
Height property to pixels. Is there some way around this?
Thanks very much for your help
Thanks Nico,
I'm using the BeforePrint event of the band. No they're not from templates.
When you say report units do you mean I have to use the ppShape.spTop := 2.
or ppShape.Top := 2
The reason I'm doing this is that I need to…"Nico Cizik \(Digital Metaphors\)"