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

    Error trapping with a Winsock control array

    I have VB6 program talking to several remote dumb terminals via a winsock connection. I would like to setup an error event trap but so far have not been able to do so. No matter how is configure the trapping routine, the compiler returns the following error: "Procedure does not match...
  2. Rich7638

    Multiple ports open simulteanously?

    I'm using VB6 and I have successfully used MSComm to communicate with a scale. Now I want connect 5 scales and use the ONCOM event for each of them. I did some searching here and I did find a reference to the MSComm1.index property and setting it to 0. Every time I do so, I get an error at...
  3. Rich7638

    What is the best way to display array data in a form

    I have data that is getting extracted from a table and assembled into an array. While it will always be a two dimension array, I have no idea of the bounds until it begin the extraction, therefore some sort of fixed display method on the form will not work so well. The data need only be...
  4. Rich7638

    Object variable or With Block variable not set

    I am trying to get MSComm based communications routines running in my Access VBA code: Private Sub Form_Load() On Error GoTo load_error Dim MSComm1 As MSComm ' Open the serial port MSComm1.CommPort = 1 MSComm1.Settings = "9600,N,8,1" MSComm1.InputLen = 0...
  5. Rich7638

    How to code a query

    I have a form built on query1. query2 contains records that are related to query1 via the query1 primary key. I want to put a button on the form that will retreive a record from query2 that matches the primary key value of query1 and has a "like" condition in another one of it's fields. Once...

Part and Inventory Search

Back
Top