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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wimoost

  1. wimoost

    How to declare activeX in a VBA script

    Zarkon, I've checked and double-checked everything but I cannot find any typing errors or things I forgot. I hope you or somebody else have some suggestions. _________ Wim
  2. wimoost

    How to declare activeX in a VBA script

    ok zarkon4 thx. The dll is written in Delphi (by myself) Its working great if it is called form another delphi apllication. But this application i have now problems with is a commercial package wich uses Vb as the sript language (sax engine) I am pretty good with delphi but have no idea about...
  3. wimoost

    How to declare activeX in a VBA script

    How do I do that ?? With FILE ---> Reference ----> select comProgress.dll ?? I did
  4. wimoost

    How to declare activeX in a VBA script

    Zarkon4, thx yes it is registrered on client pc this is my code: ________________________________________ Private Sub Module_Load() 'create a object reference to the component Dim obj As comProgress.ConnectWithProgress 'create an instance of the object Set obj = New...
  5. wimoost

    How to declare activeX in a VBA script

    Yes it is (in my opinion) beacuse the same dll is working if it is called by a delphi appl. is there a different way for VB ? (I did File----> reference and then selected the comServer) ________ Wim
  6. wimoost

    How to declare activeX in a VBA script

    @Zarkon4 Thanks, but non of the two solutions works I prefer to use the COMServer but when I debug the script it halts on the statement Set obj=New ConnectWithProgress with error: 10092 "ActiveX Automation server cannot create object. I hope you can help me ? _______ Wim
  7. wimoost

    How to declare activeX in a VBA script

    Hi, I am a complete NEWBY in VB(A). I have a problem with accessing a DLL in my VBA-script. The DLL is written in Delphi and if called by another Delphi apllication no errors are present. I have declared the dll in my script as: ------- Public Declare Function dllOpenDB Lib...

Part and Inventory Search

Back
Top