if you want to print text to serial printer you can open serial printer as an output file, like this<br><br>Open "Lpt1:" for output as #1<br>but if your printer is not ready program will not respond until the printer is ready.<br><br>or you can use object printer, like...
to get selected value in multiple selection listbox is you have to check selected property for each listitem<br>for example<br><br>sub getList()<br>dim i as byte<br>For i = 0 to List1.ListCount-1<br> If List1.Selected(i)=True...
I think you forgot to put single quote at lockoutuser value.<br>try this.<br><br>UPDATE [AgentPayDB!]LogIN SET LockOutUser = 'Y' WHERE LogIn.[User ID]=" & "'" & strUserID & "'" & " AND LogIn.[User Password]=" & "'" & strUserPassword &...
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.