mwinwright
IS-IT--Management
I have a COM object from a VB6 app developed that gets the quote text for any particular product we supply to it. It's called as below in VB6:
a = clsText.GetText (clsComponent, clsProduct, Language)
clsComponent and clsProduct are objects called in a previous createobject. I know this works in VB, but can ASP pass objects like this? Hope I've made this clear enough!
a = clsText.GetText (clsComponent, clsProduct, Language)
clsComponent and clsProduct are objects called in a previous createobject. I know this works in VB, but can ASP pass objects like this? Hope I've made this clear enough!