Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Papa_Don

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 = …

Member Avatar for Papa_Don
0
220
Member Avatar for joel.hahn

How do i stop a running function using a button or menu. Do I use a try catch? for some reason its boggling me.

Member Avatar for Reverend Jim
0
1K
Member Avatar for joel.hahn

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 …

Member Avatar for Reverend Jim
0
69
Member Avatar for joel.hahn

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 " & …

Member Avatar for joel.hahn
0
137
Member Avatar for joel.hahn

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 …

Member Avatar for Reverend Jim
0
941

The End.