index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Trouble starting the Report Wizard :: (2)Post a New Message | Post a Reply
May 3 2004, 2:49 PM
 Trouble starting the Report WizardPost a Reply
 james

View this author's profile Send this author a private message

from: somewhere

:unsure:

I read all the messages and tried different things... still can't get it to work. It shows: Reports file not found! Either the reports file is corrupted or has not been created.

I tried to change permisson on the folders etc. and even tried to copy the DB under the wwwroot. I'm using MS Access DB, Win2k Pro workstation.

Thank you.

<%
Dim objwiz, strConnectionString
Set objwiz = Server.CreateObject("AspWebSolution.ReportWizard2")

strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\tmp\AdminJobDB.mdb;"


objwiz.Init(strConnectionString)

%>
<html>
    <head>
        <title>Test Report Page</title>
       <meta http-equiv="Content-Type" content="text/html;charset = iso-8859-1">
    </head>

    <body>

<%
'put this where you want your reports
objWiz.DisplayReports  
  Set objWiz =  Nothing    
%>

    </body>


</html>



May 3 2004, 4:46 PM
 Re: Trouble starting the Report WizardPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Create a blank text file
Rename it reports.xml
Copy the following code into it:

<report_wizard version="2">
    
<groups>
        
<group id="" title =" General Reports " />
    
</groups>
    
<reports />
</report_wizard>


Save the file in the same folder location as your ASP file.
Run your asp file.

Let me know if this helps.


-------------------------
Ghost
Pages: (1)   [1]

search this forum: