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!

Recent content by SteelDragon

  1. SteelDragon

    How do I populate a Form Field based on a drop down selection?

    I have a drop down box that is dynamically populated with a query. It contains peoples names. I want to be able to select a name in that box, and have it automatically fill in a field below on the form with thier ID number. So every time I select a different employee on this form, their ID...
  2. SteelDragon

    HELP, need an expression for default value in a table.

    Hello All, I have a default value in a table I need to be calculated from 2 other fields in that table. here is the SQL query that does it, but I cannot get it to work as an expression in the default value field. UPDATE [ToP] SET [ToP].TOPWeight = ([ToP]![RWAttacker]+[ToP]![RWDefender])/2...
  3. SteelDragon

    Internet Connection drops

    What timers have you found and set? That will tell me what you missed ;) I'd hate to guess all day long :P Give me that information and I'll see what I can do. Good Luck, SteelDragon
  4. SteelDragon

    Printer Message sent by the Windows NT 4.0 Server

    In the Printers folder, goto File/Server Properties. Then choose the Advanced tab. In there is a setting for the Spooler Message. Good Luck, SteelDragon
  5. SteelDragon

    CFQuery Based on a session variable

    GJ I actually found it myself right after I posted. It was the stupidest little thing... <CFQUERY name=&quot;GetRecord&quot; dataSource=&quot;GSHQ&quot; maxRows=1> SELECT * FROM Roster WHERE Roster.UserName = '#Session.USERID#' </CFQUERY> Notice on my #Session.UERID# the little single...
  6. SteelDragon

    CFQuery Based on a session variable

    Ok, here's what I want to do, I want to select information from my database specific to the user that has loged into the site. Kinda like this: I log in, it sets a session variable based on my username, I want to have a query that goes somethin like: Select * from table Where userid =...
  7. SteelDragon

    Cannot uninstall the SP6a...help

    Have you tried deleteing the Registry keys for SP 6a and SP 6 after uninstalling them? If not give that a shot and then attempt to re-install service pack 5. I would also call Oracle, as I beleive they have a fix to that issue out already. There are too many installed 6a NT machines for them to...
  8. SteelDragon

    Cannot uninstall the SP6a...help

    Why do you need to remove it? Try uninstalling it again, and then reinstall SP 5. That should fix it for you. But why would you want to roll back 6a? i don't recommend it. In any case, that should get you through it. Good Luck, SteelDragon
  9. SteelDragon

    Event Viewer codes

    I'm not entirely sure of what you are looking for, but here is an article from the MS knowledge base that may be of some assistance to you. I hope all turns out well...
  10. SteelDragon

    Physically moving disks

    Ok, fisrt problem you will have is the Kernel. If it is in uniprocessor mode it may not even boot if there are two processors in the machine. If it does boot however, you will only be able to use one of the Processors. That may or may not be an issue. There is a way to &quot;upgrade&quot; a...
  11. SteelDragon

    Event ID: 37, NTFRSPRF.dll?

    Look in your application log and see what application is failing,this does not seem to be an OS related error. I would suggest re-installing the application that is failing after you figure out what it is. Make sure you completly uninstall it first, and remove all directories and components, and...
  12. SteelDragon

    Software Runs but Disappears

    I would check to see if this is a DOS based application, if so the solution above has no bearing. I would try to open a DOS window, and go to the location of the program and run it from there. If it is a NIC program it is most likly DOS based. In NT you can get a DOS window by typing CMD in the...
  13. SteelDragon

    Black Screen with Curson On NT Server. Help Needed Urgently.!

    Boot from the NT CD Directly if it won't let you boot from the floppy. All MS are currently bootable if your Harware supports bootable CD's. you may have to tell your server Bios to boot from CD tho. Good Luck, SteelDragon
  14. SteelDragon

    Printing from NT4 ws on a W2K Printerserver.

    Well, First things first, What protocols are the printers running? What type of printers are they? Are they connected directly to anything other that the network? What protocols is the NT wks, and the 2000 Prnt Svr running? Can the NT4 box map a regular network drive to the 2K Machine? Does the...
  15. SteelDragon

    Modem Speaker Volume

    Try going into your dialer directly and turn off the volume there, the dialer settings often times override the modem properties. Hope that helps. Good Luck, SteelDragon

Part and Inventory Search

Back
Top