nardmoseley
Comments
-
1. ClientReport
See article below.
2. WebTier
We'll be putting together some demos to address this in the near future
and will announce on this newsgroup at that time.
-------------------… -
I researched this and put together a simple example that I think
satisifies your requirements. I modified the
RBServer\Demos\Client\ClientReport example as shown below. It probably
should be a little simpler than this, but the C… -
Sorry I did not understand what you are trying to do. Perhaps my reply
to the thread above this one is applicable. If not then I will need more
details....
-
There are differences between Report and ClientReport though they do
share a common ancestory and have many similarities as well. Therefore
answers you see in other newsgroup may not apply.
Try the following:
… -
AutoSearch works a littel differently with ClientReport than with
Report. The first time you call Print, a request is sent to the server
to execute the report. If the report has autosearch fields, then the
fields are retur… -
Sorry if my prior post was not clear.
The ClientReport can issue requests to the server to execute a report.
It does this implicitly when you call Report.Print. If the report
requires autosearch values, then the server sen… -
The report is executing on the server - that is where the
TppReport.Bands[].Objects[] reside and that is where any event-handlers
associated with the report reside.
The ClientReport receives TppPage objects from the serve… -
I think Linux is here to stay, but the current climate for Delphi Linux
tools is not good.
Could be a possibility for the future, we'll see what the demand is
like. Thus far we have not seen a enough demand for Linux to ju… -
I researched this issue and have now written a Tech Tip:
---------------------------------------------
Tech Tip: RB Server and Local Interbase
---------------------------------------------
Local Interbase… -
The Server supports RB's AutoSearch feature, which is our term for
ask-at-runtime parameters. If you are not familiar with this feature,
check RBuilder\Demos\AutoSearch. If you have RB Professional or above,
then the AutoSearch … -
Most likely you need to grant security access rights - see article
below...
----------------------------------------
RB WebTier and IIS User Accounts
----------------------------------------
Question: I a… -
---------------------------------------------------
Tech Tip: Printing from the RB Web Report Viewer
---------------------------------------------------
The WebTier is designed so that you can easily add a 'Print' button … -
This is a multi-part message in MIME format.
-
You would need to build in some security to have the user login. You
could use standard html, or some other solution such as IntraWeb/EWF.
If you want the web connection itself to be secure, use https with a
digital certif… -
I assume you are wanting to use the ArchiveVolume component that enables
collections of report archives to be added to the server's report
catalog. The archives can be stored to (.raf) files or to a database
blob.
We will be constructing some examples in the next few weeks that try to
address some of the more common questions. We will make an announcement
on this newsgroup as soon as we have something available.
Thanks for the additional information.
We have not encountered any stream errors testing ASP here.
The TADOConnection component has a CommandTimeOut property that defaults
to 30, that could be your problem. The ClientReport.ServerConnection has
a time out of 60.
When you say you are getting stream read errors, is this a…
Remove the TppDesigner component form the datamodule. It is not
thread-safe and should never be included in a server application.
The SessionType, DatabaseType, DatabaseName values are stored with the
report definition at…
In our tests here we do not have this problem.
Try to isolate the problem. Test the report server application by
accessing it with a ClientReport application (then add additional
ClientReport applications). This test does …
We do not yet have an example of this, however, we will be creating one.
We'll post examples to this newsgroup as they become available.
Perhaps I misunderstand the question, because I do not understand how
this relates to RB Server.
A report archive stores the generated report page objects. See the
article below for storing a .raf file to a database …
This is bug which I have fixed for next maintenance release. If you have
purchased a registered version of RB Server Edition, please e-mail
support@digital-metaphors.com and request a patch file for this issue.
I am able to duplicate this and will research it.
My guess is that the webtier has a problem creating a new report session
within this context. When you call it from the explorer it will pass
"SessionID=XXXXX" where XXXXX …
I just tried this using the main demo server (RBServer\Demos\Servers\01.
Main) and the ASP example (RBServer\Demos\Web Tier\ASP) and the
autosearch functionality is working.
Can you try the above?
1. The user account to which you are logged in does not have any
influence on the web application.
2. The report server application can run as an application or as a
service. The web tier will communicate with the server v…
Perhaps this will solve the issue....
----------------------------------------
RB WebTier and IIS User Accounts
----------------------------------------
Question: I am trying to configure and test the RB WebTi…
This is bug which I have fixed for next maintenance release. If you have
purchased a registered version of RB Server Edition, please e-mail
support@digital-metaphors.com and request a patch file for this issue.
Two threads up from this another developer posted the same issue....
I am able to duplicate this and will research it.
My guess is that the webtier has a problem creating a new report session
within this context. Whe…
Thanks for the feedback.