rbuser
Comments
-
On Mon, 7 Nov 2005 07:33:56 -0700, "Nico Cizik \(Digital Metaphors\)"
-
In your own examples you have a TppViewer on a TPanel on a TForm. Is that a
different scenario? Can I safely put a TppViewer on a TTabSheet on a TFrame
on a TForm?
Thanks for saving me some test time.
Keith
Recieved and Tested. Everything works fine now. Thanks.
--
Nico,
Thanks for your suggestion but that does not seem to work. I assigned
the color in the rptBandDetailBeforePrint event with no effect.
In another test, I manually selected the color with the designer
toolbar agai…Needs to be TIF -- I'll contact Waler.
Thanks Craig
On Tue, 8 Nov 2005 09:39:21 -0700, "Nico Cizik \(Digital Metaphors\)"
I'd like to print the report content to the stream.
In one of my apps I need to keep a copy of what was printed in a db.
Currently when the user prints the report I also 'print' the report
to a TIF file (using extradevices) and…The major problem is... in my delphi machine it works correctly... but in
any machines the error occurs...
PS. using d5 with 7.03 report builder...
Version info is
Report Builder 6.03
Delphi 6
Windows XP
I need to save my template in a BlobField in my personal Table. I am using
this code but it doesn't work fine.
var
aRep: TMemoryStream;
begin
try
aRep := TMemoryStream.Create;
ppReportEuro.Templ…Thanks Nico, I find the Angle property..
The second question, correct is: Ilike to print in Epson LX-300 or Epson
LX-810, I want to print only printer-font, is more fast to print document
bank... my question is this, can I print fast…Thank you for all information you give me: I've reached my goal with
complete success.
Roberto
with
get
--- posted by geoForum on http://delphi.new…Thank you, I implemented following this track and it promises to be a
good solution.
Since I will put a TppVariable in place of TppSystemVariable, I want to
give to the user the possibilitie to choose the format between:
Page n…>You could check the datapipeline or dataset before calling Report.Print
to see if there is any data available. If not, then simply do not call
Report.Print and display a message.
I can't do this way because I use BeforeOp…>Hi,
I would like the preview form not to be openened, since it is completely
blank
true?
How to do it automatically (without having to click on Close button)?
Thanks,
Roberto freitas
present…I couldn't do it using TppReport.NoDataBehaviors property because it's
options are correlated each others and there is no possibility to set
them all FALSE.
So, with no data I always get a single blank page displayed on the
st…I found an important detail that explains lot of my problems..
In your example "Calculating the widths of components at run-time"
the screen pixel property was used.
See:
..
{set components screen pixel left}
Hi Nico,
Thanks for responding, I understand that is difficult for you help me
without seeing mu code..
Yes I alread tried autosize=true
But even so it doesn't work well.
The left position is too large
Remember th…Hi Nico,
What I need to do is quite simple:
1. load a report template.
This template has a title, a footer and a detail
The detail contains no components at all (in the final version)
2. at runtime the user…Hi Nico,
Total confusion here...
For test I tried to put manually with the report designer a TppDbText on
the same report in which I am creating components by code.
So I can compare the runtime generated TppDbText with the…Does the PpReport.units property matter in this context ?
Nico Cizik (Digital Metaphors) ha scritto:
Hi Nico,
This is the (pseudo)code I use
lCanvas := ppPrinter.Canvas;
lCanvas.Font := lCustomText.Font;
FieldSize := GetFieldSizeFromCatalog;
Campione := StringOfChar('A', FieldSize);
liTextWid…Hi Nico,
I tried something like this:
uses
ppPrintr;
...
liTextWidth := ppPrinter.Canvas.TextWidth(MyString);
But the results are still larger than needed...
My code loads an external …Nico Cizik (Digital Metaphors) wrote:
9.02, Windows 2000 Terminal Server..
Regards
Keith..
Sorry,
I?ve a query that return with many fields. the query it?s somthing like
"select * from...". I need to chage the query by something like "select
field1, field2... from.." But this fileds depends the fileds thar are used …Alternatively you could create the whole grid in the PageStyle band and then
get the detail band to print just the data in the cells on the grid.
However, it might be a little time-consuming to get the detail band and the
page…Thanks for the reply... I will check it out
Hi,
You may try GridPack for ReportBuilder at
http://www.planitechnologies.com. It make a lot eariler to design the
reports like yours. and It does support all t…Thanks for the reply... I will check it out
Hi Tim,
Make sure you aren't using the Rich Text version of the memo. Rich Text
uses it's on internal formatting and setting the font of the memo will have
NO effect on it's contents.
Mark Greenhaw
One Domain…