You might try determining which other components/dll's are utilized by the psselectdll.dll. Perhaps you are unable to register this dll because you don't have the dll's that are required by it on the new machine.
If you have vb on the machine you are trying to install it to, you could attempt to...
You might try to use adParamInputOutput rather than adParamOutput.
I use this syntax to declare an output param:
CreateParameter("@Id", adInteger, adParamInputOutput, 4, lId)
then retrieve it using
lId = objcmd.Parameters("@Id").Value
Hope this helps
I am creating a report with a summary page, a graph page and a details page which I print out separately. Is there any way to combine all three .rpt files into one .rpt file?
Thanks chris
I am using CR v.8 to print reports out to the Acrobat Distiller which puts them in PDF format. I can create tons of pages dynamically per hour without a glitch BUT every once in a while I get an error that is put into the .log file that Distiller creates at the same time it creates the PDF...
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.