rbuser
Comments
-
"Nico Cizik \(Digital Metaphors\)" wrote
-
On 22 Aug 2003, you wrote in
digital-metaphors.public.reportbuilder.general:
I have changed the image in the .res file, but the new image isn' t shown.
Do I have to compile anything new or to change anything else?
Can you put multiple sub reports, load the individual reports into the sub
reports, then print the report?
Ed Dressel
Team DM
Great timing. Sending out the email to all the registered users and
the site goes down?
Craig
I tried yesterday and today and I have not been able to pull it down either.
Same here! I cannot bonnect either.
Davod Mustard
I cannot connect to your site to download the update. Is your site
down?
Thanks,
Craig
use sub-rapports
Hi Nico,
post).
When setting the report (and subreport, no more master/detail link) to OnePass,
the dissappearing starts after I've browsed the last page (page 5 in the trial)
and
go back to p1... ANY idea?
…Hi Nico,
I'm using the trial 7.0.2 version - can this be related to a second pass
of report calculation not getting the right data?
(still fiddling around with master/detail for a JIT pipeline - see other post).
Have a look at the events fired, before and after the pages and objects are
rendered. We use them to create, update and destroy a progressbar.
HTH
Bernd
Problem solved...
Moctezuma Sandoval wrote:
I tried adding it to the form with the report on it, to the DataModule
where the TppDBPipeLine is, and both but still no luck.
Like I said, it works fine in design mode, but not in preview …Skot,
I was having exactly the same trouble, and the ppJPEG in uses clause did the
trick, here is a sample of the unit's code:
unit uDMReports;
interface
uses
SysUtils, Classes, ppParameter, pp…Moctezuma Sandoval wrote:
That didn't do it either. See anything else I missed?
Add ppJPEG to your uses clause.
Regards
Hi Nico,
Thanks! This works great.
Would, in a future version, this be possible as well:
Report.MainReport.Parameters['...']?
--
With regards,
Martijn Tonies
Databas…>I tried a full re-install of TeeChart 6.01 and RB 7.03 and was able to
Thank you very much for the help. It worked, but I am waiting
anxiously for the new build. Thanks again.
Mike
>Which version of Delphi are you using? Try doing a complete uninstall of
I am running Delphi 7 and I have reinstalled Report Builder, and I
have the same problem. The paths are correct.
Mike
Where do I place this within RAP? Since the Report server is loading and
producing the report, I do not have easy access to DataPipelines in the
various sections of the report. I attempted to place the following code in
the BeforePr…Thanks Jim,
I had put the code in the ppHeaderBand1BeforeGenerate and everything seemed
to be working great until I switched to Portrait from Landscape and then
started moving through the pages. There should have been more pages…Mike,
Thanks I'll try this
Charles
Jim,
I'm using rb 6
Thanks
Charles
in the PreviewFormCreate event put these lines in :
ppReport1.PreviewForm.WindowState := wsMaximized;
make sure you have ppTypes and ppViewr in the uses clause.
I use this for my users too :
TppViewer(ppRepo…You can create the manifest file manually for delphi 5. I remember reading
and article about it on borland's web site. I think you have to drop a file
on the directory where the application runs...something like
manifest.xml...but I'm…Found the problem, I needed to set AllowPrintToFile property to true. Still
having problems with the scroll bar thing. Please see another post. Thanks
After further review it seems this error message happens if the DeviceType
is initially set to 'Printer' and changed to 'Screen' just before calling
the print method. Any help is appreciated.
Thanks in advance
Hi,
Is there a plan to build this functionality into RB? It seems like a fairly
common problem and would be nice to be able to do this without having to
write lines and lines of code.
Richard
Nico,
Thanks for the suggestion but this is not the problem. The actual master table
for the report doesn't have null values just a lookup table used in the SQL
"Order By".
e.g.
Select Invoice,*, Division.DivisionNam…While I agree that null values (in just one field of the record) are not
necessarily desirable & I am taking steps to prevent them in new data, I found
this as a limitation.
The null values are obtained via a query perform…