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

    Using Excel in VB.NET

    Hello, How do I open an existing Excel file and display the information in a form using VB.NET
  2. DRapper

    I need to be able to encrypt a password before inserting it into a db

    Hello All I need to be able to encrypt a password before inserting it into a database. Then be able to decrypt it after I retrieve from the database. DRapper
  3. DRapper

    Inserting into a memo field

    Hello All, I trying to insert a large amount of data into a memo field in an Access 2000 database. I am using a textarea tag in conjuction with an htmlarea editor. Is there special perl code I need to use in order to insert a large amount of data into a memo field? I'm using...
  4. DRapper

    I have 3 or more different select boxes. How do I see if something

    Hello, I have may have 1 or more select boxes that I need to check to see whats selected. How do I see what is selected for each select box? Please note the select box name are determined by how many the users selects. For example if the user selects 3. Three different select boxes will...
  5. DRapper

    How do I display a maintance message

    Hello All, How would I display a message stating that my server is down for maintance? DRapper
  6. DRapper

    I need split function help

    Hello All, I'm using split(/&/, $buffer). I discovered that $buffer may contain something like this ?company=Bob & Jane&firstname=John&lastname=smith. When I use the above split function it splits Bob & Jane which I do not want it to do. Is there anyway to get around this and still use the &...

Part and Inventory Search

Back
Top