| View previous topic :: View next topic |
| Author |
Message |
clacke Guest
|
Posted: Sat Feb 10, 2007 9:50 pm Post subject: Rave for .Net and Intraweb |
|
|
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 |
|
| Back to top |
|
 |
clacke Guest
|
Posted: Sat Feb 10, 2007 11:39 pm Post subject: Re: Rave for .Net and Intraweb |
|
|
Hi all.
I can set rave project file by code bypassing error I said in previous
message BUT:
I cannot lock preview form from Rave Report so my web application is locked
while on the web server I have panel asking what i want to do with report.
Any suggestion?
TIA
clacke |
|
| Back to top |
|
 |
|