I have been using the .dll for a while now with great success. The question hopefully someone has an idea on is that I want to use the .attachment to send a linked document.
For obvious reasons I do not want to embed the document as my database will get out of control. Does anyone have...
I am trying to use the Dlookup function to validate whether or not the information typed in a text box is in a table. For example, I want to know if a specific State is in a Table. I have looked at the FAQ, but I can not seem to get this to work. Basically what I want to do for test purposes is...
I use SetCursor like this:
Public Function SetCursor(ByVal lRow As Long, _
ByVal lCol As Long) As Boolean
stemp = moExtra.Screen.MoveTo(lRow, lCol)
End Function
SetCursor works great! but when I use the following
WaitForCursor as follows:
Public Function...
I have been searching google/newsgroups and other searches and found this really cool VB code:
"http://www.freevbcode.com/ShowCode.Asp?ID=109"
basically it can be made into an exe and you can send "spoofed" emails with attachments. Now the problem I am having is trying to figure out how to use...
I need to copy the text in a text box when I am in a form, I have tried different ways but I can not seem to get it right, I have tried dim strClaim as string, and then strClaim = ClaimNum which is the name on the form from a query of a table. If anyone can help it would be much appreciated :)
I don't claim to be any sort of expert or guru, and this is my first time posting, so thank you all in advance, I have found this forum to be a helpful :)
My question is this: how do I use the WaitForString function in a class file? I have to assume it is close to the waitfor cursor which I...
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.