rbuser
Comments
-
you could group the detail for a common field, and then use the keep
together property of the group.
That could work.
-
ok Nico, thanks anyway!
I will try explain that to my boss... : )
-
Hello Nard,
Thanks for your answer. I tried your suggestion and now the sort order in
the report is working fine.
Yesterday I discovered that calling the method ppReport1.Reset also resolve
the problem.
Is there … -
I said in the previous post that I CAN put a shape component on the form and
change the color to the watermarkcolor (that light shade of gray) and ity
prints just fine. It just won't print this color with the font property of
a label… -
> Make sure that you creating an enhanced windows metafile rather than a the
I'm not sure I know how to tell ?
Anyway I have a solution to the problem:
1. Extract a page from the PDF and save it as a graphic.
2. Change t… -
Hi, Andrew
The demo EXE located on my download page exactly tells you how to use my
grid component at run time, since there is a button which launches the RB
run time designer, and you would see 5 extra grid pack controls on t… -
Thanks I had a look at it but it still seems a lot of work to create a form.
I have quite a lot of forms to do and it would still be a lot easier to try
and use their original PDF image.
Your help file makes no mention of how to… -
Hi, Andrew
Take a look at Grid Pack for ReportBuilder at
http://www.planitechnologies.com, it used to design very complex fill-in
form reports, it will save you a l… -
I found a way to convert PDF to WMF using Adobe Illustrator.
I now have a WMF file but it is not drawing correctly in RB at all. The
fonts are completely the wrong size for a start.
The WMF should be ok because it looks an… -
Hi Nico,
Thx for the examples but its still unclear how i can assign, when sending to
print/screen device and archive, each (print/screen) page from the report to
a different archive filename.
Greetings,
Filip
hello Nico,
Great!
Eric
Hi Nico,
Thank you for your answers.
I solve my problem now. I have create Fielddefs for my Query at design time
with the Fieldeditor. In this case the TppDBPipeline can't build an other
Fieldlist.
If I delete the Fiel…Hi Nico,
No, I change my Query before report generation.
For example:
I have 2 databases adress and contacts.
The user can make his own query with the program.
First simple query: 'Select * from adress where zi…I put a ppReport on my main form and
with ppReport1 do begin
Printer.Initialize;
end;
in the formshow. The delay is absorbed in the normal application
start-up that the end user expects. Opening…Hi Nico,
Thanks Nico,
Is there any Reportbuilder call to cache this information? I tell you
because I will put this call at the beginning of my application.
Application will seem faster.
Thanks. (Again)
Hello Nico,
I'm using 7.03. In my case PC where is printer connected is turned off.
Thanks
P.D. I'm registered user. Where can I donwload the lastest version ? Thanks
again!!!
excellent! thanks!
Try using the printposition property to control!
"Nico Cizik (Digital Metaphors)" ?b?l??
Thanks Nico Cizik
I have adapted code from yours.
The delphi compiler tells me that Undeclared identifier: 'PrintButton'
interface
uses
Classes, Controls, ppPreview;
type
TMyPreviewPlugi…Hi Nico,
Tried that with the following much simplified code.
procedure DetailBeforePrint;
begin
DBText1.Text := '1.5';
end;
This doesn't change the text at all. Have I missed something in your
…I'll be damned.
Just by switching from preview back to calc all of a sudden the
designed/compiler knew the variables !!!
Thanks Nico. That works but is very complex and tedious if you have
many components. Drag and drop in the Report Tree would be very nice.
in the doc section of the web site I found this:
http://www.digital-metaphors.com/PDF/LearnRAP.pdf
--
Ed Dressel
Team DM
Done. The subject is "PageBreak bug demo for Nico".
--
Bill Todd
Hi Nico,
Hmm... yes I think I could use that. Thanks.
---
Fabio Lindner
I know it's a RB forum, but as this seems to be a grid in wich you present
your data.
There are several grids that have some serious printing options with them,
of even products that allow you to print whateven TWinComponent to aNico Cizik (Digital Metaphors) wrote:
Perfect, works great. I thought creating with an owner would do for
lDetailBand & lRichText as in my code example rather than having to
assign directly.
Cheers, Tom.
Nard thanks the new version (7.04.02) fix the image problem for both
Third-party Barcodes and RBImages
Regards
Yes all with version 7
I'll let you know of the results
Thanks and happy xMas and 2005
Carlos