rbuser
Comments
-
What I am trying to do is run a report from an IntraWeb application.
I need to pass parameters to the server (that is running as a service on a
seperate machine) to initialize query parameters before they are opened for
the repo… -
Are these statements true?
1. TrsServer.SessionParameters values aren't automatically set to the
SessionParameters values received from the client.
2. TppReport.Parameters values aren't automatically set to the
ReportParame… -
Thank you for the response, but I am still encountering a few problems:
1. Whenever I call GetReportParameters from the client, I always receive 4
parameters named "ppParameter1".."ppParameter4" even though I have given
totally … -
Does anyone have a simple example of a report server that receives session
parameters and report parameters from a client application? I know the demos
do this, but I feel that they are a bit too complicated in getting the poin… -
Once again sorry,
I had a 7.01 server service running. Works fine now.
Thanks
-
Excellent,
Whatever you did it certainly works, all my previously large 1000+ reports
now work great with the thin client / web tier. I applaud your customer
support.
Many Thanks.
Simon.
-
Thank you...I believe this is my solution.
-
Thank for your time
I have worked lot of time on this subject without result.
I think in this state there is not easy way to incorporate the
WebTier into a WebSnap application (I hope to be mistaken)
some elements perhaps can … -
This worked great for the report.htm itself, but the nav.htm still seems to
be using the WebCachePath and WebModuleURI of the webtier component. This of
course is fine, as I can still debug the webtier locally.
Thank you!
<… -
Try tu pout this code on your create webmodule Event, and see my
if not IsLibrary then
begin
rswebtier1.HTTPPrefix :='';
rswebtier1.webcachepath:='c:/rbWebPub/Cache/';
end;
Tracy McClarnon a ?crit dans le m… -
Thanks,
Just what I was looking for.
Is there a report server tech-tips section in the tech-tips newsgroup? I
have synchronized but I still don't see one.
Regards
Simon
-
See custom parameters sample.I think it's exactly that you want.
Simon Callcott a ?crit dans le message :
3e8438ac$1@dm500....
when
-
> I'm trying to figure out the best way to build a server that I can use
FWIW, I would do it a little different:
1) A report server, like you mentioned, that accepts requests and create
reports and archives them.
2… -
I cannot prefix WebCachePath and WebModuleURI with https at Delphi
design-time. The TrsWebTier component turns it into http://https://...in HTTPS And WebTier Comment by rbuser March 2003
-
You rock Nard! I looked in the tech-tips but missed this - sorry!
-
Hrm.. That's not what I meant - I want to create an anchor on a web page to
directly call a report. I use ColdFusion for my web site development and
need to be able to call the reports directly.
Thanks for the reply!
Nick<… -
Specifie volume name and file name like this
Var Marequete:Trswebrequest
begin
marequete:=Rswebtier1.CreateWebRequest(Request.QueryFields,Request.Content);
Marequete.SessionParameters ['Accountname'].value:='JP';
I'm trying it now.
Thank you
Any progress on the Demo?
Thank you again,
Tracy McClarnon
Thank you very much!
Thanks for the help.
Mike
On Mon, 7 Apr 2003 19:09:32 -0500, "Nard Moseley \(Digital
I don't use any addon. I only use RBUILDER and ppreport.
I have a PDF printer installed on my server (Acrobat writer). If i print
file on this printer this printer make a pdf file with the input file.
I have only 5 devices in device…thank you for your response
With WebDebugger all work fine.
I dont understand what appen with IIS.
The only difference is that my developpment machine is win NT and the IIS is
WINDOWS 2000 SERVER.
Do you know if is differen…Reading and applying the session parameters in the
ReportVolume.BeforePublishReport event worked perfectly.
Thank you,
Bill
Ed Dressel [Team DM] wrote:
;-)
There are few things I can't make it do, but I'm being responsible and
reading through all the demos and manuals and such...........
> Ah.. Sadly, I didn't wake up until just after 11 this morning.. I've
A full week later and still no question--told you it was easy
Ed Dressel
Ed Dressel [Team DM] wrote:
Ah.. Sadly, I didn't wake up until just after 11 this morning.. I've
only gotten as far as installing it!!!
> I have to say this is one of the best groups with regard to support.
Just for anyone who is listening Team DM is not DM employees. Only
volunteers.
As of noon on Saturday: 0 :-)
Ed Dressel
I have to say this is one of the best groups with regard to support.
Good peer to peer, and you DM guys always seem to have a zip file with
samples galore for just about every question. For this reason I didn't
choke as h…> Excellent. The manual already helped. I haven't gotten it yet, I
In the $(Delphi)\RBServer\Developer's Guide there is a PDF file with
tutorials. Walk through that.
I know--and it is so fun to show off to user …