index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
May 3 2004, 2:49 PM |
| ||||||
james 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 |
| ||||||
ghost 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] |