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: wrchto
  • Content: Threads
  • Order by date
  1. wrchto

    Start-Parameters

    While starting Business Objects I have to fill in my user-id and my password by hand. Is ist possible to start BO on a server with the scheduler by sending this parameters automatically (for example RUN: P:\BUSOBJ.EXE Y:\userdocs\report.rep -user:userid -pwd:xxx). Is it possible to send the...
  2. wrchto

    Jump-Point into dll not found

    I have a selfmade dll with two functions. I want to call one function from my main-program but I always get an error. The error-code is 453. The message is that the point to jump into the dll cannot be found. Can anyone tell me my error? dll (named UserAuth.dll as ActiveX-dll)...
  3. wrchto

    Use dll without registering

    I have heard that I do not have to register a dll to use it from my VB-program. It is possible to use the dll when it is in the same program directory as my VB-program. But that does not work! I have the dll and the program in the same directory on my server. When I start the program from my...
  4. wrchto

    External Subroutine

    Hi! Maybe this is an idiot's-question but I hope, you can help me! I want to write a subroutine which is useable from any other VB-programs. I want to call it from VB-programs but also from Excel-VBA-programs. I do not know which type of program I have to write. Do I have to write a dll? Or an...
  5. wrchto

    Parameters for Excel-Open

    Hi! I open an excel-member with shell32.dll. Because there are macros in this member, i get the question for activate or inactivate the macros. I want to use parameters that this question is answered automatically with "yes" because if the user will answer with no, the excel-member...
  6. wrchto

    Find an application-path in the registry

    Hi! I need to find the path of an application (excel.exe) in the registry because on each client it could be another path. So I need the code for searching in the registry. If I know the correct path, I can start the application with the Shell-Command. Thomas
  7. wrchto

    dll on the server

    Hi! I have a VB 6.0.1-program, which needs the following files: msdatgrd.ocx, msdatgrd.dep, msdatgrd.oca, msdatgrd.srg. I think I need this files because of the use of a data grid I don't know, if I need really all 4. The files are on my computer because of the VB-installation. But on the...
  8. wrchto

    Refresh DataCombo

    I have a DataCombo which is filled with data from an access 97 database. I also have a Delete-Button to delete the record wich is shown in the text-field of the box. The problem is, that the DataCombo isn't refreshed automatically. I can see an empty line in the data-field for the deleted...

Part and Inventory Search

Back
Top