rbuser
Comments
-
Hi,
I have the required pas files. You dont go into any detail on which
methods need to be altered or what needs to be changed. Could you please
elaberate on what changes needs to be done and where, to change the the
form… -
Thanks Nard
There's just too much to do at once. Even when you think you've been
through all the demos and tutorials - along comes another one. Thanks
again.
Regards
Stuart
Stuart Seath
Seat… -
Thanks Nard
I will try that tomorrow (signing off for the night (7:33pm here)). I think
this will achieve exactly what I'm looking for.
Regards
Stuart
Stuart Seath
Seath Computer Services
s… -
Hi Nard
OK, I have my Report Server running now in its own TService (using your code
as a starting point) without using the RBWinService tool at all (I
uninstalled it).
BUT, I assume that I can still only have one of … -
Hi Nard
Thanks, I've just done that. Does the RB Windows Service actually contain
the rsServer?
Regards
Stuart
Stuart Seath
Seath Computer Services
stuart@seath.co.uk
-
Thanks Nard,
I can use the tip for sure.
The php code does not work directly in the searchparams page
but I found a workaround.
I now redirect to a different page an pas along the report parameters.
Greetz,
… -
Thanks Nard,
The tip was very helpfull, I succeeded to solve the problem.
Regards,
Pascal
-
In taking a second look at this, I realized that I may be expecting
functionality here with autosearch that is not intended...
What I want to do is fill in the values for the autosearch form and not
have the user see the autosea… -
I have been having trouble getting this to work. If I pass in a
session id, it seems to do what I am expecting, but if I do not pass in
a session id, then I am still getting prompted with the autosearch
screen.
I am trying… -
This is a multi-part message in MIME format.
-
Have you checked the Regional Settings for the default user?
Many machines get installed in such a way that the default user has US
settings even when some other locale was intended.
Have you tried running the service as t… -
Hello Nard,
Yes, as a standard Delphi application everything works.
However when I start the same Delphi application as a service
with the tool RBWinService then the dates do not work.
I get an error message saying my query… -
Nard, ive placed both instruction in the create/destroy of the webmodule and
even in the before/after dispatch.
I'm still getting this error. And yes, i'm using in the webmodule ado
components for security checking.
The selection… -
Even adding this code
CoInitFlags : longint;
begin
CoInitFlags:= COINIT_MULTITHREADED or COINIT_SPEED_OVER_MEMORY;
CoInitializeEx(nil, CoInitFlags);
In the Webmodule create doesn't help.
-
Nard, double naming conflict. I had to stop placing the report on the
datamodule.
Before a build i always did a new report, but afterwards i've seen that this
doesn't delete the datasets .......
Thx
and, up to th… -
No comments ????
-
Thanks!
After I used the same names as in my rBuilder app. it works.
Nard Moseley (Digital Metaphors) schrieb:
-
OK thanks - one more thing:
now that I have success printing to either PDF or XLS using ISAPI Webtier
and rbserver,
rsWebAdapterPDFWaler, myWebAdapterXLSWaler .....
I need to selectivly hide bands on reports registere… -
"chester" wrote in message
-
Nard,
Would there be a way to access the session settings from the report
in RAP-Passtrough.
My problem is that i want to log each started report, some of them
come by a webtier, other by regular clients.
Nard,
All my reports have rap code, i prefer not to use hardcode-delpji.
I'm even modifying 1 external datasource from out of this event in
rap. Works fine.
I suppose this means i will have to create a passtrough fu…Nard,
The only thing that would be nice into this story is that when we
push the print-button, it starts the report in pdf, (as now) but then
print's directly and closes the pdf. I know that this is hard to
realize but i…There are different versions. There is an ActiveX, Java and HTML viewer.
They are downloaded automaticallly when the user goes to the report. I have
not used the HTML viewer as I could not get it to work, but the other 2 work
well.
I was just suprised because I have done some projects in the past with
Crystal Web browser viewer and it offers this.
render
that
browser
other
It
Hi, thanks Nard for the answer.
In fact, I'm using this code on Onclick event of a Button (remenber this
button is on a IntraWeb app) :
AddToInitProc('NewWindow(''' +
' in Passing huge string parameters through WebTier app Comment by rbuser May 2004>>... run the main demo server (RBServer\Demos\Servers\01. Main)... <<
Yes out of the box this works for me too when run locally and via SSL to my
server.
I think I found the problem after some research - I can repro…Thanks! Version 7.04 resolved the "invalid handle" issue after page 1.
However, when I print a multiple page report, either previewed first or
printed directly, the first page prints OK now but then the report hangs
and the se…One bug I did find is when you preview a report on screen and then go to
print only the first page prints and then a error pops up saying "The handle
is invalid". This error is not present when running a standard TCP
connection betw…No sooner did I post the message about it not working I discover I have a
typo in the port number and viola! Clientreport <-> HTTPS <-> RbServer is
working!
I set the SSL port number and address to the report.dll .…