rbuser
Comments
-
On 08/29/2015 5:32 PM, Phil Horst wrote:
Followup - I ended up solving this using SQL, but I would still like to
know how to make this work with Reportbuilder.
Thanks,
Phil
-
Hi Nard,
Thanks for the reply. Good to have it confirmed as a bug. Unfortunately,
updating our Delphi version is not an option, so we are unable to make
use of your patch. Would you be able to direct me to the relevant source … -
On 18/11/2015 15:15, Nico Cizik (Digital Metaphors) wrote:
Yes, I created my RAP RTTI class because I wanted to get info and store
it in a structure BEFORE the report prints so that I could make
decisions about whether to disp… -
The problem with using a subreport is that when report is exported to
Excel the contents of the subreport are not included. My subreport is a
child report. Is there a way to do this?
-
Thanks, Nico,
That is what I have now done.
Ken
-
Thanks Paul.
-
On 18/11/2015 12:21, Ken Randall wrote:
I wrote my own RAP class for this:
//MMWIN:CLASSCOPY
unit _MM_Copy_Buffer_;
interface
type
TnavTppDataPipelineRTTI = class(TraTppDBPipelineRTTI)
p… -
Hi Nico,
Thank you for the clarifications and suggestions.
Regards,
Ian
-
HI Nico,
It was a lloooonnngggg time ago when I/we first started with RB.
Anyway, a couple of functions come to mind.
PadLeft & PadRight.
Space(x) - Insert x number spaces.
DateDiff - Difference… -
Hi Nico,
Have to apologise on this one. Looked without seeing.
Saw & read that page on parameters and tried the methodology but as I
said, looked without seeing. Tried Report.Parameters[0] and other
permutations rat… -
Hi,
yes, that is exactly what I did. And it's working without problem.
Thanks.
Best regards, Tone
-
Hi,
ok, that explains a lot. And it makes thing more complicated since I use
this in service application (web server to be exact) and I need each
report to run in it own thread.
I'll create datamodule in each client threa… -
I am using PrintToDevices
Jianfei
-
HI, Nico
Thanks,
The events in report not triggered. What am I missed.
Jianfei
-
Probably your best option is to write a Pass-thru function, that takes a
TppCustomReport a parameter, to do it. Should only take a few minutes to
implement.
-
I found an example iterating over all report components and translated
it to RAP. Problem seems that recursive code structures are not allowed.
Chicken-and-egg problem. Procedure doesn't compile because recursive
call can't be evalu… -
Thank you, that was perfect.
-
And I sent that before I intended to. The other portion is the field
addition to the pipeline, which I've generalized before..
for x := 0 to (num - 1) do begin
Feeld := TppField.Create(FPipeLine);
Fee… -
Just a little bit more info:
We are using version 12.05
We tried the same report in version 15.02 and used (in the
Footer.Bedoreprint)
Group1.Footer.Visible := False
This works fine.
However in v… -
Hi Nico,
Thanks for your answer.
I'm not sure if I understand correctly.
What I currently have is:
R1: Top 0 cm, stretchable (height at runtime can be between 5 and 25 cm)
R2: Top 15 cm, shift relativ… -
Hi Nico,
I was hoping to somehow avoid another detail dataset but okay, if this
is the solution, then so be it
… -
Hi Nard,
(FYI) Just send an e-mail to the support address.
-
Hi Nard
I'm upgrading from RBServer 17.02 to 17.03. I need to know if this
release (17.03) resolve the issue "Error with summary calculations" that
you sent me with a patch from release 17.02?
Thanks
El 06/09/… -
Thanks Nard
I'll apply the patch and I'll notify you about the results
Best regards
El 06/09/2016 a las 17:40 p.m., Nard Moseley (Digital Metaphors) escribi?:
---
El software de antivirus Avast ha analizado… -
"Rich Ackerson" wrote in message
-
thanks
-
The website is up now, still no answer to the question.
-
Hi folks,
What is required on the Delphi end to make this work? Is the developer
edition enough?
Michael Gregg
-
So the ReportBuilder 7 Server Edition is available to purchase today but
only supports D6 and D7?
-
I purchased ReportBuilder Enterprise prior to Nov 2001.
Is the cost for me to upgrade to ReportBuilder 7 Server Edition from
ReportBuilder Enterprise 6.03 $999?
What is the cost for a new user to purchase ReportBuilder 7 Server Editio…