clacke
2007-02-10 15:50:22 UTC
Hi all.
I'm trying to use a rave report in an Intraweb application using same
techniques I used in win32 environment and suggested in tips from nevrona
and intraweb web sites.
My print method is:
[.....]
rvSys.DefaultDest := rdFile;
rvSys.DoNativeOutput := false;
rvSys.RenderObject := RvRenderPDF;
rvSys.OutputFileName := myFileName;
rvSys.OnPrintPage := nil;
rvSys.SystemSetups := rvS.SystemSetups - [ssAllowSetup];
rvPrj.Open;
rvPrj.ExecuteReport('myReport');
[....]
During execution I have this error:
Value cannot be null
Parameter name: path
Any suggestion?
TIA
clacke
I'm trying to use a rave report in an Intraweb application using same
techniques I used in win32 environment and suggested in tips from nevrona
and intraweb web sites.
My print method is:
[.....]
rvSys.DefaultDest := rdFile;
rvSys.DoNativeOutput := false;
rvSys.RenderObject := RvRenderPDF;
rvSys.OutputFileName := myFileName;
rvSys.OnPrintPage := nil;
rvSys.SystemSetups := rvS.SystemSetups - [ssAllowSetup];
rvPrj.Open;
rvPrj.ExecuteReport('myReport');
[....]
During execution I have this error:
Value cannot be null
Parameter name: path
Any suggestion?
TIA
clacke