rbuser
Comments
-
Sorry about that. I realized it was not configured properly after I sent
that last email.
-
Nico,
Thanks for the answer. I was hoping there would be a simpler solution to
this, but guess it'll take some work down the line.
-
Thanks Nico,
Ideally I only want to use RAP for this so I am setting the Pen.Stye at Run
time. As there will be more than 3 regions I want to (in RAP) set all the
regions to psClear and yet the code that I would use in Delphi … -
Thanks for the reply. I perhaps didn't explain my problem properly but your
reply did contain the magic words I needed - "page limit"! I didn't know
there was that property, so I have been able to cut my report off after that
first… -
Thanks for the reply. I have done that - everything is inside a subreport in
the detail band. However, remember that this subreport also has a detail
band - while the first page of the reprot is as I want, it then repeats that
same… -
I have done what you want and it works just fine for me.
Place everything in the detail band, then set the bands per record of the
detail band to 3 (in the detailbands.beforeprint event for example). If you
need to, place a su… -
Nico Cizik (Digital Metaphors) wrote:
Ok thanks.
I will look into caching the reports on the client pc's
regards,
Will.
-
Thank you, Niko
By the way, can I some how get access to that Search window
programmatically? Or some how setup those parameters in a code? The problem
is that we have s/w "Scheduler" which allows to auto run (print, preview)
Thank you so much Nico.
Fabio.
>>
In the server app and the client app make sure to add ppJPEG to the uses
clause.
<<
That was part of it. Unfortunately it just dawned on me that using RBServer
the DBImage path such as C:\TEMP\PHOTO.JP…I've never used the WPtools interface in ReportBuilder. I'm pretty sure they will work the way you want. You could confirm with Julian in the WPTools newsgroup.
Do you know if these will do the function I need, namely allow me to
have the formatted document show up correctly within an RB generated
report?
--- posted by geoForum onIn the product with which I am working document templates are created in
WPTools and then the documents that are generated are stored back into
the database as RTF objects. That's the way the product was built, as to
why I don't kn…What is the advantage of using the WPTools interface, when ReportBuilder
already renders RTF?
- teller
The ReportBuilder support files for WPTools can be downloaded from the registered user section of WPTools
Right, the property is available after selecting the subreport's tab, but
even after i make sure that the property is set to ndBlankReport (that i
think is the default) the subreport's summary band doesnt print.
I tried severa…Do you mean Report's NoDataBehaviors property ?; there is not such property
available to subreports on RB6.03.
Anyway, I tried NoDataBehaviors property on the Report but doesn,t work. im
still unable to get Subreport's summar…Thank you - would never have got anywhere near without your help.
Regards
PLJ
Nico
We now have a bright red form.
How do we add an extra button to the Standard toolbar so we can email the
report?
ppPreview states
in Custom previewer Comment by rbuser October 2005OK, 10 seconds after replying I realised what else I had to do (move sub
report header to main report page) and it now all works perfectly.
Thanks again.
Keith
Hi Nico, thanks for the quick response!
Doing that means that I can get rid of the OnStartPage event that I was
using to supress the main headers on all but the first page. However I'm
still not getting the sub report headers …By the way, when you go to the Steema download screen for TeeChart Standard
it says version 7.04. However, when you download the file the file name is
standard7.05delphi2005.exe. I haven't installed it yet so I don't know what
the …Thanks Nard.
Hi Nard,
I've tried demo projects from RBuilder\Demos folders and I could not
reproduce my problem. Everything works fine. I belive it's a problem in my
code. So let me ask you again "Could it be problem of ADO connection to
Hi Nard,
With built-in Report Explorer - identical behaviour (on Close event designer
asks "Save report? and if I click Yes popus "Save as"
dialog). Could it be problem of ADO connection to Pervasive DB?
Best Regards…works great thanks
Set Report.PassSettings=psTwoPass.
In the BeforePrint of the FooterBand insert something like this:
procedure TForm1.ppFooterBand1BeforePrint(Sender: TObject);
begin
ppFooterBand1.Visible := ppReport1.PageNo = ppRe…Set LookAhead = True.
I am using a BarCodeType of bcCode128. Thanks for looking into this!
Gary