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: ecalbert
  • Content: Threads
  • 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

    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?
  3. 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?
  4. ecalbert

    css help debug

    the following is my code for my page. It is displaying wrong for each row (2 rows) -- it should display the blue bar with the words upcoming.... then the black description underneath -- and underneath that the row with 3 books... then teh second row should repeat the same thing under it --...
  5. 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?
  6. 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?
  7. 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)
  8. 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...
  9. 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?
  10. 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?
  11. 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?
  12. ecalbert

    import from excel

    is there anyway to import from an excel file with multiple worksheets (to multiple tables) without needing to do each one separately?
  13. ecalbert

    print picture on form

    I have pictures all saved as teh filename the same as my id in a database. Is there anyway I can show them on my access form when I browse the record?
  14. ecalbert

    access a frontend to access

    i have a database and I would like to separate the frontend from the backend. Can anyone point me to some articles on how to do this? I know it is possible but I don't know how. Also Is there anyway to let a frontend of access access a backend on a web server?
  15. ecalbert

    button as image

    how can I change a button to show an image <asp:button id="Button" runat="server" Width="121px" Text="Test"></asp:button> should still be a button but show an image that i set. what is the correct code for this?
  16. ecalbert

    include files in asp.net

    I have a asp.net small application that I needed to do in .net and could not do in asp. the rest of my files on the server are all in asp and I want to include files (for headers and footers and other parts of the page) that are .asp files. Can I do this? Can I mix asp and asp.net or at least...
  17. ecalbert

    moving pictures from ole object field to file

    How can I move pictures saved in an oleobject field to a directory on my computer and save just the name of the file in the database??
  18. ecalbert

    frontpage 2003 -- keeping bold when posting

    i have frontpage 2003 -- is there a setting to do that when I copy and paste from wordpad it should keep the bold and italics?
  19. ecalbert

    change background to transparent

    I have a gif that has a white background. Is there anyway to easily change the white background to be transparent?
  20. ecalbert

    power point -- print 4 on a page

    how can I print 4 slides on a page in powerpoint without showing the notes on the side?

Part and Inventory Search

Back
Top