index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: not showing all dbase objects ::    show all messagesPost a New Message | Post a Reply
Oct 1 2003, 8:02 PM
 Re: not showing all dbase objectsPost a Reply
 Ghost

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

from: Washington, DC

You can hide certain tables by using the HideTables properties as below

objReport.HideTables("Table1,Table2,Table3")
objReport.DisplayReports
Set objReport = Nothing


You can also use only certain tables by using the UseTables property.

objReport.UseTables("Table1,Table2,Table3")



-------------------------
Ghost
Pages: (1)   [1]

search this forum: