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