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 bkrike 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: july07
  • Content: Threads
  • Order by date
  1. july07

    Remove a row from a dataset and move other rows up

    Hello, I tried to remove a row from a dataset while looping through the dataset, but it seems other rows are not moving up. I am getting an error message "IndexOutofRange Exception was unhandeled, There is no row at position 21." and i have 30 rows in the dataset. Here is the code and what i...
  2. july07

    Using variable in a vlookup formula in vb.net

    Hello, I am trying to vlookup employees name in a excel file from vb.net, using a variable in the vlookup formula and store the name is another variable. I have tried the below code but it does not seem to work because of the variable in the vlookup formula. xlApp = New Excel.Application...
  3. july07

    Converting Text in a Database to Date/Time fromat

    Hello, i am new to programming and VB.net any help will be appreciated. I have a SQL database that i do not have a "write-access" to, the database has 2 columns that looks like this: Date Time 20111025 0025 How do i create a new Column with VB, that will look like this...
  4. july07

    Quick list question

    I have a list that looks like this: {texta textb textc textd text1a text1b text1c text1d text2a text2b text2c text3a text3b text3c text3d text4a text4b text4c text4d text4e text5a text5b text5c text6a text6b text6c text6d text6e text7a text7b text7c text7d text7e text8a text8b text8c text8d...
  5. july07

    Outputting a file from SQL on different lines instead of a single line

    Im trying to get an output file from a sql database on a .txt file, but all the out puts are on one line, how do i get them on different lines. Below is my code: SELECT name, access, description, number syntax FROM testingresults WHERE LIKE 'testing%' AND access='read-write'" This what im...
  6. july07

    help using '\n' command in Tcl

    I have a output file from sql database using tcl, the file has this format: {testing1 read-write {This testing went well.} {} {} Integer32} {testing2 read-write {This testing went well.} {} {} Integer32}{testing3 read-write {This testing went well.} {} {} Integer32}{testing4 read-write {This...
  7. july07

    creating a new file using tcl

    I have a big file with a list of testings and there are couple of the testings which are similar. I need some ideas on how i can write a tcl code that will create a new file with the first and last testing of each categories... I am totally new to tcl, i really dont have any idea on how it...

Part and Inventory Search

Back
Top