rbuser
Comments
-
Opps....Is there a merge module for Report Builder Pro 7.02?
-
Nico Cizik (Digital Metaphors) wrote:
As an
This is what I am doing now. The problem comes in that I need a snapshot
of the certain data at the time the report is created. I was hoping to
not have to figure out a metho… -
Hi Nico,
example demonstrating this behavior
1 page end total = 363.668 - 400 = ????
2 page top total = 362.868,00 (error)
correct 363.268,00
Thank?s
Augusto
----… -
> Any suggestions on how to sort data on a calc field created in the dataset
A good in-memory data set should allow you to create a new dataset, copy the
data, sort as you want. KBM (www.Components4Developers.com) has one.
Any suggestions on how to sort data on a calc field created in the dataset
(not pipeline, no crosstab)?
Thank you.
Bernd
BTW: I am able to reproduce this using every example
Bernd
This already is with RB 7.03 Enterprise.
Tracing thru the code:
function TppTextSearchCustomEngine.SearchRequestedPages: Integer;
...
begin
liIndex := StartingPageNo; <<------------- Set to 1
lbFo…Using RB 7.03 Enterprise and the CustomAutosearchDialog.dpr
- Set the TextSearchSettings of ppReport1 to
Enabled=True
Visible=True
- Run the program
- In the upcoming dialog enter 'XXXXXXXXXX' as company name
Thanks for your help Nico
Attachment request noted.
Did not know about the Autostop property
cheers
Paul
Hello
Some more information - This issue only seems to occur when I output the
report to an archive file.
The fact that I cannot get to the code after print is because report builder
goes into an infinite loop!
<…OK,
The ppWWRichEd unit needs to be added to the main form of your project as
the instructions state.
thanks
ObjectBinaryToText does the same in delphi 7 but i can
change it to work like delphi 5. i did not try it wet but it
is a good idea.
Sorted, problem was with my code
Thanks that works - ish
The problem I now have is that I am trying to do this all at runtime.
When I use the code you gave with a report that has been put onto a form, it
works fine, but when I use it with a report that ha…Sure. Just use the Archive Reader component to load the report and print to PDF.
The Archive Reader supports the same properties as the Report component
as far as devices are concerned.
AR.AllowPrintToFile := True;
AR.Archi…Hi Nico ,
Thanks for reply.
I had this problem fixed now.
Well my report was 4 inch by 1 inch labels.
Initally I had landscape setting for report.
But after changing to portrait every thing worked well.
I just upgraded to version 7 hoping that it would resolve this issue. It
did not. So still looking for suggestion of what I might try to get this
resolved..
Mike
Greetings Nard,
linking
This looks to be the problem. Why does Magic SQL do this to me?
I created a very simple 1 dataview report.
Here is the SQL statement from this report:
SELECT DISTINCT DEBT_1.A…That did it. Thanks
Hi
We are currently using Report Builder Enterprise 5 with Delphi 4. Yes we are
using RAP.
Thanks
Julie
Hi Nico
Thanks for this, I tried commenting out several events, changed small items
and recompiled these functions. Four times the compile succeeded and then
the fifth time I got the access violation. It is a very large app and …Thanks Tim,
I modified your code, and changed it to a function. Works great.
Here is the modified code:
Function FindppComponent(aComponentName: String; aReport: TppCustomReport):
Boolean;
var
liBan…procedure FindppComponent(aComponentName : String; aReport :
TppCustomReport);
var
liBand : Integer;
liObject : Integer;
lObject : TppComponent;
begin
for liBand := 0 to aReport.BandCount-1 do
for …Ok here's one for the birds ...
You can debug ReportBuilder source with "Build with runtime packages" turn
on!
U DA MAN! The \Rbuilder\Lib was before my \Rbuilder\Source dir in the libary
path.
Thanks Nico!
Hey Nico,
When I do a build all with integrated debugger turn on, I do not see the
pp*.* files being compiled with the rest of my files. I must be missing
something else. Sorry for the inconvenience.
Regards,
Tim…Hey Nico,
Nope. I still can debug report builder source code. If I put a breakpoint on
line I wish to break on, it turns into a little redcircle with a X through.
I do believe that designates the break point is invalid.
Hey Nico,
C:\Program Files\Borland\Delphi6\RBuilder\Source
Yupper. That's in my library path. Do you have to compile the RB.DPK's with
the compilers options turned on?
Tim
Nico,
We have resolved this matter. It was not a problem with RBuild at all,
instead when we created our own custom report explorer, we replace the
tables with TClientDatasets and should have included a LEFT OUTER JOIN in
…