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 strongm 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. jmowrey

    Need script to change power button action

    I need to manage the power button function for a large number of systems onour network. They are all XP Pro so GPO is out the window (wish i was on Vista) What I need is a VBscript, batch file, whatever that I can use to change the default action of the power button on a number of machines...
  2. jmowrey

    IE6 wont play local SWF files. Blank white screen only

    Just wanted to let everyone know that we did find the problem with our SWF playback. The root of our problem was due to MS patches. We ended up finding a few patches that would at time cause the issue but the root of our problems came from the xpsp3res.dll file. KB943460 did replace/update...
  3. jmowrey

    Broken IE6 under WinXP Pro SP2. Can't play SWF files.

    These units are in a heavily managed (80,000+) environment so leaving out the patch, moving to IE7, and using other players aren't options for me. Also, the vendor application requires IE to function properly and can't be forced to use other players. I honestly dont think that the patches...
  4. jmowrey

    Broken IE6 under WinXP Pro SP2. Can't play SWF files.

    Good afternoon all, I've recently run into an issue with IE6 playing SWF files. As of now when i try to play a SWF file within IE6 I get nothing but a white screen. If I remove KB943460 the files play correctly....although I dont think the patch is the root of the problem. I do have units...
  5. jmowrey

    IE6 wont play local SWF files. Blank white screen only

    Good afternoon all, I've recently run into an issue with IE6 playing SWF files. As of now when i try to play a SWF file within IE6 I get nothing but a white screen. If I remove KB943460 the files play correctly....although I dont think the patch is the root of the problem. I do have units...
  6. jmowrey

    IE shows white screen when playing local SWF files

    Good morning all, I've recently run into an issue with IE6 playing SWF files. As of now when i try to play a SWF file within IE6 I get nothing but a white screen. If I remove KB943460 the files play correctly....although I dont think this is the root of the problem. My situation is that I...
  7. jmowrey

    Migration from 2.0 to 2003 central site

    But can you change names of collections as you migrate them with the Site Properties Manager.??
  8. jmowrey

    Migration from 2.0 to 2003 central site

    Hello all, I need a tool or scrip to migrate my collections on my 2.0 box over to my new 2003 box. This will be a parallel migration. Does anyone have any scripts or tools that can help me with this problem. Main issue I'm running into is that i need to be able to change the collection...
  9. jmowrey

    When changing combo box, form fields don't update.

    Here is the code you requested Ken. If you want/need more please just say so. thanks to all for any help. Private Sub uSiteId_AfterUpdate() Dim Tmp As Variant DoCmd.ApplyFilter , "[Sys_Cd] = Forms![Site_Master]![uSysCd] AND [Site_Id]= Forms![Site_Master]![uSiteId]" Tmp =...
  10. jmowrey

    When changing combo box, form fields don't update.

    In the main form of our database, there is a combo box that drops down to list all of our sites. When selecting each one the form should update to show things like address, status, phone number, and so on. Well, it works great for the first site selected in the combo box. After that, no...

Part and Inventory Search

Back
Top