CMS 13 vb code - no data in csv file -set info = csrsrv.report

Joined
Jun 6, 2007
Messages
4
Reaction score
0
the code runs however there no data being exported. When I step through the code my csvSrv.report is nothing so i'm pretty sure it is my variable setting _i've attached my code:

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


my code...


Set cvsapp13 = CreateObject("ACSUP.cvsApplication")
Set cvsConn = CreateObject("ACSCN.cvsConnection")
Set cvssrv = CreateObject("ACSUPSRV.cvsServer")
Set REP = CreateObject("ACSREP.cvsReport")
 

Attachments

  • test.txt
    5.4 KB · Views: 97
Joined
Jun 6, 2007
Messages
4
Reaction score
0
using vb code with CMS 13 ,11 & 9

I'm still having problems coding cms 13 anyoen have any ideas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top