index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: not showing all dbase objects :: (3)Post a New Message | Post a Reply
Oct 1 2003, 4:58 AM
 not showing all dbase objectsPost a Reply
 rassaman

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

since: Oct 1, 2003
from: somewhere

is it possible not to show all Tables and Views from nwind.mdb?

also where are the reports saved please?

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
Oct 1 2003, 8:03 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

The reports are saved in the reports.xml file


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

search this forum: