rbuser
Comments
-
I've discovered that I must manually size the tppimage in order to get it to fit
on the page. Near as I can tell, there is no way to stop a stretchable band
from stretching to larger than page depth.
-
Thanks Alexander, but isn't there a better way to do it.
I'm using a TQuery, I've been trying to set the option for "currency = True"
to display the values as currency. This works really well for data grids
etc.... However this … -
Thank you for clarifying this and thanks for your time.
Robert
"Alexander Kramnik (Digital Metaphors)" schrieb:
-
Alexander,
thanks for your answer.
Could you please tell me what kind of alignment issue you addressed by
adding the left margin?
It would be useful to know before I recompile the source without the
extra left m… -
Ronald Janse schreef op 25 jul 2002:
Just found out why it didn't work...
The report I use did not have 'live' data available at the time of design.
That means I could not use the preview tab. It looks like it, that the
… -
Hi Bill,
when I use pictures, I'll get problems in a Win9x box with larger reports.
But I never had problems in displaying large reports with NT or W2K, even
with pictures.
I would do a simple test with a 1K page report.
Either on the before print of the band where the label is located or the
BeforePrint event of the report you can set the label caption property. For
example:
procedure TForm1.ppGroupHeaderBand2BeforePrint(Sender: TObject);
Hi Ian,
looks like you have a corrupt installation. (rbIBE66.bpl is needed)
--------------------------------------------
Article: Cleaning up a Corrupt Installation
--------------------------------------------Excellent solution, thank you. I was hoping you might have done this already
for us
but I think I can manage it. Ma… "Jon" wrote in message news:3d417e10$1@dm500....
This is BDE error $2504. It has nothing to do with ReportBuilder. You're
hitting resource limits in the BDE with your query. You could try
increasing some of the INIT paramete…
Thanks, Yo da man!
In article <3d454896$1@dm500.>, "Alexander Kramnik \(Digital Metaphors\)"
says...
|The ExtEscape function is accessible via Delphi with the same parameter
|list, it is defined in the Windows…
here's more tech info:
I have some docs, and told me to use the WIndows Printer Escape Function. Using the
Windows API | ExtEscape, I don't know how to call these from Delphi. Is there anyone
here who have done so?
I love aour support!
I have done this and it works very fine. With Chart.Printresolution = -200 I
get a fine circle.
Doing the same in RB i get a circle like Microsoft Chart 15 Years ago.
We have tested with HP Printe…No need for answer! Thank you!
If you JUST want a memo ONLY to print on next page, set
stretch = true
If you want the header repeat AND the memo to print on more pages,
then Put memo you want to flow on …
But this is exactly the problem.
I set the TppSubReport to two passes and when previewing the report the
object inspector show the passSetting property going to One (generate
the report) and back to two (once its done). Why?Hi Alexander,
Thanks for you assistance.
Is there any way of doing this inside the report?
I had already seen this tip and tried to use Calc section.
I was hoping there was a tip on using it
My report has 2…yes, it's all okay now, thanks
"Alexander Kramnik (Digital Metaphors)" schrieb
im Newsbeitrag news:3d454144$1@dm500....
Alexander,
thank you for the quick replay.
You are right, there is no Report component to which they are linked.
So I will reassign them at runtime.
What the pipelines NG is concerned, the last entry I can see in my n…Alexander,
This source used to load and create the ppLabels and ppDBText...
dmGerRel.ppRelato.Template.FileName := 'c:\teste\Modelo.rtm';
dmGerRel.ppRelato.Template.LoadFromFile;
dmGerRel.ppRelato…The Report is being loaded from a template (rtm) and adding ppLabel?s and
ppDBText.
The property is ppLabel.Font.Style = fsBold. Whichever Property from FONT
don?t change(Color, Style ...).
"Alexander Kram…ok, then is there away to access the chart when it is created so I can make
what changes are necessary.?
thx
John Kerns
"Alexander Kramnik (Digital Metaphors)" wrote
Well. . .I?ve discovered yet another piece of my puzzle.
The problem only seems to occur when the richtext is set to fs18 (9 points).
When set to 10 points, it paginates correctly. Maybe something is just
corrupted in my …OK. I think I found a hack that will enable me to somewhat work around
this problem, but would still appreciate any insight you might have that
would give me a more graceful solution.
What I?ve done is put the Richtext field an…I checked the BottomOffset -- it?s 0.
I placed a line directly below the richtext. It renders on the
following page.
Any suggestions on how I can get the richtext to not cause an
additional, blank page?
I…Hi Chau,
please use NG 'borland.public.delphi.thirdparty-tools' for those kind of
questions.
If you have any questions regarding ReportBuilder, you are welcome.
You will find some pros (and the trial version) on Digital-Met…ok the passsetting should do this.
i set it in a the particular report and its not working. however i tried it
in a new one and it works so im guessing something is goofy with the bad
one. thanks for the help.
John Kerns
ok nevermind the value. if i put in something like this in the varible
OnGetText
if Report.FirstPass
Text := 'First'
else
Text := 'Second'
Am I correct in assuming that the report should show 'S…John,
Does that mean, that you check the values in the 'OnCalc' event of 'Var1'?
The critical value is 'SUMDB2' resp. 'gVar'. If 'gVar' holds the right
value, I can't imagine why 'Var1' doesn't display the expected value.
<…Ok , heres what Im trying to accomplish. Im working with two dbtext fields.
Call them DB1 and DB2.
I have a sum on the DB2 field called SUMDB2. Then I have a variable called
VAR1.
what i want to do is divide DB1 by the SUMD…John,
I guess the value passed isn't uptodate.
Can you tell us what you want to achieve?
How and where do you summing?
What is your report layout (subreports)?
regards,
Chris Ueberall;