- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
Re: you could use a my.settings this is how I send and receive global messages. When I first started programming I used something like this. Public Function fncVal(stVal As String) As String Static stNewVal As String If stVal <> "q" Then stNewVal = stVal ElseIf stVal = "" Then stNewVal = … | |
How do i stop a running function using a button or menu. Do I use a try catch? for some reason its boggling me. | |
I have issue when I load a form, usa ADO net to add db items to controls .ect.... and when the form closes, and open it again, it some times retains the previous information. does anyone know how to clear the form on exit? specially when you use the exit … | |
I am having issues with the syntax for a like statement in VBnet. I am using access as a back end. here is the code. Any help would be appreciated. Dim rs As ADODB.Recordset Dim cn As ADODB.Connection Dim strsql As String strsql = "SELECT Count(TractStatus.txOwnerID) AS CountOftxOwnerID " & … | |
I have beeb unable to figure out how to get data from a list view. It needs to be a multislect, and I need to get the data from a specific column. my listview consists of a 3 column with data populated from a database. I am after the data … |
The End.