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: *

  • Users: timcadieux
  • Order by date
  1. timcadieux

    Using SPLIT()

    No fixed number and i was hoping to avoid adding a new field, argh....
  2. timcadieux

    Using SPLIT()

    Ok, i have a dilemna. I have a Field for our articles called Category. Inside, I have things ie., Car, Boat, Plane. I allow my users to insert multiple categories, therefore, I was using Split() to read things like "car, boat". My problem is that I need to offer the same info in French. I...
  3. timcadieux

    Site search

    oops, sorry, i guess i was too enthusiastic! unfortunatly, i don't have access to that. I'm wondering if a spider/database solution is the way to go?
  4. timcadieux

    Site search

    Thank you very much! -) One question though, i get this error. Search Recordset Error: Service is not running. .
  5. timcadieux

    Excel worksheet background

    that was it, thx!
  6. timcadieux

    Site search

    Hey folkz, wanted to know if anyone knows of a good, fast Site Search app that I could run on my ASP site? Preferably one that does paging.
  7. timcadieux

    Excel worksheet background

    A colleague has a number of worksheets who's background says PAGE, PAGE 2, Etc. in what looks like a watermark in the middle of the page, how can we get rid of it?
  8. timcadieux

    building hidden fields on the fly, need to build js Elements to match

    actually, in doing this im seeing i have to logic incorrect. I can easily create the hidden fields, but what i need the javascript to do is update the matching hidden field only, ex.. Filename4 should update hidden4 that way only those that get changed by the client would actually be changed...
  9. timcadieux

    building hidden fields on the fly, need to build js Elements to match

    ok, sorry, haven't had lunch so i'm a little looopy myself! ;-)
  10. timcadieux

    building hidden fields on the fly, need to build js Elements to match

    Hey folks, i'm building a table that has File fields, dependant on a number that the user inous, ie.. they type 5 and my script builds 5 file fields named Filename0, filename1, etc... I simply use the value of request.form("num") and loop Using the below code, i get the value from a hidden...
  11. timcadieux

    Response.redirect won't fire?

    I believe he meant CTRL - it forces the browser to really go back to the page.
  12. timcadieux

    Response.redirect won't fire?

    That's just plain bizarre... it's started working, but i did that Response.Buffer=True before lunchtime! it's like if there was a lag in the files being updated! Anyhow, it's working now, thx everyone!
  13. timcadieux

    Response.redirect won't fire?

    Well, none of the above has helped, but I know for a fact there are differences between both servers, this could just be one more...i've made a workaround. thx!
  14. timcadieux

    Response.redirect won't fire?

    I just noticed something, this does NOT work on our Staging server, but it DOES on the Production....is it possible to disable that feature on a server?
  15. timcadieux

    Response.redirect won't fire?

    This does abslutely nothing. 'response.Write("Category Edited") response.redirect("///0_6_1_0.asp.asp")
  16. timcadieux

    Response.redirect won't fire?

    I even added incorrect code to throw an error but it it only shows me the Text i display to the user "Category Edited" response.Write("Category Edited") response.redirect("///0_6_1_0.asp.asp")
  17. timcadieux

    Response.redirect won't fire?

    I did, i used the response.Write("Category Added") and it displays that, but that's all it displays.
  18. timcadieux

    Response.redirect won't fire?

    I'm using th ebelow code to add to my DB then i want it to go back to my main page. It does add the info, but it just site on "Category Addded". I'm using the exact same code for my DELETE AND EDIT Functions and they work fine? Set rs = Server.CreateObject("ADODB.Recordset")...

Part and Inventory Search

Back
Top