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!

Search results for query: *

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

    Checking if a process is running

    I use the "createProcess" function (defined in the "kernel32" lib) to start a java programm from my VBA code. The java programm sometime crashes and I am looking for a function that I can use to check whether the process is still running. I have the processID and the threadID to identify the...
  2. LCoder

    DELETE Query very memory inefficient

    We are using Access 97 and have the following problem. We need to do a lot of single deletes on a table and do this by using a DAO.Querydef object and change the SQL code several times. We use plain SQL code, i.e. we set qryDef.SQL = "DELETE * FROM table WHERE condition" qryDef.Execute We do...
  3. LCoder

    MQSeries and Microsoft ACCESS

    Does anyone know if there exists a way to put a string into an MQSeries queue via VBA??? Any help is greatly appreciated. Cheers Lars
  4. LCoder

    Adding Controls to an ACCESS 97 Form via VBA Code

    Does anyone know how to add a control (like a text field) to an ACCESS form via VBA Code. I tried Forms("aForm").Controls.Append but the "append" method is not implemented for a container (like controls). Any help is appreciated. Cheers Lars

Part and Inventory Search

Back
Top