rbuser
Comments
-
Also, how would I go about changing the file name to include information
from the report. Currently, my XLS rendered reports are saved as
report.xls. I would like to include header info that I had to do away with
like date of pri… -
I had forgotten to recycle the application pool so it was still using the
cached dll. I thought that I was on the wrong train of thought there. The
code to search for an existing exce-friendly report works brilliantly.
Thank you … -
Nard, I tried this but I am running into a problem. The default action of
the webtier is not firing. I have added this code but nothing has changed.
I added some code to write a text file to see what info was being passed but
the… -
Would there be any way to search for the excel-friendly report and disable
the excel button if one does not exist, or to only redirect to an
excel-friendly report if it exists?
-
Thank you Nard. That is exactly what I was looking for!
-
Thank you Nard but that doesn't really do what I need. I don't know where
our files will be installed, that is up to the user from the InstallShield.
Therefore I cannot hard-code it in the server application like that.
What I ne… -
So I could just generate the report in the report server, place the file
somewhere that the webtier can access it, then I can replace the default
html returned by the webtier with code for displaying the Excel file
Does that s… -
We need to get this filename into the report server
The report server can then write to this file directly then ftp the file to
the machine with the webtier on
Does that sound right?
-
Thanks NArd
Could I then pass this filename into the report server as a parameter?
-
The code I corrected already.
I didn't write the original code, I just don't understand why it
worked for 2 years and not anymore. That's why I first though it was a
report builder problem.
Thanks for your help… -
I've made one little report in Delphi, with the same code, but this
one crashes all the time.
On Preview AND Execute, I just get the same message canno't convert
null to double on my calc variable. So I guess this is the way it
s… -
I've checked, I even ran it through the debugger to make sure the code
of the patch was executed.
I do get an error when I clic on preview in the enterprise version,
but not when I execute the report.
It's only from … -
Hello,
I found the problem. It mainly lies in the report itself, not in the
report builder...
In the calc variable that gives the error is something like this:
var
tmpExtraHours : double;
begin
… -
Hi,
I've installed the patch and rebuilt everything but it still doesn't
work.
I still works from the enterprise version and not from the
reportserver (used via the web).
I tried to debug it and made sure I… -
Tanks a lot,
But it appears my email address was incorrectly registerd, so I did
not receive it!
Could you send it again please?
chantal@pasoftware.nl
Regards,
Chantal Marchand
<… -
I know they should, but this one doesn't!
If I ever come after why I'll post it here.
Chantal
On Tue, 27 May 2008 08:41:57 -0500, "Nard Moseley \(Digital
-
That worked but a date like 2008-4-1-0-0-0 yields a
report.autofields[0].SearchExpression of 5/1/2008?
-
That did not work. Below is the url example i was trying
http://www.myweb.com/RBWebServer/RBWebServer.dll?content=pdf&volume=Repo… -
Hi Nard,
I did your advice and it works ok. When I stoped the RB service the
Application Server stoped too.
Thank very mouch by your help.
Richard.
-
Hi Nard,
Thank a lot for your help, I did your test and it works well, I can lunch
Report A and Report B many times and there aren't problem, but after I close
the preview of the first report showed, I can't access the applica… -
Hi Nard,
Thanks for your response. As I investigated further, it appears to be having
something to deal with the details of a certain data record (probably
related to custom auto search values code). Running reports without au… -
Hi.
May be I wasn?t very clear with the question or in fact it's not possible
I have a Delphi ASP aplication and I need to print something. If I call a
report from the browser for example
in Sending reports directly to PRINTER from browser Comment by rbuser October 2008 -
Ok. Thank you Nard
-
Good morning Nard,
I am using the WebTier. In the web tier I also tried to set the thread
locale, but doing so resulted in errors on autosearch date fields,
regardless of the format used. Currently I am using RS 10. In the fut… -
>?ISAPI webtier
11.02
run,
BTW - Before adding the TXOption to the uses clause of
rsWebAdapterPDFWaler.pas, I completely removing TExtraDevices from my
development machine and compiled everything without any rem… -
Thanks Nard
-
Hi Nard,
Do you have any suggestions where I can look at and/or how I can debug this?
I can also send you the HTML output if that might help.
Kind regards,
Mariëlla
-
RS 10.09 behaves in the same way (It will just allow anything you type).
Kind regards,
Mariëlla
-
Good afternoon Nard,
Before 10.08 I've used 10.07.
Kind regards,
Mariëlla
-
Good morning Nard,