Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: How to use a VB COM dll inside crystal reports


Message #1 by gbrown@c... on Mon, 18 Mar 2002 13:20:45
Hi all

I have a VB DLL that is currently registered in MTS/Component services, 
what I would like to do is call the functions from this dll inside a 
report.

In ASP I would issue something like 
oMyObject=server.createObject("proj1.class1")
response.write oMyObject.GetNextValue()
Which would allow me to use the functions within a page, what I would like 
to get my head round is how to do this within a report.

We are using ASP and CR8 (activex viewer component).

The only thing I can find in the help is for C++ which doesn't appear to 
help much.

If anyone has done anything like I would really appreciate any pointers.


Regards
Graham

  Return to Index