Actually, I figured that part out. Sorry for the confusion. So, I have the data I need from Progression via a ADODB Connection (Conn). ADODB recordset = objRS. I need to have it display as a normal ESynergy page, which I believe has to be with CSSDKList.
Typically, I would use...
With CSSDKList
iColumn = .addColumn
.colomn(iColumn).Name = "Ord_Type"
End With
I assume CSSDKList has some built in formatting capabilities. How do I use objRS with CSSDKList?