index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Feb 24 2005, 9:32 AM |
| ||||||
digitald2 since: Feb 21, 2005 from: Hawaii | How can I backup my reports so when me or another person accidentally messes up some reports we can load everything back the way it was? Is there some file I need to copy? Is there an export function? Thanks. | ||||||
Feb 24 2005, 10:36 AM |
| ||||||
ghost from: Washington, DC | The reports are saved in the ReportsFile . By default, this file is called reports.xml and is located in the same folder as your .asp page. You can assign different report files to different users by use of the ReportsFile property for example: <% If Session("UserGroup" ) = "Finance" Then objWiz.ReportsFile = "D:\secure\finance.xml" Else objWiz.ReportsFile = "reports.xml" End If %> Also check out this tutorial Handling Multiple Databases ------------------------- Ghost | ||||||
Pages: (1) [1] |