Passing an ASP DLL to a VB ActiveX component 
Author Message
 Passing an ASP DLL to a VB ActiveX component

HELP ... I'm trying to pass an ASP array to a VB Component (DLL). Here is
the ASP Page, VB Source, and Error Message:

<HTML>
<HEAD>
<TITLE>Sample of how to send an array in VBScript</TITLE>
THE CODE BELOW IS THE CODE IN THE VB PROJECT:
Function Declaration in Visual Basic 5.0 is as follows: <BR>
Public Sub buyBooks(customerID As Integer, ByRef bookid() As Variant)<BR>
<%
set objOrder = server.createobject("ltree.buy")
objOrder.buyBooks 1, arr
%>
</BODY>
</HTML>
******** COM OUTPUT ********
<Microsoft VBScript runtime error '800a000d'
Type mismatch
/nile1/business/testBuyBooks.asp, line 31
**************************************************



Wed, 26 Apr 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Passing an array from ASP to VB 6 ActiveX component

2. Passing an array from ASP to VB 6 ActiveX component

3. Pass array from ASP to VB ActiveX DLL

4. Passing Arrays between ASP/VBScript and ActiveX Components...

5. Passing Arrays between ASP/VBScript and ActiveX Components...

6. Write String to ASP from ActiveX DLL Component

7. ActiveX DLL Component testing/Debugging (passing collections in immediate window)

8. Passing an object to an ActiveX dll from ASP script

9. Passing Values into an ActiveX DLL from ASP ??

10. Passing Values into an ActiveX DLL from ASP ??

11. Problem passing VB COM+ ASP Request object to .NET component System.Web.HTTPRequest through COM interop

12. Fabricated Recordset in ASP won′t pass to VB component

 

 
Powered by phpBB® Forum Software