Pls help this is killing me - cms 13 vba code - no data on csf file

Joined
Jun 6, 2007
Messages
4
Reaction score
0
running cms 9, 11 & 13. all but 13 works. it runs through witn no errors but there ni data in the csv file. My guess is my variable &/or references (see atached text for full code) :
in running code the set info = csrSRV.report is showing set info = ""

Dim info As Object
Dim REP As Object
Dim b As Boolean
Dim cvsapp As New ACSUP.cvsApplication
Dim status As Boolean
Dim log As CVSERR.cvsLog
Dim cvsConn As Object
Dim cvsapp13 As New ACSUP.cvsApplication
Dim daterange As String


my code...

' Create a new CMS Application, Connection, Server, & Report
Set cvsapp13 = CreateObject("ACSUP.cvsApplication")
Set cvsConn = CreateObject("ACSCN.cvsConnection")
Set cvssrv = CreateObject("ACSUPSRV.cvsServer")
Set REP = CreateObject("ACSREP.cvsReport")
 

Attachments

Back
Top