Home Server

Problem with WebTier printing report as PDF

edited February 2005 in Server
Hi, using Report Server 9.01 - demo version - I have tried this:

uses
rsWebRequest, rsWebAdapterPdf;

procedure TAplicacion.AplicacionoAccionGeneralAction(Sender: TObject;
Request: TWebRequest; Response: TWebResponse; var Handled: Boolean);
begin

Response.Content:=oAplicacion.ProcessWebRequest(Request.QueryFields,Request.
Content);
end;

Then, connecting to IIS from a web browser, and pressing the print button,
this happens:

Access violation at address 0126D410 in module reportes.dll Read of address
00000020

Something wrong here ? .. do I need to add more code in the action event ?
..

Thanks !

Roberto

Comments

This discussion has been closed.