Password protected fields

hi gurus,
is it possible to make some fields password protected in adobe form?
we want to use this in offline forms.
br.
Jun

Thanks for the reply, George!  (My apologies - this reply is not formatting correctly).  For the one text field I'm testing, I've placed the code in the Actions>Mouse Up>Execute a Menu Item>Run a JavaScript. Does that seem correct? It sounded like buttons and bookmarks were another way to go, but I had more trouble building those features.  The field is currently marked as Read-only but it's not "locked". The field is named "sign.name", so I updated the original code (where I believed I needed to). I also updated the password.  This is the exact entire code I've placed in the "...JavaScript" action:  (function () {       // Get one of the fields in the group     var f = getField("sign.name");       // Determine new readonly state, which     // is the opposite of the current state     var readonly = !f.readonly;       var readonly_desc = readonly ? "deactivate" : "activate";       // Ask user for password     var resp = app.response({         cQuestion: "To " + readonly_desc + " the fields, enter the password:",         cTitle: "Enter password",         bPassword: true,         cLabel: "Password"     });       switch (resp) {       case "OIE2014": // Your password goes here         getField("sign").readonly = readonly;         app.alert("The fields are now " + readonly_desc + "d.", 3);         break;       case null : // User pressed Cancel button         break;       default : // Incorrect password         app.alert("Incorrect password.", 1);         break; }   })();
Message was edited by: BPrice

Similar Messages

  • Password protect fields in interactive pdf

    Hi all,
    I have completed an interactive pdf online form and I want to make one of the sections (several fields) password protected. So two questions:
    How do you password protect fields?
    Do you have to apply password protection to each individual field or can you highlight a section (several fields) and password protect the whole section?
    Would really appreciate some help.
    Thanks so much. . .

    Many thanks George for your helpful advice. It is appreciated.
    Bridie Hanifee
    Pearson Trueman & Associates
    T:: +61 3 9864 7107
    F:: +61 3 9866 4811
    www.pearsontrueman.com<http://www.pearsontrueman.com>
    Please consider the environment before printing this email
    CAUTION - this message may contain privileged and confidential information intended only for the use of the addressee/s named above. If you are not the intended recipient of this message you are hereby notified that any use, dissemination, distribution, or reproduction of this message is prohibited. If you have received this message in error, please notify the sender immediately.

  • How Can I Password Protect An Image Field

    Is there a trick that you know of to password protect an image field?
    I have an image field, Only few directors allowed to use it.I want to restrict others from using it.

    I put a button beside the image field that teh user can click to activate it. On the Initialize event of the Image field set the access to "readOnly" (ImageField1.access = "readOnly". Then on the click event of the button use code like this:
    var pswd = app.response("This image is protected by a password. \n Please enter a valid password.");
    if  (pswd == "password"){   ImageField1.access
    = "";} else
    {     app.alert("You entered an invalid password!")
    Paul

  • Password-protect and hide one form field

    Hi there,
    I have been browsing through old forum discussions in search of an answer to my question.  A code George Johnson posted was really helpful, but there's  one more function I need to add to it and am struggling to figure it out on my own.
    I am creating a PDF with form fields.  Different depts within the organization will review this PDF and pass it back and forth.  The Admin dept needs one text field called "internal comments" that they can password protect.  They'd like to be able to add text, then password-protect that one field so it's hidden for other depts who review this PDF.  Admin will need the copy to be visible to them when they enter their password. 
    The script I found works really well (see below).  I set up a button to house the script, and when you click it, it locks and unlocks the "internal comments" text field with the password.  However, I can't figure out how to HIDE the "internal comments" text field after someone in Admin inputs their information.   I tried setting up a Show/Hide Field action, but I can't get it to work.  And I'm just not savvy enough to know how to alter the Javascript.
    How can I specify that the "internal comments" text field be HIDDEN when a user enters their password for "deactivate this field", and VISIBLE when they enter a password for "activate this field"?
    Any help would be greatly appreciated!
    (function () {
        // Get one of the fields in the group
        var f = getField("private.name");
        // Determine new readonly state, which
        // is the opposite of the current state
        var readonly = !f.readonly;
        var readonly_desc = readonly ? "deactivate" : "activate";
        // Ask user for password
        var resp = app.response({
            cQuestion: "To " + readonly_desc + " the fields, enter the password:",
            cTitle: "Enter password",
            bPassword: true,
            cLabel: "Password"
        switch (resp) {
        case "your_password": // Your password goes here
            getField("private").readonly = readonly;
            app.alert("The fields are now " + readonly_desc + "d.", 3);
            break;
        case null : // User pressed Cancel button
            break;
        default : // Incorrect password
            app.alert("Incorrect password.", 1);
            break;

    You could modify the section of code to something like:
            case "your_password": // Your password goes here
            getField("private").readonly = readonly;
            getField("private").display = readonly ? display.hidden : display.visible;
            app.alert("The fields are now " + readonly_desc + ".", 3);
            break;
    So it toggles both the readonly property and the display property.
    Edit: corrected typo.

  • TS1398 After updating to ios 6 my iphone 4 would no longer connect to my home wifi. At work we have a free wifi connection that does not require a password. However my wifi at home is password protected. I have the right password. It works on my ipod touc

    After updating my iphone 4 with the ios 6 update. My iphone would no longer connect to my home wifi that is password protected. I know that I have the right password entered in. At work we have a free wifi connection that does not require a password and I can connect no problem to it. My ipod touch has no problem connecting to my home wifi. It is a 3rd gen ipod and does not have the ios 6 update on it. Please help!

    I'm having the same issues. Started when I upgraded iphone 4S and ipad1 to 5.1.1. Wife's iphone 4g on 4.4.2 has been ok. I've forgot the network on both devices and restored the iphone, none of which changed the issue. I've upgraded to ios 6 on the iphone 4s, problem still persists.
         One thing that will help for a time: go to your router and change the wireless control channel. When I first did this I got full connectivity for about 48 hours... and now the problem is back. I'm now changing the wireless control channel every 12 hours, which is a pain but at least keeps me connected. I've tried a few other solutions that are out there and that has been the best one so far.
         to do this on a motorola router: type 192.168.0.1 in your address bar.
    username: admin and password:motorola if you have not changed the factory defaults.
    Click on the word "wireless" and look for the "control channel" field. This may be set to auto or to 1, try changing it to 6 or 11 (preferred) or any other channel.
    The control channel can cause static in the wireless system IF there are several networks nearby that are on the default setup.
    There is a fair bit of buzz about this issue out there, some other things I've seen:
    This is a hardware issue. Go to the store and have your wifi antenna checked, some users reporting that they get free replacement devices.
    Check against other wifi networks that require a password (this is next for me). Logon to those networks and surf until your wifi stops. If your wifi connects to the internet but stops responding, then this is a software (or hardware) issue and apple needs to step up. Some are claiming this to be the case.
    IF you connect and stay connected/on the internet on another password protected wifi, then the issue is with your router. this is where things get cute.
    Comcast may tell you to update your firmware. Motorola may tell you that your cable provider is the only one who can push through firmware updates. Comcast may tell you that you are not in an area that is being updated. It's unclear if they say that to all customers, or just those who have purchased cable modems and aren't renting them from comcast.
    Good luck, more to come if I figure out anything else, and please post any solutions you may find.

  • Password protecting digitally signed documents in Adobe Acrobat X Pro

    I am looking for the combination of steps to get my digitally signed documents to be password protected for secure distribution. My documents contain new "user password" information and a number of "areas" which require digital signatures to be added.
    Any input as to how one would construct a document with :
    one to three --> digitally signed signatures fields in one document
    Password "opening" protection for the document containing the fields; both signatures and sensitive data fields
    suggestions on how to make the document open to accepting more signatures without it demanding the creation of a newly saved document after being digitally signed by one signature
    I have worked at this a couple of different ways but am having problems finding the right combination/sequence of steps to make it all come together.
    Please assist.....
    Thanks....

    ......meaning.......
    I can't do locking of the printing or editing of the sheet after i have encrypted and signed it.  Trying to do so, wipes out out signatures. Yes, it is a great fullproof to have people be unable to change something someone has signed but if there is an ammendment, can't the creator reserve that right and in an automated sense notify the signers of the rights of the author ?
    Maybe I am looking for too much but, it would be great to know if that is the reality of the whole event.
    Thanks,
    Robert

  • Operations on Text File - Encrypt, Decrypt, Password Protected

    Dear Experts,
    My requirement is to upload a text file  and do some operations on it and then encrypt the content in it ans save it on application server with password protected. Later i want to decrypt it.
    Please help me for the following:
    How to encyypt and decrypt the text file using standard encryption alogrithms like DES, MD5, RSA? Are there any standand function modules for both encryption and decryption which accepts a user defined public key?
    How to download a password protected text file?
    Thanks in advance.

    CALL FUNCTION 'Z_CRYPT_FILE'
            EXPORTING
              SOURCE_PATH         = WS_PATH
              SOURCE_FILE         = WS_OLDFILE
              DESTINATION_PATH    = WS_NEW_PATH
              DESTINATION_FILE    = WS_NEWFILE
              SWITCH              = 'E'
              KEY                 = ZUSER_PW
              KEEP_SOURCE_FILE    = ' '
            EXCEPTIONS
              INVALID_SWITCH      = 1
              SOURCE_FILE_NOTFOUND = 2
              DIDNT_WORK          = 3.
    FUNCTION MODULE Z_CRYPT_FILE 
    DATA: CINPUT(300) TYPE C.
    DATA: BEGIN OF LIST OCCURS 0,
            DATA(238) TYPE C,
            DELIMITER(04) TYPE C,
            FILE(12) TYPE C,
          END OF LIST.
    DATA: SOURCE TYPE ZCHAR200.
    DATA: DESTINATION TYPE ZCHAR200.
    DATA: ZINDX TYPE I.
    DATA: msg(100).
    IF SWITCH = 'E'.
       IF FILETYPE = 'T'.
          OPEN DATASET SOURCE IN TEXT MODE FOR INPUT ENCODING DEFAULT
             message msg.
       ELSE.
          OPEN DATASET SOURCE IN BINARY MODE FOR INPUT message msg.
       ENDIF.
       IF SY-SUBRC <> 0.
          RAISE SOURCE_FILE_NOTFOUND.
       ENDIF.
       CLOSE DATASET SOURCE.
       CLEAR CINPUT.
       CONCATENATE '/usr/local/bin/gpg -sev -r'
        KEY
        '-o'
        DESTINATION
        SOURCE
       INTO CINPUT SEPARATED BY SPACE.
       CONCATENATE CINPUT '2>&1' INTO CINPUT SEPARATED BY ' '.
       CALL 'SYSTEM' ID 'COMMAND' FIELD CINPUT ID 'TAB' FIELD
                                  LIST-SYS.
       IF FILETYPE = 'T'.  
          OPEN DATASET DESTINATION IN TEXT MODE FOR INPUT ENCODING DEFAULT
             message msg.
       ELSE.
          OPEN DATASET DESTINATION IN BINARY MODE FOR INPUT message msg.
       ENDIF.
       IF SY-SUBRC = 0.
          CLOSE DATASET DESTINATION.
          IF keep_source_file <> 'X'.
             CLEAR CINPUT.
             CONCATENATE 'rm' SOURCE INTO CINPUT
             SEPARATED BY SPACE.
             CALL 'SYSTEM' ID 'COMMAND' FIELD CINPUT ID 'TAB' FIELD
                            LIST-SYS.
          ENDIF.
       ELSE.
        write: 'Encryption error  on command: ',
           cinput.
        skip 1.
         loop at list.
            write: / LIST.
           endloop.
          RAISE DIDNT_WORK.
       ENDIF.
       IF FILETYPE = 'T'.  
          OPEN DATASET SOURCE IN TEXT MODE FOR INPUT ENCODING DEFAULT.
       ELSE.
          OPEN DATASET SOURCE IN BINARY MODE FOR INPUT.
       ENDIF.
       IF SY-SUBRC <> 0.
          RAISE SOURCE_FILE_NOTFOUND.
       ENDIF.
       CLOSE DATASET SOURCE.
       CLEAR CINPUT.
       CONCATENATE '/usr/local/bin/gpg -o'
        DESTINATION
        SOURCE
       INTO CINPUT SEPARATED BY SPACE.
       CONCATENATE CINPUT '2>&1' INTO CINPUT SEPARATED BY ' '.
       CALL 'SYSTEM' ID 'COMMAND' FIELD CINPUT ID 'TAB' FIELD
                                  LIST-SYS.
      REFRESH LIST.
      CLEAR LIST.
       IF FILETYPE = 'T'. 
          OPEN DATASET DESTINATION IN TEXT MODE FOR INPUT ENCODING DEFAULT.
       ELSE.
          OPEN DATASET DESTINATION IN BINARY MODE FOR INPUT.
       ENDIF.
       IF SY-SUBRC = 0.
          CLOSE DATASET DESTINATION.
       ELSE.
    *list output if error
          loop at list.
            write: / LIST.
           endloop.
          RAISE DIDNT_WORK.
       ENDIF.
    ENDIF.

  • How do i password protect a pages document?

    i have a document that i created in pages.  it is a worksheet for brides (we are wedding photographers).  i use to have the document set up so when i email the document to a client, they can read the questions/timeline but cannot edit my text.  i have cells in tables that they can answer in.  the cells were grey in color.  the way i did this was by maybe putting a password on the document (which left the area grey for them to respond in).  but i cannot remeber how i did this.  i'm wondering if anyone knows what i'm talking about and/or how to do it.

    Password protection prevents a document from being opened without the password.
    Locking an object (such as a text box or table) prevents the object of its contents from being altered without first unlocking the object. No password protection is available for this, though, so the recipient could easily unlock the object and change its content.
    At least one of Adobe's PDF applications offers the features you want—non-editable base document with fields that can be filled by the user, then saved and the file returned.
    Regards,
    Barry

  • Password Protection to the Excel File that was down loaded

    Hi Friends,
    I had an requirement regarding the excel file.whenever the excel file is down loaded on the desktop it should be password protected.i..e, no one should be able to open the file unless they have the password.

    REPORT ZWMI_TRUCK_DOWNLOAD no standard page heading.
    ======================================================================
    Program Name : ZWMI_TRUCK_DOWNLOAD                                   *
    Description  : This Program is used to get all truck load status     *
                   and download into XLS File and fields are Route #,    *
                   Dispatch time ,Closing time ,Scan Details.            *
    Author       : Seshu                                                 *
    Date         : 02/15/2007                                            *
    MODIFICATION HISTORY                                                 *
    DATE    | AUTHOR   | CHANGE #   | DESCRIPTION OF MODIFICATION        *
    --|||--
    02/15/07| Seshu    | DEVK922058 | Initial                            *
    02/20/07| Seshu    | DEVK922068 | Changed the name as per Naming     *
                                      Convention                         *
    03/14/07| Seshu    | DEVK922126 | Included date as Range             *
    ======================================================================
    Tables
    tables : zsdcarton,
             ztruck,
             ztruckstatus.
    Constants
    constants: c_werks(4) type c value '1000'.
    Internal table for Ztruck
    data : begin of i_ztruck occurs 0,
           werks  like ztruck-werks," Plant
           vdatu like ztruck-vdatu, " Delivery date
           ZZTRKNO like ztruck-ZZTRKNO, " Route #
           ZZSHIPTIME like ztruck-ZZSHIPTIME, " Dispatch time
           ZCLTIME like ztruck-ZCLTIME, " Truck close time
           end of i_ztruck.
    Internal table for ZSDCARTON
    data : begin of i_zsdcarton occurs 0,
           lateflag like zsdcarton-lateflag,
           zzslot like zsdcarton-zzslot,
           status like zsdcarton-status,
           end of i_zsdcarton.
    Internal table for Final output
    data : begin of i_final occurs 0,
           vdatu like ztruck-vdatu, " Delivery Date
           ZZTRKNO like ztruck-ZZTRKNO, " Route #
           ZZSHIPTIME like ztruck-ZZSHIPTIME, " Dispatch time
           ZCLTIME like ztruck-ZCLTIME, " Truck close time
           load_compl_c(5)     type n , " Load Complted Time
           status_s_total(5) type n,  " No Scan/Load
           status_l_total(5) type n,  " Late Scan
           end of i_final.
    Internal Table XLS File Header
    DATA: BEGIN OF i_head OCCURS 0,
          field(30) TYPE c,
          END OF i_head.
    Variables
      status couter
    data: status_total(5)   type n,
      no scan / no load
          status_s(3)       type n,
          status_s_total(5) type n,
      good
          status_g(3)       type n,
          status_g_total(5) type n,
      late
          status_l(3)       type n,
          status_l_total(5) type n,
      manual
          status_m(3)       type n,
          status_m_total(5) type n,
      alternative
          status_a(3)       type n,
          status_a_total(5) type n.
    S E L E C T I O N    -   S C R E E N *************************
    selection-screen : begin of block blk with frame title text-001.
    select-options : p_vdatu for zsdcarton-vdatu obligatory
                    default sy-datum.
    selection-screen : end of block blk .
    S T A R T  -  O F  - S E L E C T I O N  ******************
    start-of-selection.
    Get the data from ZTRUCK and
      perform get_data_tables.
    Down load the data into XLS file
      perform get_download.
    S T A R T  -  O F  - S E L E C T I O N  ******************
    end-of-selection.
    *&      Form  get_data_tables
    FORM get_data_tables.
      data : lv_time like sy-uzeit.
      select werks
             vdatu
             zztrkno
             zzshiptime
             zcltime from ztruck into table i_ztruck
                                 where werks = c_werks
                                 and   vdatu in p_vdatu.
      if sy-subrc ne 0.
        message e000(zwave) with 'No data found for given current date'.
      endif.
      loop at i_ztruck.
        refresh : i_zsdcarton.
        clear :   i_zsdcarton,
                  lv_time.
    Get the Scan Status for Every route
        select lateflag zzslot status from zsdcarton into table i_zsdcarton
                               where werks =  i_ztruck-werks
                               and   vdatu = i_ztruck-vdatu
                               and   zztrkno = i_ztruck-zztrkno.
        if sy-subrc eq 0.
          loop at i_zsdcarton.
            case  i_zsdcarton-lateflag.
    late cartons
              when  'X'.
    late and never loaded
                if i_zsdcarton-zzslot = space.
                  add 1 to status_s.
                else.
                  add 1 to status_l.
                endif.
    all other exceptions
              when  space.
    check if scanned
                case i_zsdcarton-zzslot.
    good scan
                  when 'S'.
                    add 1 to status_g.
    never scanned
                  when space.
                    if i_zsdcarton-status = space.
    no scan
                      add 1 to status_s.
                    else.
    no load -> no scan
                      add 1 to status_s.
                    endif.
    manual scanned
                  when 'M'.
                    if i_zsdcarton-status = 'M'.
                      add 1 to status_g.
                    elseif i_zsdcarton-status = 'E'.
    exceprtion -> manual
                      add 1 to status_g.
                    endif.
                endcase.
            endcase.
    add totals
            add status_g   to  status_g_total.
          Late Scan
            add status_l   to  status_l_total.
            add status_a   to  status_a_total.
          No Scan and Load
            add status_s   to  status_s_total.
            clear : status_g,
                    status_l,
                    status_a,
                    status_s.
          endloop.
        else.
          continue.
        endif.
    Get the Load Complete Time
        select single uzeit from ztruckstatus into lv_time
                                       where   werks = i_ztruck-werks
                                       and     lgnum = '100'
                                       and     vdatu = i_ztruck-vdatu
                                       and     zztrkno = i_ztruck-zztrkno
                                       and     tstat = 'L'.
        if sy-subrc eq 0.
          write: lv_time(5)
                  to i_final-load_compl_c     using edit mask '__:__'.
        endif.
    Delivery Date
        i_final-vdatu = i_ztruck-vdatu.
    Route #
        i_final-zztrkno = i_ztruck-zztrkno.
    Dispach time
        i_final-zzshiptime = i_ztruck-zzshiptime.
    Truck Close Time
        i_final-zcltime = i_ztruck-zcltime.
    No Scan/ Load
        i_final-status_s_total = status_s_total .
    Late Scan
        i_final-status_l_total = status_l_total.
        append i_final.
        clear : status_g_total,
                status_l_total,
                status_a_total,
                status_s_total,
                lv_time,
                i_final.
      endloop.
    ENDFORM.                    " get_data_tables
    *&      Form  get_download
          Download the data
    FORM get_download.
      data : lv_file like rlgrap-filename,
             lv_date(8) type c.
      lv_date = sy-datum.
      concatenate 'C:/Truckload'  lv_date into lv_file.
    Fill the Header Values
    Delivery Date
      i_head-field = 'Delivery Date'.
      append i_head.
    Route #
      i_head-field = 'Route'.
      APPEND i_head.
    Dispatch Time
      i_head-field = 'Dispatch Time'.
      append i_head.
    Closing Time
      i_head-field = 'Closing Time'.
      append i_head.
    Load Completed Time
      i_head-field = 'Load Completed Time'.
      append i_head.
    No Scan/Load
      i_head-field = 'No Scan/Load'.
      append i_head.
    Late Scan
      i_head-field = 'Late Scan'.
      append i_head.
      CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'
        EXPORTING
          FILE_NAME                       = lv_file
      CREATE_PIVOT                    = 0
          DATA_SHEET_NAME                 = 'TruckLoad'
      PIVOT_SHEET_NAME                = ' '
      PASSWORD                        = ' '
      PASSWORD_OPTION                 = 0
       TABLES
      PIVOT_FIELD_TAB                 =
          DATA_TAB                        = i_final
          FIELDNAMES                      = i_head
       EXCEPTIONS
         FILE_NOT_EXIST                  = 1
         FILENAME_EXPECTED               = 2
         COMMUNICATION_ERROR             = 3
         OLE_OBJECT_METHOD_ERROR         = 4
         OLE_OBJECT_PROPERTY_ERROR       = 5
         INVALID_FILENAME                = 6
         INVALID_PIVOT_FIELDS            = 7
         DOWNLOAD_PROBLEM                = 8
         OTHERS                          = 9
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " get_download
    In function module you have option like password protect..

  • How can my end user password-protect a document that has been digitally signed?

    Hello,
    I have seen some threads that indirectly address parts of this question, but am still left unsure about whether this process can be done - and if it can, I could use your help in understanding it - thank you.
    Two of our end users use digital signatures (certificate-based) in Acrobat 9 Pro to sign documents attesting the accuracy & calibration status of lab equipment for use in a legal environment.  These end users are concerned that their documents could be altered or edited, and asked me if password protection can also be applied to their documents that need to be digitally signed.
    Thank you in advance for your advice.

    isakten wrote:
    Do you apply "Open" password or "Permissions" password or both? If you apply "Permissions" password (with or without the "Open" password) make sure that "Changes Allowed" include Filling in form fields and signing existing signature fields" or "Commenting, filling in form fields and signing existing signature fields". If permissions do not allow you to sign, you cannot sign.
    Be aware of the alert that Acrobat pops up when you apply "Permissions" password that all Adobe products respect permissions that you set but that 3rd-party PDF Viewers may not (and many do not).
    That is exactly what I was missing! I apply only "Permissions" password, but had the "Changes Allowed" drop-down set incorrectly - it was set to "None."  After changing that setting to allow "Filling in form fields and signing existing signature fields," the end user was able to digitally sign the document, her desired goal.
    Thank you so much.

  • Can't turn off password protected sharing - Windows 7

    When I turn off password protected sharing in the network and sharing center's advanced settings, I save settings but when I go back in, it's turned on again.  Turning it off doesn't stick.
    This is what seess to be forcing a password and prevents me from setting up a backup to a network share drive.
    Any ideas?

    I noticed there is loads of stuff about problems with Networking Win 7 and XP/2000 PCs etc.  I also couldnt get Password Protected sharing OFF to stick and had problems with Win 7/XP machines loosing sight of each other, when a Win 7 PC was added to a Network.
    I saw some comments about the Guest Account - needs to be about with blank password but the password prot off may not like that
    So, I enabled it, set a blank password on it but turned it Off!!.
    And, as if by magic, Password Protected Sharing OFF engaged OK. 
    First, Using the console.   
    Windows Start - type   mmc   in search box, select mmc.exe which appears at top of Start Window. 
    On the console window do File - Add/remove Snap ins - select Local Users and groups - Add - Local computer.
    Add other snap ins if you wish then OK.  File Save to save your console setup with a 'name'.msc - use the 'name' in the Windows Start search box next time.
    In the console window.
    Expand Local Users and groups, select User folder, Select Guest Acct, Rt Click - Properties
    Ticked - User Cannot Change Password and Password Never Expires
    Unticked - User must change password, Account is disabled, Account is locked out
    Apply then OK
    Select Guest Account - Rt Click - Set Password - Proceed - ensure password fields are blank - OK
    Windows Start - Control Panel - User Accounts - Add or Remove User Account
    Select the Guest Account and Turn it Off
    Control Panel - Network and Sharing Center - Change Advanced Sharing Settings  
    Expand Home or Work
    Network Discovery ON
    File and printer sharing ON
    Public Folder Sharing ON
    Media Streaming Off
    Enable file sharing 40-56 encryption machines (if XP/2000 etc PCs in workgroup)
    Password Protected Sharing OFF 
    Hope this helps; I could however be wrong about the logic but lets see what the experts say (please modify/delete as appropriate)!!
    I must admit the 'connectivity' on my Network has improved; PCs not loosing each other.
    Good Luck
    Steve
    Regards Steve

  • How can I sign a password protected PDF doc?

    I am trying to sign a password protected document, downloaded from a government site. I can use all button and drop-down menus and also validate the document but then, when I click on the line where I have to sign, there is only the cursor flashing and I cannot sign it. It seems that the document was created with version 8.1.7. and I have 11.0.02. Does anyone know what I have to do to sign this doc?

    Is the thing you're clicking on a text field or a digital signature field?

  • With Safari, No search results in password protected iWeb site on MobileMe

    Hi,
    I'm publishing my iWeb site to my ME.COM account.
    I have the site password protected as offered in iWeb.
    But when the site is password protected and I'm accessing the site with Safari the search with the search field in the site does not produce any results.
    Only the message:
    "Your search did not produce any results."
    If I use FireFox everything works fine and the search provides the expected results.
    Looks like there is a bug in Safari.
    Thanks and Regards,
    JO

    ok, is working, now.

  • Password protected PDF

    We create PDF's regularly using Adobe Output Designer 5.5 and are wondering if it's possible to password protect these documents using a field in the.DAT file

    FYI
    I received a patch for Output Designer 5.5 which allows for the use of PDFLock. This allows for password protection (though I have yet to test it)

  • Help password protecting a desktop application

    Hey guys I'm creating an application that I need to password protect. I've already created a JFrame with components and action listeners where a user can enter a password (twice to make sure they match) and a username. When my application begins the first thing the user sees are these three fields with instructions prompting them to register. Is there a way to encrypt this information and store it securely? Does anyone have any tips as to good practices when creating a secure application?

    what's the best way secure
    information in an application. Depends on the information! (and application and .....)
    Why would you store the password in a
    database? Why not?
    On a serious note, where else would you like to store passwords? I suppose a text file is an option - although (imho) its only suitable for a small data structure (small number users).
    What are the benefits? What are the benefits of using database over text files?
    Ease of use, would be my first argument!
    Performance*
    *this may be dependent on size of the data structure. Some may argue that a text file offers better performance for small structures - I'm don't know.

Maybe you are looking for

  • Getting error while calling Web service in PB 12.5

    Hi All, I am trying to call web service through my PB 12.5 but getting error like "Window sdk for .net framework 4.0 was not installed. please install befor use this feature." though I had installed window sdk . net framework 4.0. one more thing do w

  • Current net value is zero in retro billing VFRB

    Hi Friends, we have used some z fields in pricing, almost all the fields are z fields in price determination includes condition base value. we are able to create sales order and billing document and price is also getting determined as required. Now t

  • TV Seasons/ Episode dates

    Is there a place where the date of the showing of an episode shows? For example, I wanted to see if I missed an episode of a show I usually watch. I wen to the series in iTunes and looking at the last episode showing, I couldn't really tell if I'd se

  • 2 month old 21.5" iMac with 2 problems starting today.

    I bought this iMac on September 14th of this year. Today it was having a hard time connecting to my wireless network. My Macbook Pro had no problems at all. I am not entirely sure that this is a computer problem because it was able to scan and find o

  • HT200255 Why won't my macbook read SD cards since I updated to 10.7.5 today?

    I updated my MBP to 10.7.5 today and now it won't read sd cards. It does not pop up on the desktop and will not show up when I try to import photos on iPhoto. Please help