If another path is taken through the function, the error also occurs on the line above where I commented that reads the same way.
arrDocs(i).LoadOnFly(DC.RecordSet)
Thank you for your input
When I use set I get this error:
Error Type:
Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method: 'RecordSet'
/oasis/includes/classes/Document.asp, line 272
I have set built into my properties in the DataConnector class.
'...
Hello all,
I'm currently building an intranet app and have run into this error when calling a method on my DataConnector class. The actual error line is in the Document.LoadSearchedDocs subroutine. Code is pasted below.
public sub LoadSearchedDocs(byRef arrDocs, byVal arrParams, byVal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.