rbuser
Comments
-
Never mind, I did see it in another post and I just found that post:
The webtier processes requests for web content. These requests consists of
1. The URL for the webtier
example: in Print from URL Comment by rbuser August 2007 -
Thanks for your reply.
Can you please give me one example with ISAPI?
I need webtier, reportserver and asp.net application in that example.
Please help me.
Thanks&Regards,
Mallik.
Nard Moseley (Digital Metaphors) wrote:
My only concern is if the output of ProcessWebRequest could change for
some reason ...
I tried and it works but it returns the local path while
ProcessWebRequest returns the w…Nard Moseley (Digital Metaphors) wrote:
I am trying to do this but with no success...
I tried
rsClientReport1.AllowPrintToFile := true;
rsClientReport1.DeviceType := 'PDF';
rsClientReport1.PrintToDevices; // e…Thank you Nard.
These look quite promising.
Bill Brittain
I found that using an http call from our scheduler area to call the reports
thru the webtier component works.
I removed the Response.Content to not return the report to our calling
process.
Our Request is calling th…Just thinking.
Since we were thinking of calling some processes as webservices from the
scheduler.
Possibly we could utililize the webtier component to use in an asp.net
webservice to generate a report with "content…Any idea when this is likely to happen?
I have been asking for this for a long time now
What about drilldown on web reports?
Cheers
Paul
Any advice Nard?
The parameters are specified by the user in our win32 program
They will set up a batch of reports.
For example, they will want to run Report 1 for all locations followed by
Report 2 for all locations
They speci…ok I see that no files are generated by the server now
But in order for the server to generate 1 set of page objects for all of my
reports which the client can then combine into a single file wont I need to
send all the inform…I think its the report.print method I need to go with this is because it
will not be as simple as just having a pipeline containing the master list
of meters, there is a lot of other information required
This information is cu…Hello
Here is more information.
We have the following hierarchy
Location Groups
Locations
Meters
For example
Location Group 1
Location 1
Meter 1…Thanks for the quick reply. In see the example now in the Trial version of
RB Server that I downloaded under Demos\Web Tier.
Can I take what is returned from the WebTier.ProcessWebRequest call and
display it appropriately wit…Nard
What happens once a report has been served to the client. Does the thread
get destoryed or is it left lying around to be used again?
I ask because this has happened again and I am noting a gradual memory
footpr…I haven't used the BDE since Delphi 3........a long time ago
I use ODAC and I will attempt to analyse the server although this issue
occurs rarely so it is subtle.
Nard
Yes, have copied on the patch and it works like a charm, thank you very very
much. I can also confirm it works no problems with UNC file names.
Jason.
Any thoughts on this please?
Thanks,
Jason.
Thanks for the reply Nard. I have fixed this now, your last post gave me
food for thought.
The HTML source when the search form was displayed was:
but when the Search button was cl…I should add that when I click the Search button and get this error message,
the URL seems to drop back to:
http://myserver/selfservicetest/reports/ssrepo…I *probably* found the problem in my code. Not sure but ...
Many thanks sorry for the mail overflooding
One last question:
In my solution I use two sessions id (one the first time to get and send
to the client the as fields list,…Now forcing ShowAllValues := false for all AS fields with a not null
value I got the where condition, thanks.
But I still have the problem and this error still puzzles me.
Here is my actual state of the art about this:
1. I…Perhaps may you tell me which are the conditions that rbserver (or
rbwebtier) check
to decide to *not* insert the where clause (=use the autosearch
value provided) in the sql ?
In your example there is also this call:
aWebRequest.ContentParameters['Refresh'].AsBoolean := True;
What does it do ?
Do I need to refresh something after setting the as (=autosearch) values ?
The problem seems only on that integer parameter but I set all
auto search fields the same way ...
Do I need to treat as differently according to the data type ?
It doesn't seem so from all examples I saw (mostly win32) ..... ? ??
Nard Moseley (Digital Metaphors) wrote:
The first AS (which gives me the problem) is an integer.
Then I have a string and a date which work.
It is quite strange. The value I enter is simply ignored
but if I enter the value 10 I h…I started from your WebTierComserver example.
I added a public method for getting a list of the autosearch fields of a
given report.
The asp.net client reads the list and build a form
to fill them in.
Once the as are filled …I tried with your isapi dll client and it works...
So the problem is in my code...
Could the problem be the fact that I don't check the cache before trying
to initialize the autosearch (as you do in one example)?
I'll try in tha…Nard you are correct but we recently had a server certificate expire.
Our ASTA data server allows you to ignore the error. (temporarily of
course) I wondered if RB server had that setting.
To solve this we built an optio…"Nard Moseley (Digital Metaphors)" wrote in