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 TouchToneTommy 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: *

  • Users: asd78fg
  • Content: Threads
  • Order by date
  1. asd78fg

    Importing Dependent DLLs

    My company has an in-house-developed COM object (developed in C++) that is critical to many of our business processes. We've recently discovered that it is dependent on two third party DLLs (we're learning how this all works as we go), and my boss wants me to try to import those DLLs so as to...
  2. asd78fg

    HTTP POST

    I am trying to have an ASP page submit a POST messge to a remote server. The catch is, this can not be done with a form, because of the nature of the data that is expected by the remote server (it expects some custom headers). It must be a manually-written ASP-driven HTTP POST submission...
  3. asd78fg

    Object doesn't support this property or method

    I'm developing a DLL in C++ that is accessed from an ASP page. When running the page this error is thrown: Object doesn't support this property or method: 'ldap_obj.objectVersion' The method objectVersion() does exist; as I browse component services I can see that method for my object. Plus...
  4. asd78fg

    Object doesn't support this property or method

    I'm developing a DLL in C++ that is accessed from an ASP page. When running the page this error is thrown: Object doesn't support this property or method: 'ldap_obj.objectVersion' The method objectVersion() does exist; as I browse component services I can see that method for my object. Plus...
  5. asd78fg

    Object doesn't support this property or method

    I'm developing a DLL in C++ that is accessed from an ASP page. When running the page this error is thrown: Object doesn't support this property or method: 'ldap_obj.objectVersion' The method objectVersion() does exist; as I browse component services I can see that method for my object. I am...
  6. asd78fg

    Not grabbing all LDAP entries

    I have no LDAP experience but have been recently thrown to the wolves to develop an LDAP-enabled web application for my company using COM objects. While doing some early testing of LDAP connections & searches, I discovered that the application does not return all the attributes associated with...

Part and Inventory Search

Back
Top