rbuser
Comments
-
Thanks Tom, that was it.
-
Hi Jon,
pls use pure text messages, when possible, thankyou.
regards,
Chris Ueberall;
-
This is a multi-part message in MIME format.
-
Your fix for this worked great.
Thank you!
-
Any luck with this one?
-
This may have been some sort of caching issue, after restarting IIS the
report with "soInlist" is working as expected via the WEB.
-
Thank you, Nard. I will have a look OnReceiveAutoSearchFields Event to
create my custom autosearch dialog.
-
Works Great! Thanks!
-
I'm sure I wasn't clear...
I'm looking for a way to completely "reset" a TrsClientReport so it behaves
exactly like it does the first time it's loaded and executed. So the
AutoSearch Dialog fires normally and the query data is … -
This didn't work for me. The Autosearch is not displayed again. Everything
still kinda works, but the report is not respecting new autosearch values I
stuff in for example.
-
Thanks for the reply but I can't seem to find "CloseDataPipelines"
associated with a report?
I see CloseDataSource but it too isn't valid for the rsClientReport.
Am I in the wrong spot altogether?
-
Try
report.CloseDataPipelines
That seems to work for me.
-
Thanks guys!
-
This seems to work for a rsClientReport. The AutoSearch is suppressed and
the values are stuffed into the Autosearch Expression. (debug this by
leaving autosearch := true)
In the OnReceiveAutoSearchFields Event of the r… -
a. Another way to do this would be to create a report event-handler use
the the form/datamodule OnCreate event to read the params.
<<
I'm think this is what I'm doing now for onReceiveAutoSearchFields and
onPrev… -
And a very good reporting engine...
-
> This would mean, that we would have to buy at least
Compared to Crystal? Compared to what? I think if you look around at other
server based reporting tools, this is a very good price.
Ed Dressel
Team DM
-
"Edwin Volz" wrote in message
-
Thanks Nard!
-
Yes, Interbase Server is running as a service on a machine with Windows 2000
SP3
-
On Wed, 18 Sep 2002 14:15:14 +0200, Olivier Peter wrote:
Are you running the Interbase server as a service, too? It won't work when
Interbase is running as a user process.
Oliver Sturm
--
Da… -
Sergio,
You do not have to install SQL Server on the clients anyway. All you
need is the mdac components from M$ which ship already in the OS for
NT4/2000/XP. If it is not one of those OS'es, you just click an executable
an… -
Ed,
Thank you for putting up this demonstration of ReportBuilder Server in
action. Your sample reports have been my single biggest incentive to
upgrade ReportBuilder.
When the pricing was initially released, I opted … -
Sergio:
I think RB Server would serve you well. Have you been to my site and looked
at it:
www.annuitypeople.com/cgi-bin/report.dll
This is straight out of the box.
For selection criteria see the \Rep… -
First of all we changed to ISAPI (instead of COM+) and the problems
dissappeared.
Stream read errors where reported by running the server with AQTime.
SQL Server is a separate server, we have the development licence.
Hi,
We removed the TppDesigner and instead of reading from the registry we
set all the necessary settings in the properties. To test the server We
used CLient explorers, around 15 and tested the server. On a regular
basi…"Paul Sjoerdsma" wrote in message
Some additional info,
We have 2 connection components
1- To get the data for the folder and item pipeline
2- To associate with the report (FSharedConnection)
The connections point to different databases.
In the M…Hi,
We tried to make the code in the datamodule thread-safe. A simple stress
test using about 10 clientexplorers worked reasobaly well. The only
exception that we got once in a while is a Stream read error.
A…Dear Nard,