nardmoseley
Comments
-
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…
1. Was hoping you could test this for me. Do you know what is the cause of
the issue? We often rely upon international customers to help us with
international issues. Sure I can test it, but I have US Windows and US
Internet Exp…
1. I do not know why the international characters are not displayed properly
in IE. Try performing a View | Source on the html page that displays the
characters. For the report explorer there is a main frameset page, a left
fram…If you use ADO connectivity then you need to have a TADOConnection component
on the DataModule that contains the ReportVolume. Set ADOConnection.Name to
euDatabase - the name that is stored in your templates.
--
Nard …
Your reports will require a thread-safe connection to the database. Add a
Database connection object named euDatabase and a Session object. For
examples see RBServer\Demos\Servers\03. Explorer Databases for examples.
In th…
There is currently no way to do this. You can only one run RB service per
machine.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.co…