nardmoseley
Comments
-
Set Scaled to False on all of your forms.
Though RB Server is supporting report forms via some magic, keep in mind
that forms are not designed to be used within threads. In Delphi all visual
controls - including forms are … -
The WebTier internally uses TrsClientReport and TrsClientReportExplorer
components to communicate with the Report Server application.
1. Check the WebTier.ServerConnection proeprties.
2. As a test try connectin… -
-
The TrsReportArchiveVolume does not support a database tree structure.
Try sing file based archives so that you have the tree structure. Then you
will need to implement security. The security info you could store in a
data… -
The TrsReportArchiveVolume also supports the tree structure. This is
demonstrated in the RBServer\Demoes\Servers\Main demo and the
RBServer\Demoes\Servers\VolumeTypes\Report Archives demo.
Set the TrsReportArchiveVolume.Fi… -
Separete the values by a comma.
Example:
SearchExpression := '12/31/1990, 12/31/1999';
--
Nard Moseley
Digital Metaphors
http://www… -
add ppChrtDP
Please do not post to very old threads, just create a new thread.
--
Nard Mosel… -
Your problem with the web log sounds like you have two webtier applications
running. Perhaps a web debugger app and an ISAPI app? Reboot the machine and
then try testing one app at a time.
--
Nard Moseley
D… -
I wrote this article in response to this question. The type of code shown
below is implemented in the RBServer\Demos\WebTier\Custom Parameters demo.
See the commented code and ReadMe.doc for this example.
--
Nar… -
Try the following....
---------------------------------------------------
Tech Tip: Start a new Web Session
---------------------------------------------------
The following example shows how to ask the global … -
Thanks for the addition information. The page that is displaying the
splitter is the report explorer frameset. This indicates that the WebTier is
returning the proper page. The frameset page contains references to the
pages that… -
Try tracing the ProcessLoginRequest method. This should result in the login
parameters being validated and the WebTier.ProcessRequest method being
called. This should display the web report explorer. Check the WebTier
properties… -
I think Borland may be including Delphi 7 when you purchase Delphi 8.
You need Delphi 7 to produce native Windows applications.
Delphi 8 can produce .Net applications only. We are currently working on
ReporBuilder fo… -
1. Sorry about the miscommunication with NorthWinds. Historically, SQL
Server included 'Pubs' and Access included NorthWinds as sample databases.
Later MS starting including a version of NorthWinds with SQL Server as well.
I was… -
Sorry it has taken awhile to look at this.
To get TeeChart 6.01 working with ReportBuilder for Delphi 6, I had to apply
Borland Update 3.
Your example uses SQL Server, I converted it to work with MS Access.
I do… -
Place the TeeChart on a form and then export the chart as a WMF. Then use
RB's TppImage to render the chart image in the report.
I'm not aware of any other alternatives...
--
Nard Moseley
Digital Metaphors<… -
Sorry, have not yet had the opportunity to look into this issue. What is the
exact TeeChart version you are using? TeeChart 6.0 or TeeChart 6.01? I will
have to duplicate your environment.
In your posting you mention TeeCh… -
Try compiling a Delphi application that uses TeeChart but not ReportBuilder.
I think this is a TeeChart issue.
This error indicates that TeeChart was compiled with a different version of
Delphi than what you are using. Per… -
You can add custom SessionParameters. See RBServer\Demos\WebTier\Custom
Parameters and RBServer\Demos\Servers\Custom Parameters. These demo work
together. Each example included commented code and a ReadMe.doc.
Post here ha… -
There is no way for the RB Server to know which exceptions are truly fatal
to the server application and which are not. By design, exceptions that
descend from EReportBuilderError result in the thread being terminated on
the ser… -
I cannot determine the cause of the error by looking at the code.
If you are generated the html form manually, then I woudl try creating a
test in which you let the webtier generate an autosearch form. Then view |
source o… -
Try running the RBServer\Demos\WebTier\Custom Parameters example
Next try creating your own custom parameters demo as a WebDebug app
Once you get the above working then try converting to ISAPI.
If only the ISAP… -
To get a session id, see my post a couple of threads up.
To specify a URL for a report, see the following article.
---------------------------------------------
Tech Tips: How can I request that the webtier
That should read c:\rbWebPub
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
For Apachie, I would try building an Apach Shared Module rather than an
ISAPI.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Thanks for the clarification. I thought you meant Win 2k service pack 3.
We have not tested on Windows 2003, but I have no reason to think that it
would not work.
--
Nard Moseley
Digital Metaphors
Yes, the ISAPI WebTier demo will work on a standard Win2k workstation. We
have Win2k work stations in our office that can run the ISAPI WebTier app.
Most errors are related to configuring IIS and configuring security for the
Some of the ReportVolume events such as BeforePublishReport provide access
to the Report object. See the online helo for the ReportVolume
BeforePublishReport event and the TrsBeforePublishReportEventParams object.
Note that the …
There should have been message about no connection being found. Sorry about
that.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com…