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 SkipVought 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. JasonV

    Scheduling a task

    HI,<br> I'm wondering if its possible to run a command by scheduling an event to run hourly, daily, weekly,etc. If so, an example of this would be appreciated
  2. JasonV

    Clearing an Access table from Visual Basic

    Thanks Positran and kleo. Works fine now!
  3. JasonV

    Clearing an Access table from Visual Basic

    Hi,<br> I'm writing data from a flexgrid to a table in Access 97.<br> What is the command to clear the table before it is written to?<br> <br> Thanks,<br> Jason
  4. JasonV

    Clearing an Access table from Visual Basic

    Hi,<br> I'm writing data from a flexgrid to a table in Access 97.<br> What is the command to clear the table before it is written to?<br> <br> Thanks,<br> Jason
  5. JasonV

    Matrix from flexgrid

    Ok, so it didn't format the way I wanted it to, but I hope you get the ideas of what I'm looking for.
  6. JasonV

    Matrix from flexgrid

    Hi,<br> I'm using VB6 and have a flexgrid on a form. I have 3 columns( Name, Class, Qualified) in the grid. I want to be able to take these 3 and create a matrix out of them. Qualified gets an 'x' if true else left blank. AN example of how i want it:<br> <br> Class1 Class2...
  7. JasonV

    Clearing a flexgrid

    Hi,<br> <br> I'm using a command button to run a procedure that adds data from a database to a flexgrid based on criteria from a textbox. I load column headers of the flexgrid in Form_load(). Once this procedure is done and rows have been added to the flexgrid, I want to be able to put...
  8. JasonV

    Removing row from Flexgrid

    I'm using VB6 and taking data from a database using recordsets and placing the data in a flexgrid. For example, I have 3 columns in it...class, grade, date. A person could have taken the same class multiple times. These occurences are in the database. What I'd like to do is place only the...
  9. JasonV

    How can u edit a textfile as it is being written to

    Thanks for the help. I figured out that I should of been using the PRINT tag instead Of WRITE. <br> <br> Jason
  10. JasonV

    How can u edit a textfile as it is being written to

    I am opening an Access Database and using recordsets, I am adding html tags to the data so as to be able to create an HTML table page. After I write the strings to the textfile, I'd like to be able to replace the (")quote marks with nothing. For example, this is what is going on.<br> <br> Open...

Part and Inventory Search

Back
Top