index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Mar 28 2007, 3:51 PM |
| ||||||
Eric97386 since: Mar 28, 2007 from: Corvallis, OR | Dim objWiz Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2") With objWiz .LincenseKey = "xxxx-xxxx-xxxx-xxxx-xxxx" .StyleSheet = "styles.css" .Init("Driver={SQL Server}; Server=yourserver; Database=yourdatabase; UID=youruser; PWD=yourpassword; CommandTimeout=600") .Title = "WINDOW TITLE" .CommandTimeout = 600 .DisplayReports End With Set objWiz = Nothing | ||||||
Pages: (1) [1] |