index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: ASP Report Wizard :: (2)Post a New Message | Post a Reply
Sep 3 2003, 11:50 PM
 ASP Report WizardPost a Reply
 billb

View this author's profile Send this author a private message

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
 Re: ASP Report WizardPost a Reply
 Ghost

View this author's profile Send this author a private message Visit author's homepage

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]

search this forum: