I've gotten a lot of help from this forum and want drop a trick that can be used when developing queries with the AS/400.
here is a detail of how to create a running summary report of totals and counts by date.
first create your file, here is part of mine
Seq Field
10 COM...
hmm
well i took the code off of a process like you just described, so i understand what you are saying but it isn't what i want.
when the user presses "Enter" I want the program to take what is highlighted in the list box as the expected result. whatever has the focus on the list...
Blast from the past!
I am trying to get vbKeyReturn to start a routine. here is the code. is there anyhting else i need to do?
Private Sub Form_KeyPress(KeyAscii As Integer)
MsgBox KeyAscii
If KeyAscii = vbKeyReturn Then
LstUSER_Click
LstUSER_DblClick
End If
End...
similar question on the exe for an app.
can I distribute just the shortcut to the end user(s). my app will have multiple end users.
I'm thinking that if I send out the shortcut then all impending changes to the final product can be done and linked to the executible on my computer?
is this...
John,
I am looking to do the same thing, and include security priveledges. not to side step the original subject I have a novice question about the code you wrote.
will your functions work on project activation or will I have to call the function "GetWindowsLoginUserID()"...
i had a similar problem with a provider i am using. I would suggest you regester the provider, if you have done this then use the following code as a guide:
'creates the connection string to be used
ConnStr = "Provider=MSDASQL.1;Persist Security Info=False;" & _
"DATA...
I am having the same problem. I think it is more a business administration problem then a software admin problem.
My question is this, if you register a dll for a computer shouldn't it be there regardless of who logs in? better yet, How do you register a dll for use regardless of user...
I am having the same problem. I think it is more a business administration problem then a software admin problem.
My question is this, if you register a dll for a computer shouldn't it be there regardless of who logs in? I think this is the question, How do you register a dll for use...
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.