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 TouchToneTommy 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 NurseIS

  1. NurseIS

    txt file on network drive

    OK. Thought I'd checked permissions but will do. Thank you!
  2. NurseIS

    txt file on network drive

    Of course the error was found - but what to do about it ??? What object has to be declared when addressing a network drive path? The script works fine for a local path. Thanks again.
  3. NurseIS

    txt file on network drive

    returns "424 object required" I'll see if I can find the error listing in the books. Thanks!!!
  4. NurseIS

    txt file on network drive

    Have a small form which can write to a local file. I'd like to place the html form on a share drive and have the appendable txt file there also. Using client PC only; no web server. I've adjusted the file path part of the script but it does not write to the file which is also in the same...
  5. NurseIS

    launch Outlook 'noReply' form

    OK. Then... is it possible to make a button on the toolbar that will launch one of these built-in forms?
  6. NurseIS

    launch Outlook 'noReply' form

    I understand how to customize a toolbar. Have also found example macro that supposedly launches a custom form. So, if I could find the names for the NoReply and NoReplyAll forms/templates that come w Outlook - I ought to be able to make buttons to launch those two forms directly rather than...
  7. NurseIS

    customize toolbar to launch 'noReply' form

    I understand how to customize a toolbar. Have also found example macro that supposedly launches a custom form. So, if I could find the names for the NoReply and NoReplyAll forms/templates that come w Outlook - I ought to be able to make buttons to launch those two forms directly rather than...
  8. NurseIS

    Configuring Mail Profiles on Win2K

    Can you then duplicate the set up to another PC by copying the .ost file - for each profile?
  9. NurseIS

    system graphics

    Is there a way to get the system logon and security dialogs as graphics? Want to paste the Ctrl+Alt+Del screen into a teaching handout and follow it with the next dialog where user puts in access codes. Thank you.
  10. NurseIS

    document.form.field.focus - not working

    I had reworked the overall form verification rather than checking each field. Then adjusted with what you've suggested. It works! Thank you very much for the extra time and effort to work this out! I am not at home right now. Will past in an example later.
  11. NurseIS

    document.form.field.focus - not working

    No go after adding tabindexes
  12. NurseIS

    document.form.field.focus - not working

    Yes, am running 5.+ Thanks for letting me know about that association. I'm off to see if I can make it work now. Regards!
  13. NurseIS

    document.form.field.focus - not working

    Yes, mainF is form. usrSSN is field name. The cursor just stays in the next field in tab order when I use the line like document.form.field.focus or .focus() or without using the 'document.' at the front end. Thanks for example and advice.
  14. NurseIS

    document.form.field.focus - not working

    After checking for an error in a text field, I want to clear the field and set the focus back to it. Here's a sample so far. I can get the field to null out. Cannot get the cursor back home though with the .focus or .focus() even if I 'rem out the line ...value="" for testing just the...
  15. NurseIS

    NoDispScrSavPage

    Found additional info at: http://www.windowsitlibrary.com/Content/368/10/2.html Will reply when I get a chance to test it.

Part and Inventory Search

Back
Top