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 strongm 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: ecalbert
  • Order by date
  1. ecalbert

    get next tuesday

    i'm trying to write a function that when passed a date will return the date of the next tuesday my code below is not working -can someone help function getnexttuesday(mydate) iDay = weekday(mydate) if iday>2 then mydate=mydate+6 iDay = weekday(mydate) for i=iday to 3 mydate=mydate+1 if...
  2. ecalbert

    get ups rate

    thanks -- can you tell me how I can pull the error out of the below response? <?xml version="1.0"?><RatingServiceSelectionResponse><Response> <TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0001</XpciVersion>...
  3. ecalbert

    get ups rate

    I tried the script at http://www.tek-tips.com/faqs.cfm?fid=6359 and it works great -- one thing is that if the weight is too much it doesn't return any prices -- does ups have a limit? Anyway to get a error message returned so that I know why it is erroring?
  4. ecalbert

    session timeout

    there is not a setting I can just put at the top of the page?? i know in asp I would do session.timout= -there is no equivalent of this in php
  5. ecalbert

    session timeout

    it's on a hosted server -- can I still change the php.ini?
  6. ecalbert

    session timeout

    how can i change it to larger?
  7. ecalbert

    session timeout

    i have a login for watching videos. I need to set the timeout to be very large like a few hours. How do I do this?
  8. ecalbert

    css help debug

    thanks -- that helps except in ie. the books then don't appear centered under the line but to the left of it.
  9. ecalbert

    css help debug

    ...please?? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <style type="text/css"> * { margin:0; padding:0; } html,body{margin:0;padding:0} body{font: 76% arial,sans-serif;text-align:center} p{margin:0 10px 10px}...
  10. ecalbert

    access front end to access on web backend

    I have a access db. I want to change it to have the frontend access (where I can even add to tables) on my machine but the backend on a webserver. How can I do this?
  11. ecalbert

    set up web server

    I am trying to set up my nt server to be a web server so others can access just a specific directory from the web. I have iis running and it seems to have inetpub/wwwroot but when I put a html page in there and go to the ip from a web browser then i get page cannot be displayed. please advise?
  12. ecalbert

    save as 240 dpi

    how can i from photoshop save a jpg with 240 dpi at least? (I want to preserve as much quality as I can)
  13. ecalbert

    help eliminate edges when chaging colors

    I have a black icon which is a black circle with icon inside - i'm trying to change the black circle to blue -- but when I do you see these edges on the graphic like as if you enlarged teh graphic a lot you would see. I'm changing the color using the paint tool -- any ideas on how I can...
  14. ecalbert

    backing up outlook

    what exactly does that do -- doe3s it make a copy of teh personal folders??
  15. ecalbert

    backing up outlook

    I have outlook-- my problem is if I back it up then the file is to big to backup to a cd. Is there anyway to save just specific folders to a backup?
  16. ecalbert

    combining excels

    I have 3 excel files with 30 worksheets each --any easy way to combine all to 1 excel (without having to copy and paste each worksheet separately) what would happen if 2 sheets have the same name?
  17. ecalbert

    excel change date to text field

    great that worked now anyway I can apply that formula on itself - meaning that within cell c2 i do =TEXT(C2,"mmm dd")
  18. ecalbert

    excel change date to text field

    it tried =TEXT(C2,mm-dd) but it returned !name waht am i doing wrong?
  19. ecalbert

    excel change date to text field

    I have a date feild in excel that I now formatted to month day -- I want to take the formatted date and turn that into a text field. is this possible? how?

Part and Inventory Search

Back
Top