index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Apr 29 2004, 7:55 AM |
| ||||||
Samiran from: somewhere | Installed the MSI. Created the default.asp as follows <% Dim objWiz Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2") 'Make sure you initialize before adding any HTML text 'TODO: Change this to your actual connection tring strConnectionString = "Provider=MSDASQL;Driver={SQL Server};" & _ "Server=dev-server;Database=test;" & _ "User ID=sa;Password=sam1177;" objWiz.Init(strConnectionString) 'put this where you want your reports objWiz.DisplayReports Set objWiz = Nothing %> Created the reports.xml file After i press the finish button a gray screen comes up and i cant find the report in the main window. Dont know whats going wrong? | ||||||
Apr 29 2004, 8:00 AM |
| ||||||
ghost from: Washington, DC | Make sure the folder in which your reports.xml file is located has read and write permissions. i.e. right-click your reports folder, go to properties, and make it is not Read-Only ------------------------- Ghost | ||||||
Pages: (1) [1] |