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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.