index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Jul 1 2005, 2:44 AM |
| ||||||
Peter since: Jun 16, 2005 from: Singapore | UseProcedures with Parameters is a great feature, we can init the data before present to the customer. but I face difficulty to use this features. my code : <% Dim objWiz Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2") DIM CID CID="UK" objWiz.UseProcedures = "CustomerByCountry=CUSTOMER BY COUNTRY,@Country="&CID objWiz.Init("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & Server.MapPath("../data/sample.mdb") & ";") %> <html> <head> <title>Simple Repoprts</title> </head> <body scroll="auto"> <% objWiz.DisplayReports %> </body> </html> <% Set objWiz = Nothing %> I pass the country UK to the store procedure, but the report show that : REParameter [@Country] has no default value. | ||||||
Jul 5 2005, 7:16 PM |
| ||||||
ghost from: Washington, DC | This bug has been fixed as of version 2.5.47 ------------------------- Ghost | ||||||
Pages: (1) [1] |