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 Wanet Telecoms Ltd 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: Skinsella
  • Content: Threads
  • Order by date
  1. Skinsella

    Hourly Query

    Is there some simple code I could use to run a piece of code every hour? As far as I can see the timer function only goes up to 1 minute. If the code ran every minute it would slow my application down. Any help would be appeciated. Regards, Simon.
  2. Skinsella

    Windows Slow Down

    I recently converted my HDD to NTFS from FAT32 as I needed the extra file security. For some reason though whenever I open up an application my mouse drags like a dog. It doesn't matter what I open, whether its cpu intensive or just the Windows Explorer window, the slow makes it a nightmare...
  3. Skinsella

    How do I access TAPI?

    I need to create a program using TAPI but I can't seem to find the TAPI library in the reference library. Any one know where I can find it? Do i need to download anynything?
  4. Skinsella

    Populate List Box with search results.

    What I have is a form with a text box that is used as a search screen. At run time the user can type something into the box and then press a button, which brings up a pop up screen displaying a Listbox which I need to be populated with the search results. Below is what I've got so far but for...
  5. Skinsella

    Simple SQL question....

    I'm trying to set up a program that you need to have a user name to access. All data for the program is stored in SQL 7. This is the code so far but it doesn't seem to be authenticating the username, instead it just loads the program straight up no matter what is entered in the login screen...
  6. Skinsella

    Open another application using a Command button

    I need to open up Outlook Express from my applicatin using a command button on my main form. Some one told me I could use the Set command or the define command but I couldn't find any information about it within VB. Any one know what the exact coding I need to put in? Just an example would help...
  7. Skinsella

    Using results in a different form.

    Ok here's the situation. Some one types in their birthday in a TextBox called "txtBDay". What I need to happen is once they type in their Birthday and click a button a new form needs to appear which is just a small pop up with a single list box in it displaying all the names of the...
  8. Skinsella

    How can I use a TextBox to Search through my Database?

    OK what I have is a simple form that displays a members Name, Address, etc. I've set up an SQL database called "MemberSQL", "TblRecords" is the name of the Table used for this screen. "txtRecordName" is the name of a TextBox which is used at run-time to search for a...
  9. Skinsella

    Searching through a Databse using SQL?

    I'm writing all this in VB6, and was hoping to use an SQL statement within VB to search through my Database. "Test" is the name of the database, "TblRecord" is the name of the Table and "RecordName" is the name of a column in that table. "RecordName" is...
  10. Skinsella

    How to search using a text field?

    I have a database set up where each record has its own name "RecordName" what I need to do is use a text field to allow them to search through the databse using a text field which is at the moment simply replacing the current Record Name. I'm using a Dataenvironment to connect to the...
  11. Skinsella

    Using a text field to search through my SQL databse

    I have a database set up where each record has its own name "RecordName" what I need to do is use a text field to allow them to search through the databse using a text field which is at the moment simply replacing the current Record Name. Thanks in advance.
  12. Skinsella

    Trigger to a Txt file

    Hi I'm trying to trigger several pieces of information into a txt file to create a kind of audit trail. So what I want to do is say record username and date into a txt file when they update the information in TblInfo. A friend of mine recommended using the trigger technique but although I can...
  13. Skinsella

    Search Database using API

    Hi I'm really stuck with this one so any help would be greatly appreciated. What I'm trying to do is search through a database in a specific field like is done with autocomplete in windows. I want to see possible matches as I type in the string. I'm using SQL through a Data Environment if that...

Part and Inventory Search

Back
Top