rbuser
Comments
-
Thanks Jim
My problem is solved.
Regards
Ruaan
-
Actually, the option is Count. This counts the number of records in the
pipe and not the lines on a page. This works to some extent, in that it
numbers the detail lines. However, additional programming is required to
accurately num… -
hi,
there is a property onright mouse with caclulation.... In this combo you can
sum, avarage, minimum, maximum and you have a linecounter.
chris
-
Maybe I'm missing something, but DBCalc doesn't have a calculation type for
lines. I saw in the Developer's Guide that you can use DBCalc to count the
detail records and report the value as a line number, but I need to have a
line nu… -
Hello,
did you looked at DbCalc. This have a calculation property for lines. i
using it in details and it works fine.
chris
-
Jim,
That was one of the first things that occurred to me, as well, but the
variables (all of them) are of type currency.
How does one specify that a particular line of code in a sub-report is
executed only on the second pa… -
I also tried the "Calculating a Summary based on Group Totals"
2nd method from Tech-tips.
This gives me values other than 0 for the accumulators (see parent message),
but they are
wrong. It appears that in some groups, the … -
Hi,
pse see demo 123
enjoy,
Ron.
-
-
Jim,
Just reporting back...I was able to quickly restructure, pasting report heading
info directly into the group header. In five minutes all was corrected.
John
-
Jim,
Well, you confirmed what I had thought...that my report structure does not match
the logic of what I am trying to present! I will most probably restructure the
report, but will attempt your workaround first.
Than… -
With the TppReport.OnPreviewFormCreate event:
procedure TForm1.ppReport1PreviewFormCreate(Sender: TObject);
begin
ppReport1.PreviewForm.WindowState := wsMaximized;
TppViewer(ppReport1.PreviewForm.Viewer).ZoomSetting := … -
<<CORECTED>>
Hi, let me describe how I want my report to look and act.
My two tables are in a Master Detail relationship.
Static Report Heading: At Top Of Every Page
Master Heading(contains data from m… -
Thanks Jim...
I had the NoDataBehaviors property of the subreports set to BlankPage, but
changed them to BlankReport. However, that was pretty much working ok as the
subreport was not not showing at all if there was no data. The… -
> I use teechart in my report to generate a timetable. Now i need to draw
into
You could create a metafile canvas from the TChart, then write on the
metafile.
lMetafile := FChart.TeeCreateMetafile(True, lRect);Thanks
G
usaully this is caused by information stored in rbuilder.ini that has
changed, like a screen resolution or printer driver. so just delete
rbuilder.ini.
I since talked to tech support and it turns out that if your default printer
is not connected you get thyis error message. Once I set the default to a
connected printer, all was fine.
G
Works like a charm!
When you pair up a top-notch software product with consistently excellent
developer support, you can only win and win big: congratulations!
Best regards,
Ray
Thanks a lot . However, after analyzing the demo program you mention and its
OnGetCaptionText event, I am not able to descipher how to change the
variable's caption. Could you please give me an example (in code)? For
example, how wou…Hi Nard,
I forgot to mention that I use W2K.
Searching Tamaracka for paper bins my suspicion is that some printer (HP
2200) doesn't react on changing paper bins as it is described in the
tech-tips. But in the printer …Hi Nard,
thanks for your answer. But I can not see what you suggest.
1. I did download the latest printer driver dated from 04/02/2001.
2. I used the tech tip as you can see below.
ppReport1.Engine.Page.Printe…Thank you very much for your reply.
Now how can I put that in RAP ?
Do I have to create a pass-thru function for every property.
Thanks for the reply.
no
that
the
The issue at hand is printing statments. When requesting a statement, the
user has an option, to enter a start date for when transaction history
should start showing. Yet I can't …Create a calcualted field in the dataset of type integer. In the
OnCalcFields event, use:
begin
Table1GroupBreaker.AsInteger := (DataSet.RecNo- 1) div X;
end;
where X is the number of records you want to keep t…Hi Gerald,
I have no problems using a JIT pipeline in the designer.
Do you have problems with the JIT demos from ReportBuilder?
If the problem is recreatable then send a small demo to
support@digital-metaphors.com
> Use a runtime designer.
I am.
I create a string list which I use to populate the JIT.
When do this and use 'ppreport1.print' it works fine.
When I replace ppreport1.print with ppdesigner1.show, and then try to open
it …