Using complex data types from VB ActiveX dlls with server-side scripting 
Author Message
 Using complex data types from VB ActiveX dlls with server-side scripting

    I have been trying without success to pass Arrays from ActiveX dlls
written in VB6 to IIS server scripts.  This capability would be very useful
for passing fields from a database record to display the data in HTML forms.
I have tried to pass this data as both an object property and a return value
from a function.

    I would really appreciate hearing from anyone who knows how to do this.

    This effort started with trying to pass a collection to a scripting
'Dictionary' object in the hope that since they were so similar the
datatypes would either overlap or 'self-cast'.  This apparently doesn't work
either as a function return value or an object property.  I would very much
appreciate hearing the details of how I am wrong about this.  Would also
appreciate knowing just what 'complex' datatype, e.g. collections,
user-defined types, etc, can be passed between a VB6 ActiveX dll and VB or
Jscript scripting environments.

Thanks,

Steven Lesh



Sat, 30 Mar 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Using complex data types from VB ActiveX dlls with server-side scripting

2. Using complex data types from VB ActiveX dlls with server-side scripting

3. Installing/Using a server-side VB ActiveX DLL

4. Accessing Data generated with client-side script from server-side script

5. Host (server) side scripting: generating a page using data

6. Server side (asp) ActiveX dll calls problem (Form open)

7. Using WSH to Compile a VB ActiveX dll

8. Connect to ActiveX Dll in VB-Script

9. Server side info in ActiveX Control (Client Side)

10. saving data from url using only client-side script

11. Recursion in VB Server Side Script?

12. Server Side VB Script

 

 
Powered by phpBB® Forum Software