rbuser
Comments
-
Further info;
Even when the dialog shows "Letter" the Width & Height settings show the
sizes for A4 (ie 8.2707 x 11.6979). This causes certain printers (not all)
to prompt for "Letter" sized stationery.
Rick.
Hi Jens-Erich Lange,
I would not only count the items, I would delete the unnecessary items!
If you can't delete them use another list and store the items of interest there.
regards,
Chris Ueberall;
Hi Chris,
Ok, according to my first idea i do the following:
- I traverse my TList and count all the Items i want to print
- I assign that count to 'ppJITPipeline.RecordCount' and
call 'ppReport.Print'
Jens-Erich,
I don't see from you code why you shouldn't be able to prepare the JITPipeline before printing - as you mentioned at end.
BTW, you could simplify the code in the 'GetFieldValue' event. I would use a stringlist to lookup t…I want implement skipping of data. The source where my data
comes from is a TList with Items that should print and Items
that should be skipped.
Meanwhile i found out that skipping of data should be easier
by assigning all …Hi Jens-Erich,
what do you want to achieve?
(ReportBuilder version?)
regards,
Chris Ueberall;
> The detail of my report includes large (non memo) text fields.
to
Use TppDBMemos instead of TppDBText :-)
--
Ed Dressel
Team DM
> This has already been posted under subreports but I had no response.
Nick, you posted at 1 *AM*, when most of us in the US are sleeping (where DM
is located). Maybe next time wait until a few of us are awake before cross
po…Thanks for the example Jim. Unfortunately I'm more of an 'end-user' than a
Delphi programmer. Is there any chance of an example I can view with Report
Builder itself.
I've actually managed to create a Report that (almost!) works…If I place a line in the page style band this is superimposed by any data
from the report i.e. the part of the report I'm trying to format covers up
the formatting lines in the page style band. Can you set the page style to
'bring to …Did you try using a PageStyle band? (Report/PageStyle). set it to the height
of the printed page minus the margins.
--
Ed Dressel
Team DM
Ah, I've just discovered the DC property of TppCustomPrinter - it all
works now. Thanks for the pointer.
Dave.
On Wed, 5 Feb 2003 21:26 +0000 (GMT Standard Time), adr@cix.co.uk (Dave
Thanks Chris,
Any idea how I convert a printer handle into a DC handle ?
Or, is there any other way I can get the printer DC handle (which is what
the Handle property of the Delphi 'Printer' function returns) from the
Hi Dave,
AFAIK, you have to pass a device context handle instead the printer handle.
HTH,
Chris Ueberall;
Thanks Jim,
Drawing a line directly on the printer canvas produces exactly the same
result so I wonder how MS Word draws lines - as bitmaps perhaps?
Anyway, it's not a serious problem. But I'd like my lines to come out gr…Hello Nard Moseley,
I did what you said and while debugging i discovered that in the function
'ppConvertFieldType' checks
the 'aFieldType'.
The case statement checks on 'ftFloat, ftBCD', but the datafield of the
…When Displayformat is empty, the report is printed as descibed below.
When using the format '#,0.00;(#,0.00), this is wat IS printed: '1,. ;(,. )'
Huh? It's printing only the first digit of 1995.00, and it prints the
formatstrin…
Update to RB 7.02 solved the Problem.
--
Regards
Strike.SoftwareSolutions
Wolfgang Bierl
mail@strike-soft.com
www.strike-soft.com
Hello, Excuse me for my English, I am Brazilian.
I am making a simple report of data and I contacted that ReportBuilder
it is jumping or advancing a registration to each balance of it makes up,
doing that the
didn't registr…duh!
10 threads up is my answer to the question.
should learn to read before I write, I suppose.
Never mind and thanx,
Nick
> I haven't heard any other solutions yet...
With your needs, you will have to come up with your own implementation. This
is not difficult to do. If you want an example, send me an e-mail and I will
give you a link to my curr…Hi Ed,
My reports will always be stored in a centralized database. The big
question is the mechanism used. Since we are using 3-tier, letting RB
update the database is not a solution. Since end-users must be able to
crea…> We are using RB in a 3-tier design and will be storing the reports in a
I have always had my own storage mechanism for my client app. (I know DM
does a great job with the integrated DB report storage--it doesn't work for
me…Since HTML can create multiple files from a single report
(all images are created as separate jpegs and each page),
the directory is only used from the selected filename. The file
dialog is part of RB and I cannot change this based on…Very sorry about this, it appears to be an issue with the Waler ExtraDev
comps.
Regards,
Paul.
> If you choose to output a report to an HTML file
Seeing that this isn't a native DM product, it would be nice to know which
driver you are using to create the HTML files. Also have you looked at the
HTML export settings to …ooops!!! I just looke at the website and I guess I need ReportBuilder Server
edition...
:-)
New driver didn't help. Any suggestions?
Carlos