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: krichard
  • Content: Threads
  • Order by date
  1. krichard

    Summed Hours Worked in Report

    Hello.. Hopefully this is my last question... I would like to sum the total hours worked for each employee in a report... right now my report is displaying the total hours for each day, so I have Eric listed 5 times because he worked 5 days, and his hours for each day are listed next to his...
  2. krichard

    Printing Report

    Hi... I would like to print out a report, where it is sorted by the employee name.. I have a First Name Header, and then I have all the details for that employee under details... when it prints out, sometimes it will list the employee name at the end of the page, and then list all of their...
  3. krichard

    Order By Question

    Hi... I have a Timesheet form, that has a subform in it... The main form just has an employee ID, and Name at the top... when i click to the next record, it goes in order of employeeID, but I want it to go in order of Employee Name... there is no order by in the properties for my code...
  4. krichard

    Background Image

    Hello... I have a script that changes the background image for the whole page when you mouseover a link... I would like to modify the code so that it only changes the background in a specific cell in a table... IS THIS POSSIBLE? I would appreciate any help with this! Thanks Kim <script...
  5. krichard

    Double Image Mouseover

    Hello... I would like to mouseover Image 1 in the center of my page, and have Image A and Image B appear above and below Image 1 and stay on mouseout... Can anyone help me out with a script for this function?? THANKS KIMBERLY!
  6. krichard

    Text Mouseover

    Hello.. Right now I have a script that changes the color of the text when I mouseover it, but I would also like to increase the font of the text when I mouseover, and then go back when I mouseout... Keep in mind the text is not a link! <h3 align="left" onMouseOver="this.style.color='#ff0000'"...
  7. krichard

    popup window

    Hello... i have a script that opens up a popup window... Once the popup window opens... i have a link on it that goes to another page... when i click the link it opens the page inside the popup window... can someone help me with my code so that when i click on the link, the popup window closes...
  8. krichard

    rollover image

    Hello... i have some code below that was created using Dreamweaver. Basically when i rollover an image it changes that image to a new one that is the same size, but what i would like to have happen is have to new image swap to be a BIGGER different picture... not the same size as the...
  9. krichard

    Text Rollover

    Hello... I am trying to find a script where i have 5 boxes with text that I can rollover and it will swap the text in a single position below... So say it looks something like a horiz. menu up top... HOME PRODUCTS etc and i rollover home, specific text would appear in the box below, and...
  10. krichard

    Image Rollover Text Change

    Hello I have a javascript that changes an image when u rollover it.. EX. I have a map and each state is an image.. when i rollover it, the state highlights, and i can click on the state and it brings me to a page in coldfusion that lists all the street listings for that state... what i...
  11. krichard

    Default Image

    Hello... I have a form that inserts data with an option to insert an image... is there some code that allows you to insert a default no image file incase they leave the image field blank? <cfset file1 = #CFFILE.serverfile#> <cfset img_path = 'Images/gallery/Items/#file1#'>...
  12. krichard

    The value &quot;&quot; cannot be converted to a number

    I have a form where you can click on a race name and go to a page and rate it, with 4 slider bars... http://66.165.73.193/RaceReviews.cfm?RaceID=38 you can go here to see it... if u click on rate us... u can see my prob... this particular race has not been rated, and it should have 5 grey...
  13. krichard

    Error with Form

    Hello... i want my code to automatically check to see if #RaceName# folder already exists, and if it doesn't, than i want it to create the new directory and add the file into that folder... If it does exist just add that file to that folder... This is what I have now... <cfif #form.Image#...
  14. krichard

    using javascript in a form

    Hello... I have this slider bar that i got online... it works great, BUT I want to put it into a form, so that i can take the values that i get from the slider bar and insert them into a table ... I'm not sure how to do this... I wrote the person who created the script and told me this...
  15. krichard

    scrolling tabs

    Hi... I have a javascript that creates tabs at the top of the page, but i have so many that the horizontal scroll bar goes on forever... is there anyway to have a < > for the tabs, so i can click to the next one, instead of having a long line of tabs??? <script language=&quot;JavaScript&quot;>...
  16. krichard

    AutoCad 2002

    I am having issues with installing AutoCAD 2002.. The GUI starts to come up, and the i get a fatal error that says unhandled 80000003h exception at 1h does anyone no what this means... and if i can fix it?? Thanks Kim

Part and Inventory Search

Back
Top