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

  1. MISdad

    Media Player 11

    Well, I found out what the problem was. Apparently something changed the permissions in the registry. I did a scan for viruses and spyware/adware but I guess that doesn't mean much. Anyway I used regedit and gave all the users on my computer access to the Classes entries. Once I did that...
  2. MISdad

    Media Player 11

    I have a wierd problem that just started. I use multiple profiles on my XP Pro box to manage mine and my wife's mp3 players. Each gets its own WMP library to synch with. It's been working great until last night. Media Player will only start up if I'm logged in under the main user profile...
  3. MISdad

    Saving to a Specific XML Element

    I need to be able to save uploaded file names to a specific XML Element. Here's where I am... My XML File <?xml version="1.0" encoding="utf-8"?> <photoalbum> <album albumname="PhotoAlbum1" id="1"> <image id="1" imagename="pic1.jpg" /> <image id="2" imagename="pic2.jpg" /> <image...
  4. MISdad

    Menu Creation

    Hello all. I am very new to flash. I just downloaded the Flash 8 Professional eval version last week. I am looking for a couple of things. 1. I would like some suggestions for good training resources. I will be taking a Flash class at LRS in November but need to get learning now. 2. My...
  5. MISdad

    Self Study Guide

    Mastakilla - Thanks for the link. Looks like a lot of training resources at a great price. I did notice though that the site says it hasn't been updated since 9/12/2005. I sent an email asking if this was accurate but I'm guessing it is since they still have Visual Studio 2005 listed as beta...
  6. MISdad

    Self Study Guide

    bigtimmin - Thanks. That's one of the sites I looked at. chrissie1 What do you know about OOP? Little to nothing. What do you know about programming? I have some limited experience in writing javascript and asp code for the web and also fairly extensive knowledge in writing SQL scripts and...
  7. MISdad

    Self Study Guide

    I'm looking for a good computer based self study guide for vb.net. I'm a complete beginner so I would need something that starts from the ground up. Any suggestions are greatly appreciated. Thanks.
  8. MISdad

    Hiding Table Data

    Here's the code: <script> function exp(strTag ,strAttribute){ var elem = document.getElementsByTagName(strTag); var elem1 =window.event.srcElement; for (var i=0;i<elem1.children.length;i++){ elem1.children[i].innerText=="4"?elem1.children[i].innerText="5":elem1.children[i].innerText="4"...
  9. MISdad

    Hiding Table Data

    I have an asp page that is pulling permit and inspection data. I am showing the permit data and then doing a loop below that to show the inspections for that specific permit number. Since there can be 10 or more inspections on a single permit number, I want to be able to suppress the...
  10. MISdad

    Hiding Data Until User Clicks Link

    I have an asp page that is pulling permit and inspection data. I am showing the permit data and then doing a loop below that to show the inspections for that specific permit number. Since there can be 10 or more inspections on a single permit number, I want to be able to suppress the...
  11. MISdad

    Help with Time Overlaps

    I'm working on a report to show staff time overlaps based on a SQL table that contains scheduling info. The table has start time, stop time, and duration. Any ideas as to the best way to get the info I'm looking for are greatly appreciated. Example: Staff puts a 15 minute appointment on the...
  12. MISdad

    Thoughts on New PC

    I'm getting ready to take the plunge and build myself a new pc. Here are the components I'm considering. Any feedback, suggestions, etc. are greatly appreciated. Intel P4 3.0 Ghz CPU Socket 775 2mb Cache Gigabyte GA-8I945P-G Socket 775 Motherboard (4 SATA II ports) PQI Turbo 2Gb Dual Channel...
  13. MISdad

    Display Date Range

    That worked. Thank you very much.
  14. MISdad

    Display Date Range

    I am prompting for a date range on a report. I want to be able to show the date range the user types in at the top of the report and am not having any luck figuring it out. It's been a while since I've done any report writing so any help is greatly appreciated. Thanks.
  15. MISdad

    ASP Slow to Display Data

    This is working great now. Thanks to everyone for your help.
  16. MISdad

    ASP Slow to Display Data

    Thanks for the feedback. I've tried the suggested code and it works fine (much faster too) but what I'm trying to do is have the page look something like this: 1st Department Name (as a heading) NAME PHONE DIVISION JOB TITLE (Columns) (--Blank lines for a break--) 2nd...
  17. MISdad

    ASP Slow to Display Data

    I've got an ASP page that lists employee phone numbers. It is pulling the information from our employee database and displaying it in a web page on our intranet server. The database server is running IBM DB2 and I have a view created to get the information from the individual tables. The...
  18. MISdad

    New Computer for Audio Video Production

    Hello all. I'm getting ready to put a new computer together that I'll be using mainly for Audio Video production. I have digital multitrack audio software for recording and producing CDs and also have Sony software for caturing video and creating DVDs. Here are the specs on what I'm going to...
  19. MISdad

    Help with Trigger

    JayKusch, There is actually quite a bit of inserting and updating done in this table. I know it looks like a lot of code, but it actually runs pretty well. Basically, we just want to stop services from being billed if certain criteria is not met and it's a whole lot easier for the system to...
  20. MISdad

    Help with Trigger

    I'm creating a trigger to change a value in one table based on values in other tables. The problem I'm having is that there is not always a corresponding record in the other tables, and the trigger doesn't appear to assign a null value to the variable when that record doesn't exist. Any clues...

Part and Inventory Search

Back
Top