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 wOOdy-Soft 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 randyQ

  1. randyQ

    Default "Send To As Attachment" program not working in Word

    I have not, but I sure will now, thank you! I'll let you know what happens. I just remembered something else I did try. In Word's options, somewhere in there is a message button or something like that (I honestly don't remember, it was like, 4 hours ago!). In there, the mail settings that...
  2. randyQ

    Default "Send To As Attachment" program not working in Word

    Last line of original post: "He is using Windows XP Pro SP3, with Office 2003 Pro installed, along with the 2007 file converters. Also has latest version of IE installed." Thanks!
  3. randyQ

    Default "Send To As Attachment" program not working in Word

    I have a user who sends Word 2003 docs via email using the FILE > SENT TO > Email Recipient (as attachment). This has worked in the past, launching Outlook 2003 and sending the email using his exchange account. Now, when he does this, the Internet Connection wizard opens, and wants him to...
  4. randyQ

    Session dies and redirects to login, but still runs last call?

    So it will look more like this: if(!$_SESSION['UNAME']){header("location: ./index.php?MSGID=NoSession"); exit();} Thanks for the incredibly quick response, BTW!
  5. randyQ

    Session dies and redirects to login, but still runs last call?

    I wrote a helpdesk system using PHP/MySQL, and am running in to a weird issue. On my web server (IIS), I have the session set to time out after 20 minutes. At the top of every php page, I have a line of code that checks to see if the $_SESSION['UNAME'] still exists, and if it doesn't, it takes...
  6. randyQ

    validation script not working

    That darn 't' was it, thank you so much trollacious! Also, thank you BillyRay for the document.forms[] correction! Obviously I have not been keeping up on my javascript standards. And thank you for the note on semicolons, I do agree with you on that. I have been doing so much PHP coding...
  7. randyQ

    validation script not working

    I have a php page that posts to itself to add records to a DB. In the form tag, I have a 'onSubmit="return CheckForm()"', which should be running prior to the form posting. Below is my CheckForm() function, which is not working. The form just goes ahead and posts itself, and adds the blank...
  8. randyQ

    security permission different for each user

    I have resolved the problem by creating a custom Firefox installer script that deletes all occurances of the program prior to installing a fresh copy. It also checks to see if it has rights to the Program files directory first, and if not, uses cacls with switches to set the appropriate rights...
  9. randyQ

    security permission different for each user

    I'm sorry about that, I was a bit frustrated. The shortcut to firefox on the desktop remains broken when logged in as a user. when I log in as a administrator, it works just fine. The same shortcut in the same "all users/desktop" folder, but it is broke for the users group. However, I have...
  10. randyQ

    security permission different for each user

    We switched to active directory, and all of our student users are in the Users group. Our teachers are in the Admins group. the problem, is that when logged in as an administrator, an icon for Firefox on the desktop is just fine. When logged in as a user, the icon is dead, and the properties...
  11. randyQ

    GPO's and laptops not getting them

    We have pushed several updates out through scripts in GPOs. The scripts are applied to the computer policy, startup scripts. They vary from resetting rights using cacls, to installing updates of existing software. The problem, is that they are not getting these updates. I have checked, and...
  12. randyQ

    Deploy IE7Setup.exe

    psexec.exe, part of sysinternals, is another way. I agree that a windows update server is the best solution, but if you just want to slap something onto a machine, use psexec.
  13. randyQ

    Opacity Rubberbands

    I had a similar issue, and found that when certain tools are selected (razor for ex.), the rubberband handles, keyframe marker button, etc. disappeared. Not having it installed on this computer, and not having worked in it for over a month, I cant tell you for sure which tool to select to make...
  14. randyQ

    CS2 saving and shortcut woes

    The last time I was able to do it was either at work, or at home on my laptop, back in the day when I used PS7. I am starting to think it is my wireless keyboard. I don't know much about wireless technology, but maybe there is a buffer issue, and when I press those three keys, the buffer is...
  15. randyQ

    CS2 saving and shortcut woes

    I deleted the prefs, and that fixed the saving to JPG issue. However, I still can not do the [Ctrl]+[Shift]+[Alt]+[S] keyboard shortcut to initiate a Save To Web command. Here is what looks like is happening: When I press the [Ctrl]+[Alt] keys together, I get an icon that looks like to small...

Part and Inventory Search

Back
Top