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 gkittelson 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: r3g
  • Order by date
  1. r3g

    Password validation - RegExp

    Hi, Simple RegExp request here, well I think it's simple. I'm looking for RegExp pattern that will match a string which contains at least 5 alphabetic characters [a-zA-Z] (not necessarily in sequence). e.g: wordword - would match word121word - would match w1w1w1w1w1 - would match w1w1w1 - no...
  2. r3g

    Create Windows Service in VB6

    hi, not sure if this has been addressed in this forum, but does anyone know how to write a service for windows 2000 server in vb 6? i've seen a lot of articles about writing services in VB.net but that doesn't apply to me. or is it possible to turn an existing VB EXE application into a windows...
  3. r3g

    BCP with Stored Procedures

    Hi, I have a stored procedure which creates a temp table and inserts data into it from other tables. After inserting all the data into that temp table, the SP just does a select * from #tmptable query at the end to return all the contents of the temp table. Now when I use BCP with that stored...
  4. r3g

    Exporting to Excel and Locking Cells

    hi, i have an ASP script which loads a crystal report and exports it to an excel sheet - this part works fine. this excel sheet is then emailed to some users. however i'm interested in locking certain cells so that the users cannot edit the fields. does anyone have a suggestion on how to do...
  5. r3g

    Exporting to Excel and Protecting Cells

    hi, i have an ASP script which loads a crystal report and exports it to an excel sheet - this part works fine. this excel sheet is then emailed to some users. however i'm interested in locking certain cells so that the users cannot edit the fields. does anyone have a suggestion on how to do...

Part and Inventory Search

Back
Top