index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard (version 1) |
| |||||||
Sep 3 2003, 11:50 PM |
| ||||||
billb![]() ![]() from: somewhere | ASP report wizard (version 4) works great. I would like to be able to limit which tables one sees in the table list. This was possible in version 3 by changing the asp code. Any chance this can be in an "admin" panel in a future release? | ||||||
Sep 6 2003, 9:44 AM |
| ||||||
Ghost![]() ![]() ![]() from: Washington, DC | Actually, the next release (which is currently in test) will have an admin functionality. You can hide certain tables by using the HideTables functionality objReport.HideTables("Table1,Table2,Table3") You can instead choose to show only certain tables by using the ShowTables property. objReport.UseTables("Table1,Table2,Table3") ------------------------- Ghost | ||||||
Pages: (1) [1] |