Page 1 of 1

ReportWorks 11 and ASP.NET

Posted: Sat Oct 29, 2005 12:56 pm
by Jorge_Gabuardi_(Guest)
I am a ASP.NET beginner____Are ther some samples to use ReportWorks with ASP.NET (vb.net)?____Regards

=> RE: ReportWorks 11 and ASP.NET

Posted: Sat Oct 29, 2005 8:02 pm
by kfleming
We do not have any ASP specific examples.____Kathleen__R&R Support

==> RE: ReportWorks 11 and ASP.NET

Posted: Sat Oct 29, 2005 11:15 pm
by Jorge_Gabuardi_(Guest)
Kathleen____How I can call Reportworks form an ASP (not .net), I was trying to create a new object with this code:____(25) Set Report1 = Server.CreateObject("R&R SQL.ReportControl.1")__(26) Report1.ReportName = "Basic Columnar Report.rsw"____But I always get :__Error Type:__(0x8000FFFF)__Catastrophic failure __/mensajeria/prueba.asp, line 26____What am I doing wrong?__