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 Chriss Miller 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: saw15
  • Order by date
  1. saw15

    Excel - Calc Days of Month, end at end of month

    I am new to excel, and creating a worksheet, each tab/sheet will have a month view on it. I want to have the user enter the first day of month at top "1/1/2007" and then prepopulate the rest of days ending at the end of the month. Currently I am using =a1 + 1 etc, but know there has got to be...
  2. saw15

    Use event manager to push plug in install

    I would like to know if anyone here has used the MS Event manager to schedule a java plug in install/upgrade before? I am searching for instructions on how to set this up, currently we don't want to do during middle of day, and would like to schedule for off peak timeline. Any help is appreciated.
  3. saw15

    Use event manager to push plug in install

    I would like to know if anyone here has used the MS Event manager to schedule a java plug in install/upgrade before? I am searching for instructions on how to set this up, currently we don't want to do during middle of day, and would like to schedule for off peak timeline. Any help is appreciated.
  4. saw15

    Excel - Conditional Formatting

    Using excel 2007, i want to set a conditional format where a row of data is red when the day is equal to Sat or Sun. Any help is appreciated, tried a few things and didn't work. Thanks in advance.
  5. saw15

    Call function from menu item

    I am new to JS and trying to use a menu item to call a function... i.e. This is what I want: var menu1=new Array() menu1[0]='<a href=update('logon')>Logon</a>' This is what it was: var menu1=new Array() menu1[0]='<a href="http://cnn.com">CNN</a>' Any help is appreciated,
  6. saw15

    Import Time billed to project from 3rd party source

    I am new to project, but wanted to know if we could import data from our time and labor solution into MS project? Our time and labor solution is sql server 2000, so I know I can get the data. Any assistance, comments or urls you can point me to would be helpful. Thanks in advance.
  7. saw15

    Outlook 2003 - Calendar and Calendar In Personal

    I am using outlook 2003 and just started having this problem.... When I receive a meeting request and accept it, it does not go to my public calendar but instead a calendar that says "Calendar in Personal". Not sure what setting was changed, but to see the request, I click the calendar icon...
  8. saw15

    WinXP - Logical Partition D on C

    Thanks... that is what I thought. I typically used partition magic, but thought by now there might be someway to do this within windows itself.
  9. saw15

    WinXP - Logical Partition D on C

    I was given a laptop that had a logical partition d on the C Drive. I have removed the partition, but now want to reallocate the space from D back to C. Can I do this with Disk Mgmt (won't let me)? If you can, please advise so I can attempt to do this. Thanks in advance... SW
  10. saw15

    Find Friday Date of week

    I am updating a quartely spreadsheet, and want to imput the end date of the first two weeks in cells. I then want to create a formula that will take that date, and populate the next worksheet, with the date for the following week's Friday date. I know I can do a =RefCell + 14, but this does...
  11. saw15

    Add SWF File to WMV Clip

    I am using powerpoint to show a movie, and want to follow it up with a SWF clip. The easiest way to do this is add the movie to powerpoint, but I can't add the SWF file. Can anyone tell me if you can add an SWF file to the end of a movie clip using something like Windows Movie Maker? I have...
  12. saw15

    Powerpoint

    I am putting together a powerpoint presentation, and am using a flash module. I save the ppt as a pps and then view it in IE using a link on the 2nd slide to play the html file that has the swf file embeded in it. I would like the ability to have the swf file play within the 3rd slide upon...
  13. saw15

    on click, move to defined frame #

    Just what I needed, thanks. Appreciate the quick response.
  14. saw15

    on click, move to defined frame #

    In short, I am playing a movie clip and then providing some animation etc afterwards. I am using stop();, to stop the animation etc. Once everything is stopped, I want to be able to click on the screen again and advance to a individual slides, so I can talk about each, clicking through each...
  15. saw15

    on click, move to defined frame #

    I am very new to Flash, and have stopped the movie in my flash file, but want to continue when the user clicks the screen. When the user clicks, I want to move to a selected frame and then stop again, repeating with each click etc. Any help is appreciated.
  16. saw15

    File upload, limit file type

    Worked perfect, thanks.
  17. saw15

    File upload, limit file type

    I use the following to allow users to upload files. I would like to add the limitation of a specific file name or file type, but the following does not work: <FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="FTPAccess.asp" NAME="form1""> File 1: <input TYPE="FILE" SIZE="40"...
  18. saw15

    IIS Performance settings

    We are using Win2k server to run multiple production websites (3). I would like to know if anyone has had experience using the performance tab settings, and do they really assist with performance issues etc: The settings I am curious about: 1. Performance Tuning (number of expected hits per...
  19. saw15

    Access Registry from ASP page

    I need to access our registry to get the value for a new string value. We currently have it setup to use a dll with private functions etc, but I want to add the function to the ASP and bypass the dll. Can anyone provide an example of a funtion that can do this? Thanks in advance.
  20. saw15

    Using image as login button, how to set as default

    Thanks Lee, I tried it but it didn't quite give the results I was looking for. I was able to use this and get the desired results: <a href="#" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('login','','images/login_f2.gif',1);" onclick="submit();" onfocus="this.blur();"...

Part and Inventory Search

Back
Top