rbuser
Comments
-
I need to get custom information into my error page class - hence why we
spoke about creating a custom error exception
Am not sure what you mean by me trying to trap errors outside of the webtier
-
Hi Nard
I have created this class and it works as discussed
My problem is that I specifically raise an EWebTierException - because I
want 2 more pieces of information, however the exception type is not
EWebTier Exce… -
Hi Nard
I dont quite get this - my code swallows any exception raised and re raises
it as a EWebTierException
How can a EClientError get through this?
One of the ones I am trying out is the classic cannot conne… -
Hi Nard
I am getting a problem here
When I step into my code I expect the classname of E to by EWebtierException
but it is EClientError?
My code is below
class function TSTCWebTierErrorPage.CreateErr… -
What does processMessage do Nard?
I am already raising my custom exception, but its being raised in my process
request code
See below
PROCEDURE TwmMain.FillParameters(CONST
objParameters:TSTCReportParamet… -
Hi Nard
I have verified that and its fine????
Cheers
Paul
-
ok thanks Nard
I will try this out
I was not aware of there being a TCP extension for Codesite!
Do you have any idea why I am getting the problem mentioned in my last post
here? Where the exception page is not … -
I also have another problem now
When I use my webmodule within my web tier test application my error page is
created and used
However, when the actual webtier is used, its not used
I still cannot debug the webt… -
Thanks a lot.
I got two more questions about Data workspace of the Report Designer.
1.Can I use subquery in Data workspace? For example, If I create two
DataView, can I use one of them as a table?
2.It seems that I can't m… -
Hi Nard
I am having big problems with this
What I am trying to do is to have my report come up to fill the whole page
straight away, i.e. call the zoom javascript code straight away
Any ideas?
Cheers… -
Hi Nard
I know how to add a button onto the toolbar but I dont know the code to put
behind the button
Cheers
Paul
-
Ok thanks Nard
Is there a way that I can get the PDF to print straight away?
-
Nard,
Thanks again. You're right. The WebTier settings were wrong.
[],
Mauro Assis
Athena
-
One more thing is I use ReportModuleVolume from your demo in tech-tips. And
I create the AutoSearchField in the code, not create in the dataview.
Cheers,
Michael
-
Sorry.
What I mean is about \RBuilder\Demos\5. AutoSearch\4. Custom AutoSearch
Dialog.
Michael
-
btw, I got another problem when I try to use a Custom AutoSearch Dialog to
avoid the date format issue. But it does not work. It still shows the
default autosearch dialog. Any trick to do that ?
Cheers,
Michael
-
Now I can understand why the date "31/12/2004" appears like "12/05/2006".
But I still not quite sure why I search again the date "12/05/2006" changes
to "05/12/2006". I suppose that there is some wrong in getting the value of
Searc… -
Thanks, Nard
1. I use the same machine to run the report server and the web tier. Even I
change my system date format to 'mm/dd/yyyy', it has the same problem. It
always takes the date format as 'mm/dd/yyyy', but when search a… -
Thanks for your advice. Nard.
I think I've found the problem. It's the format of DateTime field. For
example, if I set the autosearch parameter like Between '8/10/1997' and
'8/11/1997' (their format is dd/mm/yyyy from my syste… -
I'm having the same problem here.... anyone any ideas ?
Thanks
Frank van Vliet
-
You have a reply Nard!
-
Nard,
Other than the misspelled url, I was able to get the zip file.
Thanks for the quick response and update.
Dave
-
Nard,
Wouldn't ya know, today I'm trying to use apache instead of IIS and
found your promise of a new ReadMe file, so how are you coming with the
new doc? Please let me know when you are done.
Or maybe, Nols would like to p… -
I got it to work under Apache 2.x
There is quite more to it than the skimpy documentation in the example. I
will path the documentation and forward it.
Regards,
Nols Smit
-
I followed the steps in that Readme.doc. Firstly the steps are incomplete
and the steps are mixing the implementation of a ISAPI dll with a Apache
Shared Module. There is also no mentioning of the step in the file named
httpd.con… -
O.K, It's working now. I did the following: I created a new web server
application as a ISAPI/NSAPI Dll and, as the WebTier example, implemented it
under IIS then the Web App Debugger work fine.
I also got a way to let an Int… -
Referring to Web Tier\Customer Parameters demo: In the three Page
Producers,
the HTMLFile property is C:\TeamSource\RBServer Examples\Web Tier\Custom
Parameters\.....
I presume the path must be changed to: C:\Program
Fi… -
Hi Nard,
I added those because they have to be present for compatibility reasons. The
aplication where i create the reports adds this to the report definition.
I changed a report and removed the subreports and teecharts. … -
Hi Nard,
I took the rboraclereportserver demo and started all over again.
I had to add some things for compatibility because they are used in the
reports.
I added 3 empty procedures:
procedure TDatamodule1… -
Hi Nard,
I'am able to reproduce the error on my machine now. The problem is snot
related to 1 report. It can happen to every report.
The exe says : Trs Server - Fatal Exception. In the debugger it first runs
in an a…