how can i call get all report from a specified folder in which crystal reports are placed?
Printable View
how can i call get all report from a specified folder in which crystal reports are placed?
use can use a hidden file list box with the pattern *.rpt, or with the help of FSO object you can get all the report file names...
BTW: what are you doing actually...