Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TrojanRabbit

    mouse scroll in textbox

    Anyone know how to set a mousewheel to scroll a textbox rather than records?
  2. TrojanRabbit

    working with mouse scroll

    Anyone know about working with the mouse scroll? In a certain form, I want it to scroll a text box when it's in it. I don't want it scrolling records. I've found articles about turning the mouse scroll off, but I want to tell it work with the textbox when the textbox has the focus.
  3. TrojanRabbit

    error 914 linking table in Access

    I'm linking to a SQLbase server table in Access, and I get error 914 (Invalid bind variable) when I try to edit the data. Anyone know how to get rid of or around this?
  4. TrojanRabbit

    error 914 with linked table

    I'm linking a table through ODBC using a SQLBase server. When I try to edit a field in the table, it gives me error 914 (Invalid bind variable). I have been able to edit some fields in some of the linked tables, but not other fields in the same tables. Anybody know how to get rid of this error...
  5. TrojanRabbit

    site with good error explanations

    I found that the "Help" button with SQL errors never explained the code I was getting. I found a site that has a good list of explanations for error codes. Search the number, and you get a good explanation. http://www.nrr.co.uk/dberror/
  6. TrojanRabbit

    dll for e-mail

    http://glowbutton.faithweb.com/downloads.htm has a dll with VB code good for e-mailing without having to use an e-mail program. #7 in the list. Set a reference to the dll and use the following code: Dim mlr As Mailer.cMail Set mlr = New Mailer.cMail mlr.MailServer = <server>...
  7. TrojanRabbit

    Third-party software for e-mail from Access2000

    I'm looking for a way to e-mail from Access2000. Their built-in commands don't work, and Access won't let me use winsock anymore. Anybody know of some free third-party e-mail software to use in Access?
  8. TrojanRabbit

    e-mail from Access2000

    I'm trying to find a good way to send e-mail in Access2000. We were using Winsock, but Access suddenly won't recognize it anymore. The SendObject command is not working for us, either. The error I get with Winsock is 'Object does not support property or method.' I have the OLE Automation and...
  9. TrojanRabbit

    E-mail w/o Outlook and SendObject

    I'm trying to find a good way to send e-mail in Access2000. We were using Winsock, but Access suddenly won't recognize it anymore. The SendObject command is not working for us, either. The error I get with Winsock is 'Object does not support property or method.' I have the OLE Automation and...
  10. TrojanRabbit

    Sending e-mail without Outlook and without SendObject

    I'm trying to find a good way to send e-mail in Access2000. We were using Winsock, but Access suddenly won't recognize it anymore. The SendObject command is not working for us, either. The error I get with Winsock is 'Object does not support property or method.' I have the OLE Automation and...

Part and Inventory Search

Back
Top