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 TouchToneTommy 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: *

  • Users: kilando
  • Content: Threads
  • Order by date
  1. kilando

    File IO with Applets

    Hey folks, I'm trying to write an applet that will display text depending on what is written on anotehr website (a sports ticker) I get the following error when I try to run the program: java.security.AccessControllException: access denied (java.net.SocketPermission www.website resolve) The...
  2. kilando

    Finding the Focus

    I'm looking for a way to find which control on a form has the focus through visual basic (whatever version ships with Office 2000) I basically have a form that links to a photo, and when someone is using the navigation buttons (I made, not the little ones at the bottom of a form) they can cause...
  3. kilando

    Tokenizing Strings

    Hi Folks, I'm primarally a Java/C/C++ programmer but I have to do a project for the company I'm working for in Visual Basic. (Building a Database) I'm wondering if there is a way to tokenize strings entered by the user to aid in searching. For example, this database will contain various...
  4. kilando

    Undo changes to record shown through a form

    Hi everybody. I'm working on an Access 2000 DB using VBA and I'm trying to set the close button on a form so when it is clicked the user gets asked if they want to save any changes. I use the dirty event to see if any of the values for the records have been changed and this works ok. My...
  5. kilando

    Access2000 Escape Characters

    Hello Everyone, I'm new to using Access and Visual Basic and am learning as I go along on this project for work. I'm stumped trying to figure out what works as an escape character in VBA. Basicaly I want to convert this SQL statement: WHERE (((Record.Object) Like "*" & [Enter...
  6. kilando

    VB Queries No Result Message

    Hi Everyone, I'm new to Visual Basic and I'm basically using it to write an interface for use with a Microsoft Access 2000 Database that I've been developing. My question is: how can I get a VB script that will send a message to the user (via a message box) that informs the user that the query...

Part and Inventory Search

Back
Top