bluecjh
Programmer
- Mar 12, 2003
- 385
Ent V10.
I am trying to get a reports file path
something along the lines of:
set rReports = ceInfoStore.Query("SELECT si_files FROM CI_INFOOBJECTS WHERE SI_PROGID ='CrystalEnterprise.Report'")
NoOfReports = rReports.count
For i = 1 to NoOfReports
response.write rReports.item(i).ReportFileName
Next
but this property doesn't exist
can someone help? Thanks
Chris
I am trying to get a reports file path
something along the lines of:
set rReports = ceInfoStore.Query("SELECT si_files FROM CI_INFOOBJECTS WHERE SI_PROGID ='CrystalEnterprise.Report'")
NoOfReports = rReports.count
For i = 1 to NoOfReports
response.write rReports.item(i).ReportFileName
Next
but this property doesn't exist
can someone help? Thanks
Chris