Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chrisinto

    Runtime Error 429 - activex can't create object

    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...
  2. chrisinto

    Calling a stored proc with ADO

    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
  3. chrisinto

    Can you create Multiple page reports?

    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
  4. chrisinto

    Postscript with Crystal v.8 Export Using Distiller

    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...

Part and Inventory Search

Back
Top