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. Niamh02

    CLIPBOARD OBJECT

    Im creating a program not unlike windows explorer. I want to be able to cut, copy and paste files from one location to another. At the moment Im using a temporary folder to store the files after they have been cut or copied and its working, but I have to code it using the clipboard object.Can...
  2. Niamh02

    empty a database!!

    I connect to my access 2000 database via an ADO control in my VB 6 project. I want to provide a function to check if the database/recordset (there's only 1 table)is empty and delete all records in it if it isnt. Any help would be great! Thanx
  3. Niamh02

    replacing an old record with new data

    Is there a replace keyword in vb that I can use to update the fields in a record of a database connected to via a microsoft ADO control. I do a search in the code to check if the person the user is entering data about is already there using the findfirst keyword and a unique key. I want to then...
  4. Niamh02

    writing from a flexgrid to a database

    Thanks for all the code, but I've already written some code to populate an array with a certain column of the flexgrid, on which I have performed calculations and written values back into the correct fields of the flexgrid - all I really need to know is about writing this back to the database...
  5. Niamh02

    writing from a flexgrid to a database

    Im populating a flexgrid in my vb project from a ms access 2000 database. I want the user to be able to edit some fields in the flexgrid. Is it possible to save these changes back to the database, if so - how do I do this? Thanking you in advance Niamh

Part and Inventory Search

Back
Top