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 Mike Lewis 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. 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

    Linking to photos in Access

    Hey folks, Long time user, first time helper here. Does it matter what the files are named? If not, you could give them a generic name followed by a number, ie picture01.jpg, picture02.jpg etc. Then when you make your report, put five or so images on the page, then when the page gets...
  4. kilando

    Tokenizing Strings

    Thanks for the help everyone, I've got this just about working properly.
  5. kilando

    Tokenizing Strings

    Sorry for not being 100% clear on my question. I guess I shoudln't post here near the ned of a long day of work :) Just to clarify, I'm using the Visual Basic that comes with Microsoft Access. What I was hoping to find was a way to parse a string, like a tokenizer would in C/C++/Java. I have...
  6. 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...
  7. kilando

    Undo changes to record shown through a form

    Thanks for the help everyone. I've got it working now.
  8. 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...
  9. kilando

    Access2000 Escape Characters

    Thanks for the help.
  10. 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...
  11. kilando

    VB Queries No Result Message

    Thanks for the help everyone, this has pretty much solved the probelm for now (although I'm sure something else will come up.)
  12. 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