rbuser
Comments
-
-
I answerd my own question: the file WAS being saved, just in the directory I
created my project in instead of the directory containing the DLL. I had
the INI settings set to use ($Application)\Myfile.ini
-
Simon,
I guess I didn't explain myself completely. I need to run the 'dev report
server' and the 'stage report server' on the same machine. I cannot add a
second datamodule to the same server since I want to keep stage and dev… -
Hi Mike,
I would just register a second datamodule which is uses the second database,
then you can use both from the same server. Thats what I do.
Best Regards
Simon
-
Gary Hutchison wrote:
Hi Gary,
I've just done this... it's not quite that simple. If you're using RB
Server, you may as well just let it take care of the work.
Otherwise (if you're in the same boat as me - wher… -
Hi Nard,
I tried running the service under the Local System account and using the
sample report server, and I got the same result. I get the same error
message in the Event Viewer of my server as noted below.
Th… -
Thanks Nard,
I'll try that out.
Clinton
-
Hi Nard, I'm fixing the problem now, is there a problem when I store the
name into database table.
Thank for your answers.
Kind Regards.
Jorge
-
Thank you Nard for your time,
I have been testing what you say and a found this URL in the status bar:
http://localhost/a… -
3. I could reproduce this for any report if i it uses two tables with two
same named fields and if the fields have a type which the reportbuilder
could not link, like fieldtype Timestamp.
These two fields are normal datafields and are… -
Hello Nard,
thank you for your help. But I believe I have not describe my problem
correct. I try it again.
- I use tables to save and to get the reports from my database. This five
tables are item, folder, join, table and… -
Hello Nard,
The reports work well in the application with TppDataDictionary.
Without the TppDataDictionary I get the same Error (DataError).
field
I have not problems with the key fields in the master and … -
Thanks Nard, and Sorry!
-
Not exactly.
What I'm saying is I have a group of autosearch fields, one happens to be
called "County Number". Half the time I want this Autosearch field to work
normally. The other half of the time I want to programmatically … -
Spoke to soon I guess - having some trouble manipulating autosearch...
I'd like to remove an autosearch field but keep it as a search criteria so
it's still in the query but the user can't change the value.
Something… -
Thanks Nard - This solved the problem. I'm now able to manipluate the
autosearch parameters in the webtier. This code loop allows me to traverse
the autosearchfields just like in a trsClientReport.
{add code to initialize the… -
Don't forget also that running in an HTML frameset, both sides of the frame
make requests on the webtier!
-
I've added the code aWebRequest.ContentType = 'Viewer', but now i'm getting
the next error
TrsWebContentProviderViewer.ValidaterequestParameters : No volume name
specified.
I'm sure the server is running, when connect… -
I must have something wrong yet... It does not appear that I can set a
SessionParameter value in either the GetSessionParameters or
ValidateSessionParameters.
*** From the WEBTIER I call -
// Transfer page content… -
I'm working on a new and improved version using a similar approach but with
an interface that can be queried to obtain a list of folders and reports as
well as another interface that will (hopefully) provide the autosearch
fields and … -
You can do what you want to do using AutoSearch params. Configure the data
query to setup the params you want and then save to the webserver tier. Test
the form using the built in autosearch generated form to make sure it is
working a… -
Correction. I just found the note on your site.
Sorry about that.
-
> I was finally able to create an example of using TrsReportModuleVolume
This looks like it'll work nicely! Thanks for your help!
-
> No. I think this is a limitation of the current implementation.
Thanks for looking into this. Can I turn this into a feature request for
the next version?
-
> Have researched this, but thus far have not found any way to access the
a
Any progress on this issue?
-
> Have researched this, but thus far have not found any way to access the
a
Thanks. An alternative might be a way to create instances of
TrsReportModuleVolume and register reports with them. I couldn't see how to
do th… -
Thanks Nard !
One more issue:
Now that I have moved the code to OnGetAutoSearchFieldValues all works great
except:
when I hit the next/last page button(s) in the viewer, there is no response
except the nav buttons disa… -
:-(
I am using the server for files. RAF:
{$Delphi7}\RBServer\Tutorials\Server Projects\05. Archive Report Application
And for ISAPI I am using:
{$Delphi7}RBServer\Demos\Web Tier\ISAPI
I follow the steps o…