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

    Searching for LDAP information

    I'm interested in using LDAP to grab some information off of our Exchange server in a VB6 COM+ component I'm creating. The problem is that I haven't found any Microsoft provided ways to do so; when I searched their site I came across an API, but it was only for C/C++. Has anyone found a (simple)...
  2. pdwetz

    i am not able to create an object

    You need to run the client EXE on your client machines (as far as I know, the PAK file is not used for anything). The EXE file installs the DLL on the client machine and points any references for it to the MTS Server.
  3. pdwetz

    Shared variables + subreports

    I have 3 linked subreports which summarize various data (which I store in separate shared variables). In the footer of my main report, I display and total all of these shared variables. It works on occasion, but usually only returns the data for either one or two subreports (even though each has...
  4. pdwetz

    Client application using remote ActiveX component - early vs. late bnd

    We ran into a related problem on our project. We use MTS to handle our remote components, but our solution may help anyway. It consisted of using early binding during development, and then late binding for our remote clients. This allowed our programmers to use the benefits of early binding...
  5. pdwetz

    How to use delay in Visual Basic

    I tend to use a combination of the two suggestions above, mainly so that the sleeping program will still respond to user input (eventually).

Part and Inventory Search

Back
Top