index | search | no replies | posting guidelines | help | login | register |
Index » News » AspWebSolution News |
| |||||||
Jul 5 2005, 2:09 PM |
| ||||||
ghost from: Washington, DC | Version 2.5.47 of the Report Wizard has just been released. This version features new properties and a fix for the StoredProcedures bug reported by Peter The new properties are listed below:
--------------------------------------------------- Let us know if you need more functionality ------------------------- Ghost | ||||||
Jul 6 2005, 1:40 AM |
| ||||||
Peter since: Jun 16, 2005 from: Singapore | These new released property is very helpful but, It seem that have some bugs. 1.) HiddenSqlFilter Error Message: No Value give for one or more required parameters ' I use Northwind database as test CID="VINET" objWiz.HiddenSqlFilter="CustomerID=" & "'" & CID & "'" This happened when select the Products or other report to show data, it works well when I select the Invoice table, ( the Products table don't have the field CustomerID), If you can provide HiddenSqlFilter to individual report by Report ID. e.g. ReportID("RIDOO1").HiddenSqlFilter ="CustomerID=" & "'" & CID & "'" 2) EditReportID & EditReportGroupID error Error Message: Object doen't support this property: "EditReportID" or "EditReportID" objWiz .EditReportID=False objWiz .EditReportGroupID=False 3) CanEdit = TRUE can not work, the purpose of the following code is: let user can EDIT the report, but Can not DELETE or ADD report, but result is: user can only see the report , can't see the HyperLink of "Build Report", how to Edit the report? ( The old version also have this problem) <% Dim objWiz Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2") With objWiz .IsAdmin=True .CanEdit=True .CanDelete=False .CanAdd=False End With objWiz.Init("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & Server.MapPath("../data/sample.mdb") & ";") objWiz.DisplayReports Set objWiz = Nothing %> Hope you can help us to solve the problem. Regards. | ||||||
Jul 6 2005, 3:30 PM |
| ||||||
ghost from: Washington, DC | These properties have been modified as of version 2.5.50. For more information, check the following post: Version 2.5.50 Release! ------------------------- Ghost | ||||||
Pages: (1) [1] |